Connecting Tech Pros Worldwide Help | Site Map

Access XP and Windows XP 64-bit

 
LinkBack Thread Tools Search this Thread
  #1  
Old July 17th, 2006, 07:35 PM
SEFL
Guest
 
Posts: n/a
Default Access XP and Windows XP 64-bit

Hi there,

I'm trying to write a VBS that accesses a local database on my system
(personal project).

I'm running Windows XP 64-bit with Access XP. Every time I try to
access the database on the machine, I get the following error:

"Provider is not specified and there is no designated default
provider."

The code itself is correct because I tried the exact same code on a
Windows 2000 box and it worked fine.

If I go into the ODBC Data Source Administrator, I see three User Data
Sources listed under the User DSN tab, including the MS Access driver.
But if I look under Drivers, I only see the SQL Server driver. In
addition, if I click the "Configure" button after selecting the Access
driver using User DSN, I see the following two errors:

"The setup routines for the Microsoft Access Driver (*.mdb) ODBC driver
could not be found. Please reinstall the driver."

"Component not found in the registry."

So I'm assuming from this that the driver wasn't configured right
somewhere along the way. I just can't seem to find where I'd configure
it.

The really weird thing is that I'm running IIS on the same box, with
development websites running Access databases in some form or fashion,
and they run fine off the OLE Jet driver (which I had to configure for
32-bit compatibility.) So from this, I'm guessing I somehow need to
use some form of 32-bit compatibility for the Access driver itself.
But I don't know where I'm supposed to look.

I guess my question is: where exactly is the MDB ODBC driver, and how
would I install/configure it?

Thanks.



Adam
http://www.searchenginefriendlylayouts.com


  #2  
Old July 17th, 2006, 08:15 PM
tommaso.gastaldi@uniroma1.it
Guest
 
Posts: n/a
Default Re: Access XP and Windows XP 64-bit

How about trying an mdac reinstall:

http://www.microsoft.com/downloads/d...7-185d0506396c

-t

SEFL ha scritto:
Quote:
Hi there,
>
I'm trying to write a VBS that accesses a local database on my system
(personal project).
>
I'm running Windows XP 64-bit with Access XP. Every time I try to
access the database on the machine, I get the following error:
>
"Provider is not specified and there is no designated default
provider."
>
The code itself is correct because I tried the exact same code on a
Windows 2000 box and it worked fine.
>
If I go into the ODBC Data Source Administrator, I see three User Data
Sources listed under the User DSN tab, including the MS Access driver.
But if I look under Drivers, I only see the SQL Server driver. In
addition, if I click the "Configure" button after selecting the Access
driver using User DSN, I see the following two errors:
>
"The setup routines for the Microsoft Access Driver (*.mdb) ODBC driver
could not be found. Please reinstall the driver."
>
"Component not found in the registry."
>
So I'm assuming from this that the driver wasn't configured right
somewhere along the way. I just can't seem to find where I'd configure
it.
>
The really weird thing is that I'm running IIS on the same box, with
development websites running Access databases in some form or fashion,
and they run fine off the OLE Jet driver (which I had to configure for
32-bit compatibility.) So from this, I'm guessing I somehow need to
use some form of 32-bit compatibility for the Access driver itself.
But I don't know where I'm supposed to look.
>
I guess my question is: where exactly is the MDB ODBC driver, and how
would I install/configure it?
>
Thanks.
>
>
>
Adam
http://www.searchenginefriendlylayouts.com
  #3  
Old July 17th, 2006, 08:55 PM
SEFL
Guest
 
Posts: n/a
Default Re: Access XP and Windows XP 64-bit

Thanks, dude. But no luck. Same error.

tommaso.gastaldi@uniroma1.it wrote:
Quote:
How about trying an mdac reinstall:
>
http://www.microsoft.com/downloads/d...7-185d0506396c
>
-t
>
SEFL ha scritto:
>
Quote:
Hi there,

I'm trying to write a VBS that accesses a local database on my system
(personal project).

I'm running Windows XP 64-bit with Access XP. Every time I try to
access the database on the machine, I get the following error:

"Provider is not specified and there is no designated default
provider."

The code itself is correct because I tried the exact same code on a
Windows 2000 box and it worked fine.

If I go into the ODBC Data Source Administrator, I see three User Data
Sources listed under the User DSN tab, including the MS Access driver.
But if I look under Drivers, I only see the SQL Server driver. In
addition, if I click the "Configure" button after selecting the Access
driver using User DSN, I see the following two errors:

"The setup routines for the Microsoft Access Driver (*.mdb) ODBC driver
could not be found. Please reinstall the driver."

"Component not found in the registry."

So I'm assuming from this that the driver wasn't configured right
somewhere along the way. I just can't seem to find where I'd configure
it.

The really weird thing is that I'm running IIS on the same box, with
development websites running Access databases in some form or fashion,
and they run fine off the OLE Jet driver (which I had to configure for
32-bit compatibility.) So from this, I'm guessing I somehow need to
use some form of 32-bit compatibility for the Access driver itself.
But I don't know where I'm supposed to look.

I guess my question is: where exactly is the MDB ODBC driver, and how
would I install/configure it?

Thanks.



Adam
http://www.searchenginefriendlylayouts.com
  #4  
Old July 17th, 2006, 09:55 PM
tommaso.gastaldi@uniroma1.it
Guest
 
Posts: n/a
Default Re: Access XP and Windows XP 64-bit

Hmmm...

Dont' know if this is the right directionto look, but there seems that
a 64bit version of MDAC 2.8 exists included in Windows 2003 (xp does
not seem to mentioned), check out for instance:

http://paulfallon.com/2004/08/16/MDA...t+Windows.aspx

-t

SEFL ha scritto:
Quote:
Thanks, dude. But no luck. Same error.
>
tommaso.gastaldi@uniroma1.it wrote:
Quote:
How about trying an mdac reinstall:

http://www.microsoft.com/downloads/d...7-185d0506396c

-t

SEFL ha scritto:
Quote:
Hi there,
>
I'm trying to write a VBS that accesses a local database on my system
(personal project).
>
I'm running Windows XP 64-bit with Access XP. Every time I try to
access the database on the machine, I get the following error:
>
"Provider is not specified and there is no designated default
provider."
>
The code itself is correct because I tried the exact same code on a
Windows 2000 box and it worked fine.
>
If I go into the ODBC Data Source Administrator, I see three User Data
Sources listed under the User DSN tab, including the MS Access driver.
But if I look under Drivers, I only see the SQL Server driver. In
addition, if I click the "Configure" button after selecting the Access
driver using User DSN, I see the following two errors:
>
"The setup routines for the Microsoft Access Driver (*.mdb) ODBC driver
could not be found. Please reinstall the driver."
>
"Component not found in the registry."
>
So I'm assuming from this that the driver wasn't configured right
somewhere along the way. I just can't seem to find where I'd configure
it.
>
The really weird thing is that I'm running IIS on the same box, with
development websites running Access databases in some form or fashion,
and they run fine off the OLE Jet driver (which I had to configure for
32-bit compatibility.) So from this, I'm guessing I somehow need to
use some form of 32-bit compatibility for the Access driver itself.
But I don't know where I'm supposed to look.
>
I guess my question is: where exactly is the MDB ODBC driver, and how
would I install/configure it?
>
Thanks.
>
>
>
Adam
http://www.searchenginefriendlylayouts.com
  #5  
Old July 18th, 2006, 02:15 AM
SEFL
Guest
 
Posts: n/a
Default Re: Access XP and Windows XP 64-bit

Unfortunately, they're referring to Windows Server 2003 so that doesn't
work either. :(

tommaso.gastaldi@uniroma1.it wrote:
Quote:
Hmmm...
>
Dont' know if this is the right directionto look, but there seems that
a 64bit version of MDAC 2.8 exists included in Windows 2003 (xp does
not seem to mentioned), check out for instance:
>
http://paulfallon.com/2004/08/16/MDA...t+Windows.aspx
>
-t
>
SEFL ha scritto:
>
Quote:
Thanks, dude. But no luck. Same error.

tommaso.gastaldi@uniroma1.it wrote:
Quote:
How about trying an mdac reinstall:
>
http://www.microsoft.com/downloads/d...7-185d0506396c
>
-t
>
SEFL ha scritto:
>
Hi there,

I'm trying to write a VBS that accesses a local database on my system
(personal project).

I'm running Windows XP 64-bit with Access XP. Every time I try to
access the database on the machine, I get the following error:

"Provider is not specified and there is no designated default
provider."

The code itself is correct because I tried the exact same code on a
Windows 2000 box and it worked fine.

If I go into the ODBC Data Source Administrator, I see three User Data
Sources listed under the User DSN tab, including the MS Access driver.
But if I look under Drivers, I only see the SQL Server driver. In
addition, if I click the "Configure" button after selecting the Access
driver using User DSN, I see the following two errors:

"The setup routines for the Microsoft Access Driver (*.mdb) ODBC driver
could not be found. Please reinstall the driver."

"Component not found in the registry."

So I'm assuming from this that the driver wasn't configured right
somewhere along the way. I just can't seem to find where I'd configure
it.

The really weird thing is that I'm running IIS on the same box, with
development websites running Access databases in some form or fashion,
and they run fine off the OLE Jet driver (which I had to configure for
32-bit compatibility.) So from this, I'm guessing I somehow need to
use some form of 32-bit compatibility for the Access driver itself.
But I don't know where I'm supposed to look.

I guess my question is: where exactly is the MDB ODBC driver, and how
would I install/configure it?

Thanks.



Adam
http://www.searchenginefriendlylayouts.com
  #6  
Old July 18th, 2006, 08:15 AM
tommaso.gastaldi@uniroma1.it
Guest
 
Posts: n/a
Default Re: Access XP and Windows XP 64-bit

A few more places where to take a look:

http://msdn.microsoft.com/library/de...nstall.asp?fra

http://msdn.microsoft.com/library/de...dacroadmap.asp

Jet 4.0 Service Pack 8
http://download.microsoft.com/downlo...58-x86-enu.exe

hope you have some luck (let me know how you solve it).

-tom

SEFL ha scritto:
Quote:
Unfortunately, they're referring to Windows Server 2003 so that doesn't
work either. :(
>
tommaso.gastaldi@uniroma1.it wrote:
Quote:
Hmmm...

Dont' know if this is the right directionto look, but there seems that
a 64bit version of MDAC 2.8 exists included in Windows 2003 (xp does
not seem to mentioned), check out for instance:

http://paulfallon.com/2004/08/16/MDA...t+Windows.aspx

-t

SEFL ha scritto:
Quote:
Thanks, dude. But no luck. Same error.
>
tommaso.gastaldi@uniroma1.it wrote:
How about trying an mdac reinstall:

http://www.microsoft.com/downloads/d...7-185d0506396c

-t

SEFL ha scritto:

Hi there,
>
I'm trying to write a VBS that accesses a local database on my system
(personal project).
>
I'm running Windows XP 64-bit with Access XP. Every time I try to
access the database on the machine, I get the following error:
>
"Provider is not specified and there is no designated default
provider."
>
The code itself is correct because I tried the exact same code on a
Windows 2000 box and it worked fine.
>
If I go into the ODBC Data Source Administrator, I see three User Data
Sources listed under the User DSN tab, including the MS Access driver.
But if I look under Drivers, I only see the SQL Server driver. In
addition, if I click the "Configure" button after selecting the Access
driver using User DSN, I see the following two errors:
>
"The setup routines for the Microsoft Access Driver (*.mdb) ODBC driver
could not be found. Please reinstall the driver."
>
"Component not found in the registry."
>
So I'm assuming from this that the driver wasn't configured right
somewhere along the way. I just can't seem to find where I'd configure
it.
>
The really weird thing is that I'm running IIS on the same box, with
development websites running Access databases in some form or fashion,
and they run fine off the OLE Jet driver (which I had to configure for
32-bit compatibility.) So from this, I'm guessing I somehow need to
use some form of 32-bit compatibility for the Access driver itself.
But I don't know where I'm supposed to look.
>
I guess my question is: where exactly is the MDB ODBC driver, and how
would I install/configure it?
>
Thanks.
>
>
>
Adam
http://www.searchenginefriendlylayouts.com
  #7  
Old July 18th, 2006, 10:05 AM
david epsom dot com dot au
Guest
 
Posts: n/a
Default Re: Access XP and Windows XP 64-bit

I don't think there is a 64 bit Access ODBC driver, for
use with 64 bit ODBC. I think you would have to uninstall
64 bit ODBC, and install a copy of 32 bit ODBC. 16 bit
ODBC was a bit simpler, because it could co-exist with
32 bit ODBC, but I don't think that's true for 64 and 32.
Also, ODBC comes with windows now, so there is not a
separate install for 32 bit ODBC, but I think I saw an
article about how to copy it from Win 32?

(david)

"SEFL" <adam@searchenginefriendlylayouts.comwrote in message
news:1153165441.950634.325870@s13g2000cwa.googlegr oups.com...
Quote:
Hi there,
>
I'm trying to write a VBS that accesses a local database on my system
(personal project).
>
I'm running Windows XP 64-bit with Access XP. Every time I try to
access the database on the machine, I get the following error:
>
"Provider is not specified and there is no designated default
provider."
>
The code itself is correct because I tried the exact same code on a
Windows 2000 box and it worked fine.
>
If I go into the ODBC Data Source Administrator, I see three User Data
Sources listed under the User DSN tab, including the MS Access driver.
But if I look under Drivers, I only see the SQL Server driver. In
addition, if I click the "Configure" button after selecting the Access
driver using User DSN, I see the following two errors:
>
"The setup routines for the Microsoft Access Driver (*.mdb) ODBC driver
could not be found. Please reinstall the driver."
>
"Component not found in the registry."
>
So I'm assuming from this that the driver wasn't configured right
somewhere along the way. I just can't seem to find where I'd configure
it.
>
The really weird thing is that I'm running IIS on the same box, with
development websites running Access databases in some form or fashion,
and they run fine off the OLE Jet driver (which I had to configure for
32-bit compatibility.) So from this, I'm guessing I somehow need to
use some form of 32-bit compatibility for the Access driver itself.
But I don't know where I'm supposed to look.
>
I guess my question is: where exactly is the MDB ODBC driver, and how
would I install/configure it?
>
Thanks.
>
>
>
Adam
http://www.searchenginefriendlylayouts.com
>

 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,840 network members.