Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] rebol values in SQL statements.

From: c4pt41nz::slingshot::co::nz at: 14-Dec-2002 19:48

Hello list, Does anyone know a way to get around this restriction? : (from the documentation..) Because of ODBC restrictions, REBOL values cannot be used in SQL statements in the following ways: As WHERE values in SELECT statements As both elements in a comparison operation As both the first and second operands or the last operand of a BETWEEN operation As both expressions and the first value of an IN operation As the argument to the SET or AGGREGATE functions, which are SQL functions that return a single value from sets of values like SUM and COUNT Im trying to code some database stuff on windows, and I need to be able to use rebol variables in those situations. Any help is very appreciated. Cheers, Mike