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

rebol command and inserting NULLs in a table

 [1/2] from: moliad::gmail::com at: 14-Mar-2007 12:35


hi, I'm using rebol command and was wondering if anyone knew how to insert NULL values in a nullable column. against all logic #[none] does not work. !!! -MAx

 [2/2] from: moliad::gmail at: 14-Mar-2007 13:00


Hi all, btw, I mean by using the insert of a block in the db port and using "?" for value replacement within the query string and values as their values as additonal items of the block. a direct string-based update with "set col=NULL" works, but is unwieldy when I must construct complex queries and the querie's value could be a null or not. -MAx On 3/14/07, Maxim Olivier-Adlhoch <moliad-gmail.com> wrote: