Hello
Today I've installed UniDAC (trial).
I've created a small testproject, to connect to our ADS-Server. There I've found this strange behavior, too.
1. New Project
2. Put TUniConnection and set Properties (Connect to ADS successfully)
3. Put TUniQuery and set SQL-Statement (select * from tablename)
4. Setting the query active, causes the error.
External Exception C06D007F
But I only get this error, while I am in "design-time" (IDE).
The connection and the SQL statement will work fine, when the project is compiled and running (same components and properties).
And it will also work, if I create the components manually in the sourcecode.
dfm-file:
Code: Select all
object con1: TUniConnection
ProviderName = 'Advantage'
Database = 'T:\Data\dd.add'
Username = 'ADSSYS'
Connected = True
LoginPrompt = False
Left = 24
Top = 24
end
object qry1: TUniQuery
Connection = con1
SQL.Strings = (
'select * from TABLENAME')
Left = 64
Top = 24
end
object AdvantageUniProvider1: TAdvantageUniProvider
Left = 144
Top = 24
end
What can I do to solve this problem?
Thanks a lot!
My Platform:
WinXP SP 3
CodeGear RAD Studio Delphi 2007 (incl. December 2007 upd.)
UniDAC v3.50.0.12 TRIAL
Advantage Database Server v10.0.0.3
Advantage ODBC Driver v10.0
Installed IDE plugins:
CnPack IDE Wizards 0.9.6.569
DDevExtensions 1.61
IDE Fix Pack 2007 3.0
GeExperts 1.33