Submitting Text to databases in ASP

D

DirkG

Hi,

I'm currently designing a database connected website.
It has 1 textbox and 2 buttons in one form.

Users enter a 4digit value into the textbox. Button A (Submit button) then
gets the Information from Database A. The information from Database A is
shown in a table on the ASP page itself.

After getting the information behind the 4 digit code the users press button
B (Register) the 4 digit code should be written to Database B. Unfortunately
I am unable to do this in ASP.

Does anyone know how to make this possible?

I'm using frontpage 2003.

Many Thanks!
 
S

Stefan B Rusynko

See my response to your post of yesterday in the client newsgroup




| Hi,
|
| I'm currently designing a database connected website.
| It has 1 textbox and 2 buttons in one form.
|
| Users enter a 4digit value into the textbox. Button A (Submit button) then
| gets the Information from Database A. The information from Database A is
| shown in a table on the ASP page itself.
|
| After getting the information behind the 4 digit code the users press button
| B (Register) the 4 digit code should be written to Database B. Unfortunately
| I am unable to do this in ASP.
|
| Does anyone know how to make this possible?
|
| I'm using frontpage 2003.
|
| Many Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top