Can I use two command object with one open connection in one procedure at VB.NET?
|
|
|||||||||
|
|
|
Yes you can. As long as you don't close the connection between commands, it'll work fine. This is a C# example, but I'm sure you can work it out:
|
||||||||
|
|
|
Example; kinda pseudo but you should get the concept.
|
||
|
