i have this sql code i want to run it in vb6 but it is say too few parameters.expe cted 1. how can i run it?
thanks for hlping
thanks for hlping
Code:
SELECT Table1.s_id, Table1.s_fullname, Table1.subject, Table1.date, Table1.time, Table1.stage FROM Table1 WHERE (((Table1.s_id)=[input s_id]));
Comment