Hi All
I a trying to use MySQL and ADO - I have a connection to the database and can open a table
but not sure what code to use to add records - according to a wiki page I found called ado-related stuff I can do the following
oRs:AddNew()
oRs:Fields('code'):Value := 'Test')
oRs:Update()
That code does not produce any errors but the record is not added
the other way is to use a insert statement which I have got to work.
Is it worth using AdoRDD ( not sure if it works with xHarbour or where I get it from )
Cheers
Colin