Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - <b>odbc - xbase commands</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 ODBC - xBase Commands
--------------------------------------------------------------------------------

  Using a DataBase through           DEFINE ODBC <oDbc> ;
  ODBC                                  [ NAME <cName> ] ;
                                        [ USER <cUser> ] ;
                                        [ PASSWORD <cPassword> ] ;
                                        [ CONNECT <cConnect> ] ;
                                        [ FROM USER ]


  Executing a SQL statement         ODBC <oDbc> [ SQL | EXECUTE ] <cCommand>


 <oDbc>            A variable which holds the reference to the object ODBC.

 <cName>           The name of the DataBase to use.

 <cUser>           The name of the user who is going to manage the DataBase.

 <cPassword>       An optional password required to use the DataBase.

 <cConnect>        Some ODBC drivers require a connection string, which
                   normally includes the <cName>, <cPassword>, and other
                   extra required information.

 <cCommand>        A character string which holds the ODBC statement to
                   execute.

 CLAUSES

 FROM USER        Means that we want to select interactively the DataBase
                  to use.


See Also: Class TODbc Class TDbOdbc Samples using ODBC ODBC.ch

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson