[Sqlrelay-discussion] Problems with text fields containig the ? character
Brought to you by:
mused
|
From: Albert V. <av...@im...> - 2006-06-13 17:34:14
|
Hi all, I'm having problems doing queries (insert or update) that contains the ? character. For example if I send the following query throught the SQLRelay, update TABLE set url="http://mydomain.com/? session=0101010&user=blabla" the ? character is rewrited with :1. The query then looks like: update TABLE set url="http://mydomain.com/: 1session=0101010&user=blabla" Any ideas? Thanks |