This works code works fine but if I want to use a variable in stead of 8
can I do this I could not find any reference to it any where
or is there an other way of up dating a column


global gConID
    put fld "bookingid" into tbooking
put "UPDATE Booking SET ticket = 'no' WHERE BookingId = 8 "  into
tSQLbooking
   --> EXECUTE SQL
   put revdb_execute(gConID,tSQLbooking)



Liam Lambert
[EMAIL PROTECTED]
IRELAND


_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to