VBScript in ASP (connection to MS Access)
Thanks to Sebs and Skeen.
To Skeen:
But, unfortunately, I am not allowed to have and extra field in this prohibited table. That is why I encounter this problem of no INDEX to let the cursor pointing to a particular record(s) I want.
To Sebs:
Sebs, the "WHERE Number" , here "Number" is a fieldname in the table ? Or SQL SYNTAX key ?
Thanks for any reply
Maybe pl/SQL is the way forward?
How about using some sort of formating of the paramaters to get rid of all the records that begin witha certain letter. I've never done it myself except formatting date, but I check it out at some point today and leave another post.
sort of:
WHERE user = Format('" & A& "')'ParsedVariableFromVB'
I'm not sure of the syntax, but theres probably something in pl/SQL which will do that. A collegue of mine is **** hot at pl/SQL so I'll tap him for some help later today.
C ya
Skeen