|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Vb.net Newbie Asks . . .
About connections to a database--- My organization hates wizards and black box code. They want to avoid using the data access components because they fear debugging nightmares (back in VB 6 those wizard controls used to create extra connections to the database which crashed us several times).
In VB 6, you could put a public connection in a module and call it from wherever, thus no wizards or pesky microsoft logic to deal with. Is there an equivilent method in VB.NET? Thanks in advance to anyone who can offer knowledge or advice! |
|
#2
|
|||
|
|||
|
you can still do basically the same thing in vb.net. there are still standard modules and there is even still a Sub Main.
__________________
Programmer's Corner |
|
#3
|
|||
|
|||
|
Thanks!
Thanks nopoints! That sounds like the right track to be on.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > .Net Development > Vb.net Newbie Asks . . . |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|