I'm new to asp and need some help...
I'm trying to allow a user to enter text into a text box (which I've done). I then want to read through a database table (access db) and use this data to do some text matching against the text box.
I just can't work out what to use. In VB I would have loaded the table into a recordset and read round that. Can I do this with asp ?
I'm trying to allow a user to enter text into a text box (which I've done). I then want to read through a database table (access db) and use this data to do some text matching against the text box.
I just can't work out what to use. In VB I would have loaded the table into a recordset and read round that. Can I do this with asp ?