aviles1973
Programmer
I have been programming in VB6 for a long time. I pretty much
mastered database programming in VB6 using ADODC & DAO. I bought VB.net because I was long awaiting the next Visual Basic release. However some forums have told me to stay with VB6. I want to switch my knowledge to VB.net because it is the most current. Could someone please answer the following question.
1) Is it recommended to use VB.net for windows stand alone programs?
2) What happened to Modules (ex. Module.bas)
I used to store all my Global variables here.
Is the global statement still used or how do you
do that now in VB.net
3) Can I still declare recordsets.
Set CustomerRS AS ADODC RECORDSET
mastered database programming in VB6 using ADODC & DAO. I bought VB.net because I was long awaiting the next Visual Basic release. However some forums have told me to stay with VB6. I want to switch my knowledge to VB.net because it is the most current. Could someone please answer the following question.
1) Is it recommended to use VB.net for windows stand alone programs?
2) What happened to Modules (ex. Module.bas)
I used to store all my Global variables here.
Is the global statement still used or how do you
do that now in VB.net
3) Can I still declare recordsets.
Set CustomerRS AS ADODC RECORDSET