Hello !
Sorry for my English. I'm French.
I have a little problem...
I use Delphi 5 Entreprise. I want to connect
Interbase 6.0 with ADO.
I found free ADO providers but none of then
correctly run with this code :
ls_str := ADOQuery.FieldByName('TOTO').AsString;
With the function FieldByName, I have an except.
Adress violation.
Free ADO providers are Ok ?
My ADO provider is not correctly parameters ?
Uses Components :
TADOConnection,
TADOTable,
TADOQuery,
TDataSource.
Thank you for yours help.
_Marsu_.