Saturday, June 18, 2011

SQL AND C++

If you are using Visual C++, there are a lot of libraries available.

Oracle is probably the most popular.

If you're using Visual Studio, you would add a reference to System.Data.OracleClient.

...then (in your code) add

using namespace System::Data::OracleClient;
http://bit.ly/jliezH

No comments:

Post a Comment