Search found 29 matches
- 16.12.2007, 13:16
- Forum: PostgreSQL
- Topic: Working with PostgreSQL in LAN
- Replies: 23
- Views: 7672
Hi, I have trouble with those DLLs, too (comerr32.dll and such). Sometimes in works to put them into the install directory of my client application, sometimes they need to be in the client's c:\Windows\System32, don't know why. Therefore, I would appreciate it if I could return to protocol postgresq...
- 31.10.2007, 22:10
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Cannot create Stored Procedure with Firebird Embedded 1.5
- Replies: 2
- Views: 1045
- 31.10.2007, 14:32
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Cannot create Stored Procedure with Firebird Embedded 1.5
- Replies: 2
- Views: 1045
Cannot create Stored Procedure with Firebird Embedded 1.5
Hi, I try to create a stored procedure that has already worked with FB Embedded 1.5, Zeos 6.5.1, Delphi7 and WinXP. Now (with Delphi 2007, Zeos 6.6.1, and Vista, but still FB Embed 1.5) the very same StoredProc fails. Strange: within the error message, all the local variables used in the script show...
- 17.09.2007, 10:30
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Firebird and 6.6.1 problem: 'Cannot retrieve Resultset data'
- Replies: 12
- Views: 5533
- 20.08.2007, 11:42
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Firebird and 6.6.1 problem: 'Cannot retrieve Resultset data'
- Replies: 12
- Views: 5533
@swm: Have you tried reinstalling Delphi? That's what worked for me in the end. Uninstall Delphi (I deleted all Delphi Registry entries, just to be sure), delete Zeos folders, reboot, install Delphi, unzip and install Zeos 6.5.1. At least that made it work for some time - until it started all over a...
- 30.07.2007, 15:25
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Firebird and 6.6.1 problem: 'Cannot retrieve Resultset data'
- Replies: 12
- Views: 5533
- 28.06.2007, 09:14
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Firebird and 6.6.1 problem: 'Cannot retrieve Resultset data'
- Replies: 12
- Views: 5533
- 25.06.2007, 13:39
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Firebird and 6.6.1 problem: 'Cannot retrieve Resultset data'
- Replies: 12
- Views: 5533
Sorry ... since I was expecting a resultset, I thought it was obvious that I used TZQuery and Open :-) The first SQL command I send is SELECT COUNT(*) FROM RDB$RELATIONS WHERE upper(RDB$RELATION_NAME)=upper(_ISO8859_1 't_mytablename' COLLATE DE_DE); The ISO and collation specification come from a fu...
- 25.06.2007, 12:59
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Firebird and 6.6.1 problem: 'Cannot retrieve Resultset data'
- Replies: 12
- Views: 5533
Firebird and 6.6.1 problem: 'Cannot retrieve Resultset data'
Hi, there must be some obvious mistake, but somehow I'm blind, I don't see it. Every SELECT statement I send to the Firebird server is answered with an error message 'Cannot retrieve Resultset data'. Tried with Firebird 2 and Firebird Embedded Server 1.5. Same scripts worked fine with 6.5.1. Details...
- 18.06.2007, 09:49
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Need help with SQLProcessor
- Replies: 10
- Views: 2679
Are you sure it was between 6.6.0 and 6.6.1? That might have been a bit forejudged. As I can read the parser logic well, it's written to use only complete, delimited statements. Now it does. It did not before... I'm not sure this effect was desired or not. Probably 'end-of-strings' was seen as the ...
- 15.06.2007, 22:28
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Need help with SQLProcessor
- Replies: 10
- Views: 2679
I experienced the same phenomenon. It works just as well if you have specified a different delimiter type, e.g. if you chose dtEmptyLine, just add an empty line to your script. However, it is understandable if one worries about their Zeos 6.5 apps not working properly anymore, since this behaviour o...
- 15.06.2007, 20:17
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Connecting to MS SQL Server 2005 with 6.6.1 beta
- Replies: 3
- Views: 1236
- 15.06.2007, 14:44
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Connecting to MS SQL Server 2005 with 6.6.1 beta
- Replies: 3
- Views: 1236
- 15.06.2007, 13:50
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Connecting to MS SQL Server 2005 with 6.6.1 beta
- Replies: 3
- Views: 1236
Connecting to MS SQL Server 2005 with 6.6.1 beta
Hi, after installing Zeos 6.6.1 with Delphi7 and WinXP, I tried in vain to connect at design time to a local MS SQL Server 2005. Before that, I had successfully connected to the same MS server using Zeos 6.5.1, "ado" protocol and a connection string in the "database" property nam...
- 17.03.2006, 11:52
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: How to implement transactions?
- Replies: 10
- Views: 4441
perhaps I'll update to the latest stable release. It's always good to have the latest things, but it may be some pain to do the updates... It may be so, but the moment one realises that dealing with the old version is more painful than the act of updating is probably the right moment to do it... ;)...