Horje
escaping characters in hibernate queries Code Example
escaping characters in hibernate queries
best solution for me was to use char(ASCII number)
for example: char(39) is '
query example: select * from table replace (column, char(36), " ")="value"

replace with space or anything, and compare it as such.

hope this helps!!!! <3




C

Related
printing words lemgthwise in c Code Example printing words lemgthwise in c Code Example
bubble sort string c Code Example bubble sort string c Code Example
search in gz file Code Example search in gz file Code Example
what is i686 vs x86_64 Code Example what is i686 vs x86_64 Code Example
XAudio2 C Code Example XAudio2 C Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10