From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

I need to learn more about how I can use C++ code to manipulate and control different types of databases. Does anyone know of any books that I can read to start learning this?

Hey eejay. Have you found a good book yet? I think that's the only way to fly. NI has done a great job of giving us some slick ActiveX controls to ride on top of VC++ but as far as databases are concerned we are still on our own.

Grant
Grant M. Johnson
Project Engineer
LECO Corporation
0 Kudos
Message 2 of 4
(3,197 Views)
eejay:

You need to check out this site!


http://www.sqlapi.com/

Chutla
Eric P. Nichols
P.O. Box 56235
North Pole, AK 99705
0 Kudos
Message 3 of 4
(3,197 Views)
eejay,

Please check out http://www.codeproject.com/database

I use CODBCRecordSet. It is a class of operations developed by Stefan Chekanov there. I have used it for Ingres, Access, proprietary HP, and Oracle and it has NEVER hiccuped.

This area is a great area to get articles and how-to ideas for many different topics.

Best regards,

Dave Leikis
0 Kudos
Message 4 of 4
(3,197 Views)