C
Cindy
Hi folks,
I'm new to the group and could not find an answer by searching your previous
threads. Can anyone help?
<!--#include file="include/conn2Open.asp" -->
Set notesRS = Server.CreateObject("ADODB.Recordset")
sql2 = "SELECT lovenote from LoveNotes"
notesRS.Open sql2, Conn2, adOpenForwardOnly, adLockReadOnly, adCmdText
The above code does not produce errors, nor does it return records. The
table has 32 records in it. lovenote is a text field, LoveNotes is an
indexed table.
This is an asp page, server side. What am I doing wrong?
Thanks,
Cindy
I'm new to the group and could not find an answer by searching your previous
threads. Can anyone help?
<!--#include file="include/conn2Open.asp" -->
Set notesRS = Server.CreateObject("ADODB.Recordset")
sql2 = "SELECT lovenote from LoveNotes"
notesRS.Open sql2, Conn2, adOpenForwardOnly, adLockReadOnly, adCmdText
The above code does not produce errors, nor does it return records. The
table has 32 records in it. lovenote is a text field, LoveNotes is an
indexed table.
This is an asp page, server side. What am I doing wrong?
Thanks,
Cindy