I don't know if it's a setting or what but Interdev is taking forever to load pages and takes forever to load a page when I click on design view. How do I fix it so that it doesn't take so long for it to load things?
Okay...my other problem which i haven't resolved:
I have some DTC listbox in a form which represent data with a specific record.
When I use rs.addRecord to create a new record and then INSERT it into the db table via rs.updateRecord, all the data for each DTC is put into the insert except...
NM....
I figured out my problem. Somehow, I had a dynamic/server-side cursor recordset and i changed it back to a static/client-side and it fixed the problem...
Actually, I solved the problem of another record being updated.
My only problem is that after I call addRecord, I call updateRecord which does, in fact, add the data to the table (except some fields are NULL for some reason) and the page still issues the error:
ADODB.Recordset (0x80040E21)...
I've been wrestling with this .addRecord()/.updateRecord() issue for a few days. I've looked at the posts and tried to fix the recordset.asp but didn't help.
What is happenning is I press a button on my form which calls addRecord. This clears the form. I fill in the data and then press an...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.