Search found 5 matches

by marco.giacinti
02.04.2006, 09:00
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Problem with TZConnection and MSSQL
Replies: 3
Views: 850

Well, I tried to configure service using Administrator account and let the service run when I was logged on... the same bad result :(
by marco.giacinti
01.04.2006, 14:39
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Problem with TZConnection and MSSQL
Replies: 3
Views: 850

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...
by marco.giacinti
05.01.2006, 08:43
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: TZConnection, ADO and TService
Replies: 3
Views: 1147

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...
by marco.giacinti
04.01.2006, 14:27
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: TZConnection, ADO and TService
Replies: 3
Views: 1147

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...
by marco.giacinti
04.01.2006, 13:56
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: TZConnection, ADO and TService
Replies: 3
Views: 1147

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...