|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
How to establish link between SQL Server and MS Access
hi guys,
I have MS Access on one machine and SQL Server on another machine. (both are present on different machines). My doubt is 1) I just want to know the procedure how to establish connection or link between the SQL Server and MS Access. 2) What can be used other than ODBC for establishing connection or link between the SQL Server and MS Access. Cud anyone fwd me the related articles to my problem? Plz help me cheers krish reddy |
|
#2
|
|||
|
|||
|
Hi Reddy!
You can add a Access database to a SQL Server database. Following steps are - (1) Open EM. (2) Goto the Server to which you want to add it as linked server. (3) Then goto security > Linked Servers section from console tree. (4) Right click on the Client area. Then New Linked Server. (5) Give a name and Specify Microsoft Jet 4.0 as Provider string. (6) Prvide the location of the MDB file. (7) Click OK. -- OR -- Issue this statement in QA of SQL Server- EXEC sp_addlinkedserver @server = 'DBName', @provider = 'Microsoft.Jet.OLEDB.4.0', @srvproduct = 'OLE DB Provider for Jet', @datasrc = 'C:\MSOffice\Access\Samples\Northwind.mdb' You have added it as linked server now. Then, use full qualified name to issue your statements. For ODBC connection mail me at - sqldba4u@yahoo.com. - Som Dutt http://somdutt.blogpsot.com |
|
#3
|
|||
|
|||
|
create linkes Server to MS Access mdb
Hello,
my question is if i have a password on this mdb file (Access data base) how can i deal with this in SQL Server where to put this password and user Id of the MS Access? thanx Quote:
|
![]() |
| Viewing: Dev Articles Community Forums > Databases > Microsoft SQL Server > How to establish link between SQL Server and MS Access |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|