I need to change some ADOConnection properties but I have a lot of problems because I don't know how to select each of the properties.
In Delphi you can change the propertis this way:
ADOConnection.Properties['Data Source'].Value := strPadNaarDatabase
I have tried changing the order, the quotes,...but nothing to do.
Any idea?
Thank you in advance.
In Delphi you can change the propertis this way:
ADOConnection.Properties['Data Source'].Value := strPadNaarDatabase
I have tried changing the order, the quotes,...but nothing to do.
Any idea?
Thank you in advance.