Click to See Complete Forum and Search --> : data base in c


sapan_rohatgi
February 25th, 2003, 11:22 AM
im making a inventory report in the language c
i want that
when i enter any data the data will automatically inserted into database nad how c is connected with orcale8

Neuromancer93
February 25th, 2003, 03:28 PM
What do you want to know? Be a little more explicit in your explanation please...

antares686
February 25th, 2003, 04:57 PM
Yes are we talking plan C or actually C++ and what platform? There are lots of ways to connect to databases of which ADO is the best current option.

If Visual C++ and you are not sure where to begin look here (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270/htm/dasdkadooverview.asp?frame=true) at the MSDN library and dig the Connectio, Recordset and Command objects, there you will find various examples.

Otherwise your question is too broad.

sapan_rohatgi
March 4th, 2003, 08:12 AM
thank u sir basically im new to programming