I am using the following code to access MYOB tables via MYOB ODBC Direct. Dim objconn As New OdbcConnection objconn.ConnectionString = "DSN=System MYOB" objconn.ConnectionTimeout = 15 objconn.Open() When I run this in a VB.NET windows application it works fine,
however if I run this in a ASP.NET or WebService when I run the line to open the connection a new blank browser window opens and the application hangs. Anybody got any ideas?
Still no joy on this. I think it may be using a different version of the OLE driver for ODBC as It works for a collegue with an older version of this driver. Maybe VB.NET is not using this driver at all and is using something else
gavnet
Member
35 Points
7 Posts
MYOB odbc
Jan 19, 2004 03:58 AM|LINK
gavnet
Member
35 Points
7 Posts
Re: MYOB odbc
Jan 21, 2004 06:16 PM|LINK
gavnet
Member
35 Points
7 Posts
Re: MYOB odbc
Jan 21, 2004 06:30 PM|LINK