CL-GODB: Standard Generic Function SQLCON

Generic function SQLCON

Package:

GODB

Syntax:

  sqlcon 
  => sql-connection
  

Arguments and Values:

None.

Description:

The generic function sqlcon sets up a connection to an underlying GO database for the handle. Sqlcon can be used to store information about your connection. To do this, edit "GODB.lisp" and replace data sourcename, user, and password with your information.

Known Methods:

  •   sqlcon
      => sql-connection
      

Affected By:

None.

Exceptional Situations:

None.

See Also:

None.

Notes:

None.


News

News in chronological order, most recent on top.

  • 2005-06-23
    Completed description.