Search found 5 matches
- 02.04.2006, 09:00
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Problem with TZConnection and MSSQL
- Replies: 3
- Views: 865
- 01.04.2006, 14:39
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Problem with TZConnection and MSSQL
- Replies: 3
- Views: 865
Problem with TZConnection and MSSQL
Greetings to evrybody !!! I'm in trouble: I wrote a standard Windows application using ZeosLib to connect to a MSSQL db and everything works; if I try to use the same piece of code in a Windows service my app hangs. This behaviour is strange because even in services I'm able to let ZeosLib connect t...
- 05.01.2006, 08:43
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: TZConnection, ADO and TService
- Replies: 3
- Views: 1162
It seemed a great idea to run service with administrator account, I didn't think about it before. OK, I tried, but unsuccesfully :( The strange stuff is that this happens only with ado connection, even trying not to use odbc but a direct access to a database. Running as administrator I have this new...
- 04.01.2006, 14:27
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: TZConnection, ADO and TService
- Replies: 3
- Views: 1162
I can tell you something more: if I try to connect using the ado provider in the TZConnection while developing inside delphi (so I turn Connected to true) everything works and I'm able (for example) to use TZTable to view columns. If I start the service I find an error in the Event Viewer saying &qu...
- 04.01.2006, 13:56
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: TZConnection, ADO and TService
- Replies: 3
- Views: 1162
TZConnection, ADO and TService
it's happening something strange: I created a service (TService class) and a form created by this service; the form has two TZConnection, one with MySQL and the other with ADO via ODBC. OK, if I try to use both the connections in a Win32 application everything is ok, but is I try to use the ado TZCo...