Got it working (from info on interbase web site), but in the process found out that 
the current interbase ODBC driver (V2.00.0902) is not thread safe, ie should not be 
used from ASP pages etc. 

There is mention of the next ODBC driver to be released with IB5.5 as being thread 
safe.
Myles

-----Original Message-----
From:   Myles Penlington [SMTP:[EMAIL PROTECTED]]
Sent:   Friday, July 23, 1999 4:25 PM
To:     '[EMAIL PROTECTED]'
Subject:        RE: [DUG]:  Interbase via ADO from IIS/ASP

This gets more interesting - the following code works okay on my machine (NT4 
Workstation) & Office 97, but does not on the other which has an Office 2000 version 
installed (NT4 Server).

const
  SELECTSTRING = 'SELECT * FROM Employees';
  DSNSTRING    = 'DSN=TADEV;UID=SYSDBA;PASSWORD=masterkey';
var
... 
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

application/ms-tnef

Reply via email to