Hi,
I have done a fair bit of database programming with ASP and am now trying to write an application in Visual Basic 2008 (Express Edition).
The problem is that I am having difficulty with some very basic questions but most importantly
Is it possible to connect to a database using a system DSN that I have got set up on my computer? In vbscript I can create a connection object and then say
DB.Open "MYDSN"
Visual Basic does not seem to be completely clear on how to do this.
Thanks very much
Ed
I have done a fair bit of database programming with ASP and am now trying to write an application in Visual Basic 2008 (Express Edition).
The problem is that I am having difficulty with some very basic questions but most importantly
Is it possible to connect to a database using a system DSN that I have got set up on my computer? In vbscript I can create a connection object and then say
DB.Open "MYDSN"
Visual Basic does not seem to be completely clear on how to do this.
Thanks very much
Ed