delphi 2007 使用 dbExpress 的问题 ( 积分: 150 )

  • 主题发起人 主题发起人 yexingdongwu110
  • 开始时间 开始时间
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;
// 打开异常了
请问有什么解决的办法嘛?
 
驱动的描述文件ini文件不对,
用d2007的.
 
后退
顶部