FunctionPackage: dbi.mysqlToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 7.0
Unrevised from 6.2 to 7.0.

sql-start

Arguments: command &key mysql names full-names convert blob float

The function is just like sql except it just sends the command and reads the start of the response. If the response will not return rows of data sql-start returns nil. If there are rows of data to return, it returns the number of columns in the dataset. Then you must call get-next-row to get each row until get-next-row returns nil.

See mysql.htm for information on the Allegro MySQL facility.


Copyright (c) 1998-2006, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 7.0. This page was not revised from the 6.2 page.
Created 2005.9.20.

ToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 7.0
Unrevised from 6.2 to 7.0.