glgcag1991
Programmer
I have the daunting task of converting a 12 year old Access 2003 database (which was originally built in 2000) to work with a SQL 2012 backend. (Once that's done, I will begin rebuilding the forms and reports in ASP.NET). I tried using the existing DAO code but there were error tables that were created due to data truncation in some fields. DAO isn't going to work- I have to use ADO.
So, first issue: should I use 2.8? I have one XP computer left, the rest are Win7 and my understanding is I'll need 2.8 for the XP user. If not, what version of ADO is recommended. (I'll upgrade the one XP computer if there's a more stable version that is Windows 7 only.)
Second issue: I'm setting up references to ADO 2.8 but I notice there is a library reference, a recordset library reference and DDL & Security reference. Do I need to reference anything other than the 2.8 library or should I reference all three?
Thank you for the help, I appreciate it!
So, first issue: should I use 2.8? I have one XP computer left, the rest are Win7 and my understanding is I'll need 2.8 for the XP user. If not, what version of ADO is recommended. (I'll upgrade the one XP computer if there's a more stable version that is Windows 7 only.)
Second issue: I'm setting up references to ADO 2.8 but I notice there is a library reference, a recordset library reference and DDL & Security reference. Do I need to reference anything other than the 2.8 library or should I reference all three?
Thank you for the help, I appreciate it!