mynameiskamath
New member
- Local time
- Today, 16:28
- Joined
- Aug 26, 2009
- Messages
- 6
Hi,
I am currently migrating an database application from MS-Access to MSSQL Server 2005.
Details of MS-Access application
Certain VB Forms has been designed within the MS-Access database. They wil be talking to some tables in the MS-Access DB and make necessary updates.
What is that I have done so far?
I want the EQUIVALENT of Application. in VB6
Since I haven't worked on VB before, I am not very sure how to proceed further. Can somebody HELP ME here?
WHAT TO DO NEXT ?
Regards
Kamath
I am currently migrating an database application from MS-Access to MSSQL Server 2005.
Details of MS-Access application
Certain VB Forms has been designed within the MS-Access database. They wil be talking to some tables in the MS-Access DB and make necessary updates.
What is that I have done so far?
- I have now migrated all the data present inside MS-Access(Tables + data) to MSSQL 2005 Server.
- Created a VB6 application and designed the similar forums.
- I have made the Database connection using DataEnvironment variable and checked the connectivity to MSSQL 2005 Server DB. The Connection is fine. I am able to connect from VB6 to MSSQL 2005 Server.
- I copy pasted the entire piece of code from each form in MS-Access to the form in MSSQL 2005 Server. I guess this is NOT THE RIGHT WAY to do it. Not sure
- I tried to EXECUTE the VB6 application and getting the error in the line in the 1st form that would load
- Private Sub Form_Load()
Application.CommandBars("Menu Bar").Enabled = False ------
I want the EQUIVALENT of Application. in VB6
Since I haven't worked on VB before, I am not very sure how to proceed further. Can somebody HELP ME here?
WHAT TO DO NEXT ?
Regards
Kamath