PC Review


Reply
Thread Tools Rate Thread

Connecting to accdb with Excel 2003

 
 
Preston
Guest
Posts: n/a
 
      17th Jul 2008
Hi,
I have a database that was developed using access 2007 and is split into
front ends and one backend. One of the things that I am doing with the data
in the backend is making a pivot table in Excel 200x. I have done this
without any problems in Excel 2007 but I am having trouble doing it in Excel
2003. Can you please tell me how to connect to an accdb file from excel 2003
so that I can generate the pivot table I need?
Thank you,
Preston
 
Reply With Quote
 
 
 
 
Mike
Guest
Posts: n/a
 
      17th Jul 2008
Try using ACE instead of Jet
Provider=Microsoft.ACE.OLEDB.12.0;Data
Standard security

Provider=Microsoft.ACE.OLEDB.12.0;Data
Source=C:\myFolder\myAccess2007file.accdb;Persist Security Info=False;


With database password
This is the connection string to use when you have an Access 2007 database
protected with a password using the "Set Database Password" function in
Access.
Provider=Microsoft.ACE.OLEDB.12.0;Data
Source=C:\myFolder\myAccess2007file.accdb;Jet OLEDBatabase
Password=MyDbPassword;


DataDirectory functionality

Provider=Microsoft.ACE.OLEDB.12.0;Data
Source=|DataDirectory|\myAccess2007file.accdb;Persist Security Info=False;


"Preston" wrote:

> Hi,
> I have a database that was developed using access 2007 and is split into
> front ends and one backend. One of the things that I am doing with the data
> in the backend is making a pivot table in Excel 200x. I have done this
> without any problems in Excel 2007 but I am having trouble doing it in Excel
> 2003. Can you please tell me how to connect to an accdb file from excel 2003
> so that I can generate the pivot table I need?
> Thank you,
> Preston

 
Reply With Quote
 
Preston
Guest
Posts: n/a
 
      18th Jul 2008
Mike, it worked. Jet didn't work though. It takes the ACE provider to connect
to accdb. When i tried Jet it told me "database format not recognized." I
guess that means that machines which are running Office 2003 require the 2007
Office System Driver: Data Connectivity Components software to connect? I
will have to install this on the machine in order to get it to connect with
Excel 2003. Thank you again for your help.
Preston

"Mike" wrote:

> Try using ACE instead of Jet
> Provider=Microsoft.ACE.OLEDB.12.0;Data
> Standard security
>
> Provider=Microsoft.ACE.OLEDB.12.0;Data
> Source=C:\myFolder\myAccess2007file.accdb;Persist Security Info=False;
>
>
> With database password
> This is the connection string to use when you have an Access 2007 database
> protected with a password using the "Set Database Password" function in
> Access.
> Provider=Microsoft.ACE.OLEDB.12.0;Data
> Source=C:\myFolder\myAccess2007file.accdb;Jet OLEDBatabase
> Password=MyDbPassword;
>
>
> DataDirectory functionality
>
> Provider=Microsoft.ACE.OLEDB.12.0;Data
> Source=|DataDirectory|\myAccess2007file.accdb;Persist Security Info=False;
>
>
> "Preston" wrote:
>
> > Hi,
> > I have a database that was developed using access 2007 and is split into
> > front ends and one backend. One of the things that I am doing with the data
> > in the backend is making a pivot table in Excel 200x. I have done this
> > without any problems in Excel 2007 but I am having trouble doing it in Excel
> > 2003. Can you please tell me how to connect to an accdb file from excel 2003
> > so that I can generate the pivot table I need?
> > Thank you,
> > Preston

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do you connect Word 2003 to Access 2007 accdb database??? JimG Microsoft Access 3 28th Sep 2009 01:41 AM
vb.net connecting to excel 2003 douglas Microsoft VB .NET 1 14th Mar 2009 06:21 PM
Importing Access 2007 (ACCDB) into Excel RNDL Microsoft Access Queries 0 28th Jul 2008 04:56 PM
Accessing accdb files from Excel 2003 Preston Microsoft Access VBA Modules 0 17th Jul 2008 01:32 AM
.accdb files not acceptable to Visual Basic 2003? =?Utf-8?B?amFja2JyaWdncw==?= Microsoft Access VBA Modules 1 1st Jul 2007 05:07 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:09 PM.