J
J E Jensen
Hello NG
In a rather old database we have made a function to create a link between
the database and a database stored on a SQL server.
The the function hangs if i am using a server with multiple instances of sql
servers.
ODBC;DRIVER={SQL
Server};SERVER=SqlServerName;DATABASE=MyDatabase;UID=sa;PWD=wrong;APP=The
Application (Jet Link)
The SqlServerName can't use the format SERVER\INSTANCE the connection is
made by using:
Dim dbSrc As Database
Set dbSrc = OpenDatabase("", dbDriverCompleteRequired, False, Cn)
Can anyone give me a hint to solve this?
Kind regards
J Jensen
In a rather old database we have made a function to create a link between
the database and a database stored on a SQL server.
The the function hangs if i am using a server with multiple instances of sql
servers.
ODBC;DRIVER={SQL
Server};SERVER=SqlServerName;DATABASE=MyDatabase;UID=sa;PWD=wrong;APP=The
Application (Jet Link)
The SqlServerName can't use the format SERVER\INSTANCE the connection is
made by using:
Dim dbSrc As Database
Set dbSrc = OpenDatabase("", dbDriverCompleteRequired, False, Cn)
Can anyone give me a hint to solve this?
Kind regards
J Jensen