Am tryin to connect my c++ program of Visual Studio 2008 to a database bt hav problems. In VB.net 2008 I include a module (procedure).
How do I? Someone help pliz.

There are several ways to do it but the oldest and most widely used is ODBC. ggogle for "ODBC tutorials" and you will find out how to do it. It's a lot more complex than in VB, so be prepared for a lot of coding and trials. You might find some c++ classes that will help.

If you want to use MySQL database then you can use MySQL++ classes and libraries.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.