Re: Two connections with Delphi 7 Professional?
From: Jeremy Collins (jd.collins_at_ntlworld-not.com)
Date: 01/28/04
- Next message: Marcello Dias: "Re: Two connections with Delphi 7 Professional?"
- Previous message: Ignacio Vazquez: "Re: sql statement question"
- In reply to: Martijn Tonies: "Re: Two connections with Delphi 7 Professional?"
- Next in thread: Marcello Dias: "Re: Two connections with Delphi 7 Professional?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 28 Jan 2004 15:19:12 +0000
Martijn Tonies wrote:
> Hi Marcello,
>
>
>>IŽll check the timeouts
>
>
> The timeout value is also a property of TADOConnection ( CommandTimeout ).
>
>
>>,but How can I check What version of SQL Server its
>
> runing(PersonalEnterprise),
>
> Use "SELECT @@VERSION"
Or ADOConnection1.ConnectionObject.Properties['DBMS Version'].Value;
-- jc Remove the -not from email
- Next message: Marcello Dias: "Re: Two connections with Delphi 7 Professional?"
- Previous message: Ignacio Vazquez: "Re: sql statement question"
- In reply to: Martijn Tonies: "Re: Two connections with Delphi 7 Professional?"
- Next in thread: Marcello Dias: "Re: Two connections with Delphi 7 Professional?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]