Have implemented that but it still prints all the recordsets out rather than the last one. Nay other ideas? appreciate your help guys
recordset.cursorlocation = 3
'Open the recordset object, executing the SQL
Recordset.Open sSQL, Connection
'Looping through the records until the end of the...
I have put the recordset. movelast in and i get the error Error Type:
Microsoft JET Database Engine (0x80040E24)
Rowset does not support fetching backward.
/form/add_to_database.asp, line 77
Here is the rest of my code if it will make any sense! cheers guys
<%
'declare your variables
Dim...
Hi guys, Just a quick question. I have a bit of code that loops through all the recordsets in the database and prints them onto a page. See code below. How do i modify the code to just print the last recordset entered? Thanks in advance!!!
'Looping through the records until the end of the...
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.