BradEdwards
Technical User
I'm running MSSQL 2000 and trying to link to an Access 97 database on a separate Novell Server. It seems that everything I've read says that the Access db needs to reside locally on the SQL Server. Is there anyway around this??
I have 24 db's that are downloaded on a nightly basis from our branches. I wrote a program that takes the Journal table from each db and uploads it to the SQL Server. I do this by linking to the SQL table in Access and inserting the records. This works fine but it takes about 15 minutes. I'm thinking there has to be a faster/better way.
I tried creating a stored procedure which uses the OPENROWSET function to connect to the Access db but it always gives me an "error 7399: OLE DB Provider 'Microsoft.Jet.OLEDB.4.0' reported an error". I've also tried running the sp_addlinkedserver and it gave me the same error when trying to access it. Is there anything else that I can try without having to have the db's on the same server as SQL. Thanks.
I have 24 db's that are downloaded on a nightly basis from our branches. I wrote a program that takes the Journal table from each db and uploads it to the SQL Server. I do this by linking to the SQL table in Access and inserting the records. This works fine but it takes about 15 minutes. I'm thinking there has to be a faster/better way.
I tried creating a stored procedure which uses the OPENROWSET function to connect to the Access db but it always gives me an "error 7399: OLE DB Provider 'Microsoft.Jet.OLEDB.4.0' reported an error". I've also tried running the sp_addlinkedserver and it gave me the same error when trying to access it. Is there anything else that I can try without having to have the db's on the same server as SQL. Thanks.