4 messages in com.mysql.lists.win32Active Server pages
FromSent OnAttachments
Leonard Kong01 Dec 1999 14:25 
Steve Ruby01 Dec 1999 14:28 
Leonard Kong01 Dec 1999 19:33 
Steve Ruby01 Dec 1999 20:04 
Subject:Active Server pages
From:Leonard Kong (lko@engenious.com)
Date:12/01/1999 02:25:00 PM
List:com.mysql.lists.win32

Hello:

I'm new to myODBC/mySQL. Has anyone tried to write data to a myOdbc Datasource using active server pages? I can open the datasource and even get records from it, but when I try to add a new record, I get:

Object doesn't support this method or property

error.

The relevant syntax (javascript) is:

var farray=new Array("autokey","userid"); var varray=new Array(0,curUser); RegRS.AddRecord(farray,varray);

The autokey field is a mySQL AUTO_INCREMENT Field. I tried to use NULL in it and this time I used a zero instead. Same error message. I am not even sure that the error has anything to do with the autokey field.

So, has anyone done it? can it be done?

MyODBC 2.50.29-nt MySQLwin 3.22.28

Thanks,