[comp.lang.c++] SQL and C++

Barry Bailey (08/09/90)

 
   I am also interested in receiving any war stories and descriptions of
   implemenation related to SQL. I am most interested in how individuals
   have implemented database UPDATE requests from within a front-end
   data entry application (e.g. user enters field orientated data on a
   screen press a 'save' key and the application squirts out a SQL
   update request to a remote database server via COMM or NETwork).
 
   Using C++ I envision the UPDATE request processing to be dependent on
   installation, where SQL may be one option among other (proprietary)
   options transparent to the rest of the application. Other options
   might include a direct write to local disk (dBase, BTree, etc.).
 
   thanks in advance
 
   barry