| Allegro CL version 8.1 Unrevised from 8.0 to 8.1. 8.0 version |
Arguments: command &key db 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-2009, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.1. This page was not revised from the 8.0 page.
Created 2009.7.29.
| Allegro CL version 8.1 Unrevised from 8.0 to 8.1. 8.0 version |