打开 dfm 时,出现以下错误:
Error reading TSQLConnection1.DriverName: Access violation at address 5147cB94 in module dbexpress180.bpl. Read of address 0000008. Ignore the error and Continue?
dfm文件内容:
object TSQLConnection1: TSQLConnection
ConnectionName = 'AS400'
DriverName = 'CA400'
GetDriverFunc = 'getSQLDriverCA400'
LibraryName = 'dbexpca400.dll'
LoginPrompt = False
Params.Strings = (
'DriverName=CA400'
'Database=ABC'
'User_Name='
'Password='
'ServerCharSet='
'ErrorResourceFile='
'LocaleCode=0000'
'BlobSize=-1'
'RowsetSize=-1'
'RoleName='
'CA400 TransIsolation=DirtyRead'
'CommitRetain=True'
'AutoCommit=True'
'Custom String=/trace=0'
'Connection Timeout=-1'
'UseUnicode=False'
'Trim Char=False')
VendorLib = 'cwbdb.dll'
BeforeConnect = TSQLConnection1BeforeConnect
Left = 32
Top = 24
end