If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Hi guyz i wanted to ask if anyone knows how to insert data from a query into a table in a form. I am using ASP and mysql for the db.
I havn't a clue how to start tackling this one. Do i need to create a table first hand or can i run a script which creates the table as it displays the query... so that the script creates the numbers of rows in the form tabel to match the number of rows returned by the query? I want to return the top 3 rows from my table using the nearest date and display these.
I'd be greatful for any pointers or links where this process is explained. Thanks alot.