Guest_imported
New member
- Jan 1, 1970
- 0
Hi
I'm trying to pass a numeric variable to a adodc sql select statement.
e.g.
dim number
number = 5
// set up the database connection string
then in the record source adodc
Select * from cust where custID = number;
Any Ideas?
Cheers in advance
Mark
I'm trying to pass a numeric variable to a adodc sql select statement.
e.g.
dim number
number = 5
// set up the database connection string
then in the record source adodc
Select * from cust where custID = number;
Any Ideas?
Cheers in advance
Mark