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!!!
Search found 2 matches
- 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: 1740
- 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: 1740
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...