Search found 4 matches

by danielweinmann
14.11.2006, 15:36
Forum: Bug Reports
Topic: Backward slash (\) problem
Replies: 8
Views: 5086

The only thing I did was changing myTZConnection.Protocol from " postgresql " to " postgresql-7 ". I also tryed to change it to " postgresql-8 ", but it didn't work. I think it is PostgreSQL related, indeed. But I believe it is a PostgreSQL X Zeos 6.6.0beta issue, cause...
by danielweinmann
14.11.2006, 13:01
Forum: Bug Reports
Topic: Backward slash (\) problem
Replies: 8
Views: 5086

...I did make it work now...but... it is only working when I set myTZConnection.Protocol to "postgresql-7", even if I am using PostgreSQL 8.2. I've tryed with myTZConnection.Protocol = "postgresql" and myTZConnection.Protocol = "postgresql-8". And it really only works w...
by danielweinmann
14.11.2006, 12:42
Forum: Bug Reports
Topic: Backward slash (\) problem
Replies: 8
Views: 5086

Ops...I forgot to tell I am using PostgreSQL.
I've tryed with PostgreSQL 8.2 and 7.1.2.

Both of them wont work.

Does anybody know a possible solution?

Thanks in advance,
Daniel Weinmann
by danielweinmann
13.11.2006, 13:30
Forum: Bug Reports
Topic: Backward slash (\) problem
Replies: 8
Views: 5086

Backward slash (\) problem

Hi folks! I have the following situation: Unless I have stored in the database field double backwards slashes, TZQuery will return no \'s at all in myQuery.FieldByName('mycolumn').AsString... Ex.: Content of "mycolumn" stored in the database: "\\server\html\index.html" -> myQuery...