Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Stupid Newbie Question

Status
Not open for further replies.

NormRumac

Programmer
Sep 4, 2003
41
CA
Hi.

I am writing a simple Win32 application (using C and win32 api) that is supposed to insert and delete records from an SQL database.

I have MSDE installed and working on my computer, but I do not know what are the function calls I need in order to connect to the database and create tables, etc..

I searched the web but couldnt find any concrete information on how to do this.

I am using Visual C++ 6.0 Standard edition, developing a Win32 application using good old C and the Win32 api.

Anyone can help me out here?

Thanks,
--Norm
 
You should look at ADO. There are heaps of places to look. I'd suggest looking at msdn.microsoft.com first.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top