Re: Two connections with Delphi 7 Professional?

From: Jeremy Collins (jd.collins_at_ntlworld-not.com)
Date: 01/28/04


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