H
Henry Smith
I am trying to migrate from Access2000 to Access2003. I am very confused as
to what effort will be involved to migrate my applications from AC2000 to
AC2003. The following snipit of code is from one of my applications. Using
this snipit as an example, what would the AC2003 Visual Studio.net code to
accomplish the same thing look like?
'#######################
Dim db As DAO.Database
Dim Rs As DAO.Recordset
Dim FiscalYear As Long
Dim strSQL As String
Set db = Access.CurrentDb
StrSQL = "Select * From tblPayRecord Where PayYear = " & FiscalYear
Set Rs = db.OpenRecordset(strSQL)
'########################
I have ordered several new books about AC2003, but am trying to get a head
start on my planning while I wait for the books to arrive.
Any assistance or pointers to good web sites in this arena will be greatly
appreciated.
Cheers,
Henry
to what effort will be involved to migrate my applications from AC2000 to
AC2003. The following snipit of code is from one of my applications. Using
this snipit as an example, what would the AC2003 Visual Studio.net code to
accomplish the same thing look like?
'#######################
Dim db As DAO.Database
Dim Rs As DAO.Recordset
Dim FiscalYear As Long
Dim strSQL As String
Set db = Access.CurrentDb
StrSQL = "Select * From tblPayRecord Where PayYear = " & FiscalYear
Set Rs = db.OpenRecordset(strSQL)
'########################
I have ordered several new books about AC2003, but am trying to get a head
start on my planning while I wait for the books to arrive.
Any assistance or pointers to good web sites in this arena will be greatly
appreciated.
Cheers,
Henry