what am I looking at to change a pgm form dao to ado
is it complicated...have never used ado
Printable View
what am I looking at to change a pgm form dao to ado
is it complicated...have never used ado
i have just done that kinda conversion and its easy...
somethings u have do are
change all the data controls, datagrids, datalist and datacombo's to corresponding ado controls
change all querydefs to sqls and put it in the code ....the ado querydef execution is sick ...trust me i am STILL stuck in it..
change all recordsets to Adodb.recordset...
change the opening database to ado connection string format...
yup i think that should do it....
any more doubts just put it here i'll see if I can help
okdok