Hi.
I´m constructing a program in Flash (not important), and with this I use asp to write to an access database.
The scenario is this:
I´m sending some registration information to an database. The varables sent is name, date and city.
This works just great, but when I have done this registration I want the asp-page to return the Unique ID the belongs to the registered Person.
In Data:
Name: Peter
Date: 030502
City: Stockholm
Database:
22 Peter 030502 Stockholm
Out Data:
22
Any suggestions?
I´m constructing a program in Flash (not important), and with this I use asp to write to an access database.
The scenario is this:
I´m sending some registration information to an database. The varables sent is name, date and city.
This works just great, but when I have done this registration I want the asp-page to return the Unique ID the belongs to the registered Person.
In Data:
Name: Peter
Date: 030502
City: Stockholm
Database:
22 Peter 030502 Stockholm
Out Data:
22
Any suggestions?