Y
yexingdongwu110
Unregistered / Unconfirmed
GUEST, unregistred user!
异常信息
dbExpress Version 2.5 not supported yet
代码内容
SQLConnection:TSQLConnection
SQLConnection.ConnectionName := 'MSSQLConnection';
SQLConnection.DriverName := 'MSSQL';
SQLConnection.GetDriverFunc := 'getSQLDriverMSSQL';
SQLConnection.LibraryName := 'dbexpmss.dll';
SQLConnection.LoginPrompt := False;
SQLConnection.VendorLib := 'oledb';
SQLConnection.LoadParamsFromIniFile(FilePath);
SQLConnection.Open;
// 打开异常了
请问有什么解决的办法嘛?
dbExpress Version 2.5 not supported yet
代码内容
SQLConnection:TSQLConnection
SQLConnection.ConnectionName := 'MSSQLConnection';
SQLConnection.DriverName := 'MSSQL';
SQLConnection.GetDriverFunc := 'getSQLDriverMSSQL';
SQLConnection.LibraryName := 'dbexpmss.dll';
SQLConnection.LoginPrompt := False;
SQLConnection.VendorLib := 'oledb';
SQLConnection.LoadParamsFromIniFile(FilePath);
SQLConnection.Open;
// 打开异常了
请问有什么解决的办法嘛?