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,