Re: linked tables
From: Paul Clement (UseAdddressAtEndofMessage_at_swspectrum.com)
Date: 12/23/04
- Next message: Paul Clement: "Re: define a required field?"
- Previous message: Jim K: "Re: Excel recordset"
- In reply to: Jon Rizzo: "Re: linked tables"
- Next in thread: Jon Rizzo: "Re: linked tables"
- Reply: Jon Rizzo: "Re: linked tables"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 23 Dec 2004 10:40:24 -0600
On Wed, 22 Dec 2004 15:37:18 -0500, "Jon Rizzo" <jrizzo at langan dot com> wrote:
¤ Yes, when I try to access the linked table, I get this error message:
¤
¤ Error Type:
¤ Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
¤ [Microsoft][ODBC Microsoft Access Driver] ODBC--connection to 'MyDatabase'
¤ failed.
¤
¤
¤ If I import the same table rather than linking it, the code works fine.
¤ What do I need to do in order to access this linked table?
¤
¤ Jon
I don't know whether your SQL Server database requires a user ID and password for access, but if so
you will probably need to specify this information in the linked table connection.
Access will cache this information but other applications that open the database will know nothing
about it.
Paul ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)
- Next message: Paul Clement: "Re: define a required field?"
- Previous message: Jim K: "Re: Excel recordset"
- In reply to: Jon Rizzo: "Re: linked tables"
- Next in thread: Jon Rizzo: "Re: linked tables"
- Reply: Jon Rizzo: "Re: linked tables"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|