|
|
|
|
|
| | |
|
Active Server Pages what is asp programming how to sample asp example code scripts software asp forum mail sessions applications global.asa CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Retrieving data from a table into a dynamically created form |
From: |
Mike |
Date: |
5/23/1999 12:21:58 PM |
IP: |
195.173.214.4 |
Hello,
I want to retrieve data that has been inserted into an MSAccess db. How is this done? I have an sql query which will select the correct results to retrieve, but I don't know how to get the data written into the correct input field. The problem is that the form is dynamically created, therefore the fields don't have names until they are created from the db.
The sql query selects the data from one table, and compares it to a session Id to check that it is retrieving the correct data.
Sql = SELECT Data FROM FormData INNER JOIN Version ON FormData.VersionId WHERE ProgrammeId = session("ProgrammeId")
If anyone can suggest code for how this should be done, I would be very grateful.
Thanks |
Follow Up - Re: Retrieving data from a table into a dynamically created form - sai 6/21/1999 8:30:37 AM
|
|
|
|
|
|
|
|
|
|
|
|