sunil_h_v wrote: > Dear group, > > I am in requirement to connect to a database say a MS-Access Database > or a SQL Database. > > How do i go about connection to it ? > > Is there any specific header file or function to connect to the > databases ? Or how should i define the connecting part ? > > Can i use SQL statements to open the database as done in Visual Basic ? > > How should i access the records in the database ? > > I came to know that C allows exclusive and low level access to the > databases, what does that mean ? > > Regards, > > Sunil.
ODBC API. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* VerifyMyPC 2.5 Change tracking and management tool. Reduce tech. support times from 2 hours to 5 minutes. http://www.CubicleSoft.com/VerifyMyPC/
