Search found 2 matches

by _dbczl2007_
14.01.2008, 19:38
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Backslash truncated delphi7 + postgres8.1 + zeosdbo 6.6.2-rc
Replies: 5
Views: 1714

A workaround is to use the postgresql-7 driver instead of version 8! Why I don't know. See related issue posted here Backward slash (\) problem...

Well well. If anyone have another solution, I am very interested!!!
by _dbczl2007_
13.01.2008, 15:35
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Backslash truncated delphi7 + postgres8.1 + zeosdbo 6.6.2-rc
Replies: 5
Views: 1714

Backslash truncated delphi7 + postgres8.1 + zeosdbo 6.6.2-rc

Hi, I have the following table: CREATE TABLE test (a text) then I insert some data: INSERT INTO test VALUES ('\\path\\testdir\\') When doing SELECT * FROM test in the pqAdmin III Query application the results are as expected ( \path\testdir\ ). When using Delphi7 + zeosdbo-6.6.2-rc I get pathtestdir...