LordyLordy
Technical User
Hi All,
Got quite a large question here in terms of complexity, sorry!
I'm trying to develop an application that is going to take a scrambled code from an ASP page. The code gets descrambled and ends up being two separate codes (hard drive number and serial number).
I then want the program to check using an access database whether the hard drive number has been registered against the serial number.
Basically the database will have a list of serial numbers already in it, so in theory I just need to check to see if the hard drive field is null or not for that particular number. But then if it is empty, register it and bring back another asp/html screen saying "it's registered" and obviously if it finds that the hard drive field in the database is full, for another page to say "this serial number has been registered"
First of all, is this possible?
Second can this program be written in VB and then turned into VB script through Visual Basic 6?
Third Can anyone give me any tips on how to do this!
I'd be very grateful for any help
Got quite a large question here in terms of complexity, sorry!
I'm trying to develop an application that is going to take a scrambled code from an ASP page. The code gets descrambled and ends up being two separate codes (hard drive number and serial number).
I then want the program to check using an access database whether the hard drive number has been registered against the serial number.
Basically the database will have a list of serial numbers already in it, so in theory I just need to check to see if the hard drive field is null or not for that particular number. But then if it is empty, register it and bring back another asp/html screen saying "it's registered" and obviously if it finds that the hard drive field in the database is full, for another page to say "this serial number has been registered"
First of all, is this possible?
Second can this program be written in VB and then turned into VB script through Visual Basic 6?
Third Can anyone give me any tips on how to do this!
I'd be very grateful for any help