PDA

View Full Version : Coding for boolean expression


kalosneri
06-01-2005, 05:53 AM
can anybody tell me the coding for AND, OR, NOT in vbscript. the script should be stated from the recordset database. Eg :

Select * from table WHERE A AND B is equal to C

glenngv
06-01-2005, 10:32 AM
Select * from table WHERE A=C AND B=C