vemuri_ranjit wrote: > hi friends > do you hear about pro*c/c++ > its a precompiler provided by oracle,It is used to connect to oracle > using a c programme .By using this we can easily interact with > oracle database
Oracle has ODBC drivers as well. And the OP never said what database they use. There are _thousands_ of database products and you are assuming they use Oracle. I don't know why people are so stubbornly determined to mention database-specific solutions when the OP didn't mention their database. ODBC is cross-platform, open, and only slightly heavier than raw APIs. Write code once, have it work for all database products across all platforms (with the exception of non-Standard SQL statements). -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
