ShawnCoutts
Programmer
I am relatively new to ADO in BCB6, and have been unable to figure out how/where to start. I know that I need to make an TADOConnection object, but when i try to compile my code:
I get an error: Undefined symbol 'TADOConnection'
do I need to include any library files? and which activeX component do I need to install to get ADO capabilities??
Code:
TADOConnection ado = new TADOConnection(null);
I get an error: Undefined symbol 'TADOConnection'
do I need to include any library files? and which activeX component do I need to install to get ADO capabilities??