ZouK1
04-13-2003, 11:19 PM
Greeting to all,
I have some problems regarding members login using asp and m/access database. The whole story is like this. Firstly, there is a pre-defined members database consisting different password and userID for each, the interface login will be created using FLASH. While the user login, the flash will load the variables from the particular asp page which will do a request.form("userID") and do a matching with the m/access members database. If its true, there will be few fields in the table of the members database e.g FirstName, LastName. Hence upon verification of login is true, the asp can response write back to the flash movie greeting member by their names like "Welcome Peter for login in".
I have hard time figuring out the proper way of opening success a database connection and the way for verificating the userID & Password with the one defined in the m/access member database. The worst part for me which i wasnt unable to work it out is the once the verification is true, it will greet user and user the variable that has been stored e.g (FirstName + " " + LastName) throughout the whole movie. I would be grateful if anyone drop by to see this message and give me some guidance or pointers. It would be better if you show me a workable concept. Thank you.
I have some problems regarding members login using asp and m/access database. The whole story is like this. Firstly, there is a pre-defined members database consisting different password and userID for each, the interface login will be created using FLASH. While the user login, the flash will load the variables from the particular asp page which will do a request.form("userID") and do a matching with the m/access members database. If its true, there will be few fields in the table of the members database e.g FirstName, LastName. Hence upon verification of login is true, the asp can response write back to the flash movie greeting member by their names like "Welcome Peter for login in".
I have hard time figuring out the proper way of opening success a database connection and the way for verificating the userID & Password with the one defined in the m/access member database. The worst part for me which i wasnt unable to work it out is the once the verification is true, it will greet user and user the variable that has been stored e.g (FirstName + " " + LastName) throughout the whole movie. I would be grateful if anyone drop by to see this message and give me some guidance or pointers. It would be better if you show me a workable concept. Thank you.