Ado Connection help
|
Newbie Member
|
|
| 10Dec2009,03:17 | #1 |
|
Hello everyone. i would help about adoconnection. In c++ there is an easy way to connect your database and c++ program through adoconnection controls. The thing is i need to connect my database without those controls. If anyone knows the programming code would be helpfull!!!
|
|
Contributor
|
|
| 10Dec2009,20:03 | #2 |
|
The easiest way is to wrap a custom class around the ADO COM object. There are hundreds of interfaces in the ADO object, but you probably only need a few for simple SQL.
A quick search of codeproject.com and codeproject.com show several decent implementations that can probably get you started: http://www.google.com/search?source=...=Google+Search http://www.google.com/search?hl=en&s...er&btnG=Search |
