Re: How to handle disconnect
Mervin Pearce [SACS] wrote:
A client would disconnect and I will get a DBLIBNET connect error
intermittendly. I am using MS SQL 2005 and Delphi 7 with default
connection settings
Thanks
Mervin
mmmm... could it be your client is using a very old machine?
I haven't found any reference in the web to DBLIBNET, except one which
I unfortunately can't read because it's in russian...
I found though, a reference to DBLib which was developed for SQL Server
6 and support only until version 8. Maybe your client is trying somehow
to use that library.
--
Best regards :)
Guillem Vicens Meier
Dep. Informatica Green Service S.A.
www.clubgreenoasis.com
--
Contribute to the Indy Docs project:
http://docs.indyproject.org
--
In order to contact me remove the -nospam
.
Relevant Pages
- Re: Searching OO Associations with RDBMS Persistence Models
... and the Client needs access to locations for a particular Company. ... In this case I would argue that it should be a reference. ... There are three aspects to relationships: implementation, instantiation, and navigation. ... This sort of instantiation is ubiquitous in OO applications so that one very rarely ever sees a FIND WHERE construct. ... (comp.object) - Re: Dont understand what version of SQL to install
... I'm talking about developing and testing databases for my client and ... To my XP, I can add SQL Developer 2008 to develop (I guess I should say, ... So I can use SQL Developer 2008 to create a database in standard 2005, ... installed on Client OSs such as Windows Vista. ... (microsoft.public.sqlserver.setup) - Re: DataSet.GetChanges() in RowChanged(DataRowAction.Add)
... have you considered SQL Express and use ... > I realize now that I didn't describe well how the client application is ... > Framework installed on the client machine, but not any SQL Server). ... > 20 tables in different relations with eachother in the database, ... (microsoft.public.dotnet.framework.adonet) - Re: Oracle 10g2 LIKE operator and case-insensitive issues
... SQL> CREATE INDEX IDXTESTCASE ON AUTENTI; ... Predicate Information: ... 338 bytes received via SQL*Net from client ... sorts (memory) ... (comp.databases.oracle.server) - Re: Oracle 10g2 LIKE operator and case-insensitive issues
... SQL> CREATE INDEX IDXTESTCASE ON AUTENTI; ... Predicate Information: ... 338 bytes received via SQL*Net from client ... sorts (memory) ... (comp.databases.oracle.server) |
|