Hi all,
I just did the switched from ASP to Coldfusion and although they are very similar, there are things I don't quite understand.
First, in ASP, when you create a RecordSet and want to check or display the info from a database, it gets the data one row at a time with the help of a LOOP and Move.Next until there is no more data. But in Coldfusion, I can only get all the info at once. For example, On my web page I have to check for Login name and Passwork, so I have an Access table with a login field and a Passwork field. When a user submits his Login and Pass, I want to check if the info is in the database. if the Login and Pass match, he has access.
How do I do this in coldfusion?
Joël
I just did the switched from ASP to Coldfusion and although they are very similar, there are things I don't quite understand.
First, in ASP, when you create a RecordSet and want to check or display the info from a database, it gets the data one row at a time with the help of a LOOP and Move.Next until there is no more data. But in Coldfusion, I can only get all the info at once. For example, On my web page I have to check for Login name and Passwork, so I have an Access table with a login field and a Passwork field. When a user submits his Login and Pass, I want to check if the info is in the database. if the Login and Pass match, he has access.
How do I do this in coldfusion?
Joël