Woohoo
10-21-2005, 02:52 AM
Hi,
I am getting the following error when I try to delete a record. The thing is it works when I just do a straight forward delete. I am using a session variable to tell me which table they want to use. This is where I am getting the error.
conn.Execute("Delete From '" & Session("thetable") & "' Where ID ='" ¤trecord & "'")
Thanks in advance,
I am getting the following error when I try to delete a record. The thing is it works when I just do a straight forward delete. I am using a session variable to tell me which table they want to use. This is where I am getting the error.
conn.Execute("Delete From '" & Session("thetable") & "' Where ID ='" ¤trecord & "'")
Thanks in advance,