Gentee Programming Language > Documentation > Libraries Download documentation

odbcquery.run

Runs a SQL query.
 
uint odbcquery.run(
      str   sqlstr
)

Parameters

sqlstrString that contains the SQL query.

Return value

If the execution is successful, it returns nonzero.

See also

    Data Access Using ODBC


 Copyright © 2004-2006 Gentee Inc. All rights reserved.