getting values from tables
Hi,
I am giving discount codes to special customers. So I will be giving a specified codes from the table. The number of the codes will be different each time.
someone will get 2 codes someone will get 45 or someone will get 75.
so my query will be like this
strnum=trim(request.form("noofcodes")
Select top strnum * from codes
how do i save them in different variables.
Can i create the variables on fly and store the codes in them
can someone tell me how I make this happen
todd
todd2006, February 1st, 2009 12:15 PM
Bookmarks