where's your execute line?
oconn.execute (sqltext)
all you're doing is putting the sql statement into a variable and nothing
else.
- Original Message -
From: "Defryn, Guy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 03, 2002 12:41
Hi there,
I want to insert data in a mysql database. When I submit
I don't get any errors. It takes me to the page that processes everything
However, when I check the database the records are not there.
Selecting data from the website works fine. My code is below
but I don't think anything is