Ikar wrote:So you could connect to MS SQL Server 2005, couldn't you?
You can find a detailed description in the documentation.
object CRSQLConnection1: TCRSQLConnection
ConnectionName = 'SQLServerConnection'
DriverName = 'SQLServer'
GetDriverFunc = 'getSQLDriverSQLServer'
LibraryName = 'dbexpsda.dll'
LoadParamsOnConnect = True
Params.Strings = (
'BlobSize=-1'
'HostName=st10\sql2005'
'DataBase=asss'
'DriverName=SQLServer'
'User_Name=sa'
'Password=****'
'LongStrings=True'
'EnableBCD=True'
'FetchAll=True')
VendorLib = 'SQLNCLI.DLL' Left = 280
Top = 48
end
crsqlconnection1.active := true;
this error Message
Sql Server error [DBNETLIB] [ConnectionOpen(Connect())]
Sql Server Not Found or Not Access.