Search found 19 matches
- 27.03.2014, 19:55
- Forum: ZeosLib 7.1 stable Forum
- Topic: jpg error 53
- Replies: 5
- Views: 889
Re: jpg error 53
I figured out the solution, and am posting it in case anyone else has this problem. I need to "set standard_conforming_strings=off". I can run this statement in an SQLProcessor object. This statement will cause an error if it is run on a PostgreSQL server earlier than version 9. If you use...
- 25.03.2014, 21:06
- Forum: ZeosLib 7.1 stable Forum
- Topic: jpg error 53
- Replies: 5
- Views: 889
Re: jpg error 53
I checked the version of libpq.dll. It is the correct version. I assume this is because it is installed as part of the PostgreSQL 9.3 installation. I tried adding the property bytea_output=escape to the connection object, and it did not cause an error, but it did not help. I am pretty sure the probl...
- 13.03.2014, 14:27
- Forum: ZeosLib 7.1 stable Forum
- Topic: jpg error 53
- Replies: 5
- Views: 889
jpg error 53
I am using a 7.1 alpha version that seems to be working quite well for me. Recently we have tried to upgrade to PostgreSQL 9.3. Everything works well, except for the jpg that my software stores in a bytea field. It can be stored without an error message, but I get jpg error 53 when I try to view it....
- 01.04.2013, 22:17
- Forum: ZeosLib 7.0 Stable Forum
- Topic: [patch_done] single quotes in queries
- Replies: 30
- Views: 5158
A couple of months ago I downloaded an alfa to fix a bug with posting data with a single quote in it. I think it is 7.1.0.2161. Since I installed this, the single quote thing works great, but I have been having occasional memory leaks that I have been trying to get rid of. They seem to happen when t...
- 07.02.2013, 21:09
- Forum: ZeosLib 7.0 Stable Forum
- Topic: [patch_done] single quotes in queries
- Replies: 30
- Views: 5158
- 07.02.2013, 19:15
- Forum: ZeosLib 7.0 Stable Forum
- Topic: [patch_done] single quotes in queries
- Replies: 30
- Views: 5158
Actually, I went and looked at the change log, and it looks like 2169 is the revision that you did. As before, it took me a few minutes to figure out exactly what I was supposed to do to follow your instructions. For someone else reading this (or me in 3 weeks, I already had to go back and look at m...
- 07.02.2013, 18:21
- Forum: ZeosLib 7.0 Stable Forum
- Topic: [patch_done] single quotes in queries
- Replies: 30
- Views: 5158
- 07.02.2013, 15:28
- Forum: ZeosLib 7.0 Stable Forum
- Topic: [patch_done] single quotes in queries
- Replies: 30
- Views: 5158
Right now my project is dead in the water because I don't have a bug-free version of Zeos that I can run it with. I hope what you are discussing will not take a long time! I believe you are saying that it is somewhat strange to have varchar fields without a limit. I agree. I did not mean to do this....
- 06.02.2013, 20:49
- Forum: ZeosLib 7.0 Stable Forum
- Topic: [patch_done] single quotes in queries
- Replies: 30
- Views: 5158
- 05.02.2013, 23:06
- Forum: ZeosLib 7.0 Stable Forum
- Topic: [patch_done] single quotes in queries
- Replies: 30
- Views: 5158
Unfortunately, when I went to use the patch with my software, something in it is now broken and does not work. I have several databases that the software needs to use, and so in each database I have a version table with a 'kind' field. The kind field in each is varchar and contains a string indicati...
- 05.02.2013, 19:53
- Forum: ZeosLib 7.0 Stable Forum
- Topic: [patch_done] single quotes in queries
- Replies: 30
- Views: 5158
Yay, it works! I did not test it extensively, but I was able to post a single quote with no problems, where it gave me a problem before. Is this particular version I downloaded (2161) stable enough so that I can continue using it? I am getting ready to test my software prior to a release. What is yo...
- 05.02.2013, 15:49
- Forum: ZeosLib 7.0 Stable Forum
- Topic: [patch_done] single quotes in queries
- Replies: 30
- Views: 5158
OK, I hate to be a needy person, but... I think I have found the correct repository at http://svn.code.sf.net/p/zeoslib/code-0/branches/testing-7.1/src/ Is the only file I need at http://svn.code.sf.net/p/zeoslib/code-0/branches/testing-7.1/src/plain/ZPlainPostgreSqlDriver.pas or do I need to get mo...
- 05.02.2013, 15:28
- Forum: ZeosLib 7.0 Stable Forum
- Topic: [patch_done] single quotes in queries
- Replies: 30
- Views: 5158
- 04.02.2013, 16:43
- Forum: ZeosLib 7.0 Stable Forum
- Topic: [patch_done] single quotes in queries
- Replies: 30
- Views: 5158
- 04.02.2013, 14:47
- Forum: ZeosLib 7.0 Stable Forum
- Topic: [patch_done] single quotes in queries
- Replies: 30
- Views: 5158
Somebody gave me a code snippet to display the PostgreSQL version, so here is what is displayed on my Help - About screen: PostgreSQL 8.1.11 on i686-pc-mingw32, compiled by GCC gcc.exe (GCC) 3.4.2 (mingw-special) I think you are probably on to something here. I realize 8.1 is outdated and no longer ...