|
-
Mar 28th, 2001, 05:10 PM
#1
Thread Starter
Hyperactive Member
This is what I need to do. I have a table with 6 columns and 5 rows in a form. Each cell has a text box to enter data. Each cell in a column have the same name. For each row of data, I want to save as a recordset and save it in my database table. Each cell in a row would be a different field in the database table. Also if the row has no data I want it to stop saving records. I would also want to be able to call the data back in to their corresponding cells, if there is any data, and just update those, and if new data is added in a empty row, add a new row in the database table with the new data. I have researched and researched but I can't seem to get it right. I just really need code. My project deadline is almost here and I need to fix this ASAP. I hope I haven't sounded confusing. Please help! Thanks in advance for any assistance that you can give me. I have asked this before, but I need more help!
-vbuser1976 
VB6 Enterprise SP6
SQL 7.0 SP2
VBScript, HTML, Javascript, C++, a little UNIX
-
Mar 29th, 2001, 10:29 AM
#2
Thread Starter
Hyperactive Member
Solved It!
Hey forum buddies!
Thanks to the help of two people, Bill Wilkinson and vineet, members of the advanced ASP forum at www.ASPMessageboard.com, they were able to give two different ways of solving my problem. If any of you are interested in what is the solution (because maybe you are in the same type of situation), reply to this post and I'll put the sample code given to me by these two wonderful people.
For now, PEACE!
-vbuser1976 
VB6 Enterprise SP6
SQL 7.0 SP2
VBScript, HTML, Javascript, C++, a little UNIX
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|