Re: Insert with ASP into mysql

2002-07-02 Thread Terence
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

Insert with ASP into mysql

2002-07-02 Thread Defryn, Guy
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