B
Ben Webber
Can anyone tell me what's wrong with this path below? I've got some users
who can view the report link data and others who can't. I don't want to add
the MSAccess exe path to the front end because I've got some users that
haven't upgraded to 2002and others who have.
Private Sub Command118_Click()
Dim stAppName As String
stAppName = "msaccess.exe \\servername\dirname\data.mdb"
Call Shell(stAppName, 1)
End Sub
I've got the same problem happening with forms that are linked to a SQL dns
file! Some folks can connect, others error out! Except the error reads:
Connection failed:
SQLState: '01S00'
SQL Server Error: 0
[Microsoft][ODBC SQL Server Driver]Invalid connection string attribute
Connection failed:
SQLState: '01000'
SQL Server Error: 53
Microsoft][ODBC SQL Server Driver]Microsoft][Named Pipes]ConnectionOpen
(CreateFile()).
Connection failed:
SQLState: '0800'
SQL SErver Error: 6
[Microsoft][ODBC SQL Server Driver][Named Pipes]Specified SQL server not
found.
Any help appreciated!
who can view the report link data and others who can't. I don't want to add
the MSAccess exe path to the front end because I've got some users that
haven't upgraded to 2002and others who have.
Private Sub Command118_Click()
Dim stAppName As String
stAppName = "msaccess.exe \\servername\dirname\data.mdb"
Call Shell(stAppName, 1)
End Sub
I've got the same problem happening with forms that are linked to a SQL dns
file! Some folks can connect, others error out! Except the error reads:
Connection failed:
SQLState: '01S00'
SQL Server Error: 0
[Microsoft][ODBC SQL Server Driver]Invalid connection string attribute
Connection failed:
SQLState: '01000'
SQL Server Error: 53
Microsoft][ODBC SQL Server Driver]Microsoft][Named Pipes]ConnectionOpen
(CreateFile()).
Connection failed:
SQLState: '0800'
SQL SErver Error: 6
[Microsoft][ODBC SQL Server Driver][Named Pipes]Specified SQL server not
found.
Any help appreciated!