PC Review


Reply
Thread Tools Rate Thread

Error 3447 - Access 2000

 
 
Rick Allison
Guest
Posts: n/a
 
      1st Feb 2004
I have this in my code:
dim dbsData as DAO.database
Set dbsData = OpenDatabase(strPathFileName)

where strPathFileName = C:\My
Documents\Special\RozGranitz\TotalTrialManagementData.mdb

I am receiving....

The following Error has Occurred:
The Jet VBA file (VBAJET.dll for 16-bit versions, or VBAJET32.dll for 32-bit
versions) failed to initalize when called. Try reinstalling the application
that returned the error. (3447)

Searched on www.deja.com results in issues with VB 5.0 and VB 6.0 and a
couple of files to include when distributing.

I am using Access 2000 on two different computers. This problems shows up
on one but not the other. Anyone have any clue?

Thanks,

Rick


 
Reply With Quote
 
 
 
 
Allen Browne
Guest
Posts: n/a
 
      2nd Feb 2004
Did you try the suggestion?

On the machine that fails, uninstall and reinstall Office.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Rick Allison" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I have this in my code:
> dim dbsData as DAO.database
> Set dbsData = OpenDatabase(strPathFileName)
>
> where strPathFileName = C:\My
> Documents\Special\RozGranitz\TotalTrialManagementData.mdb
>
> I am receiving....
>
> The following Error has Occurred:
> The Jet VBA file (VBAJET.dll for 16-bit versions, or VBAJET32.dll for

32-bit
> versions) failed to initalize when called. Try reinstalling the

application
> that returned the error. (3447)
>
> Searched on www.deja.com results in issues with VB 5.0 and VB 6.0 and a
> couple of files to include when distributing.
>
> I am using Access 2000 on two different computers. This problems shows up
> on one but not the other. Anyone have any clue?



 
Reply With Quote
 
TC
Guest
Posts: n/a
 
      2nd Feb 2004
All methods of the dbengine object should be explicitly qualified with the
name of that object; so, DBENGINE.OpenDatabase. Otherwise, strange DAO
licencing & other errors can occur. See if that is the cause of your
problem.

HTH,
TC


"Rick Allison" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I have this in my code:
> dim dbsData as DAO.database
> Set dbsData = OpenDatabase(strPathFileName)
>
> where strPathFileName = C:\My
> Documents\Special\RozGranitz\TotalTrialManagementData.mdb
>
> I am receiving....
>
> The following Error has Occurred:
> The Jet VBA file (VBAJET.dll for 16-bit versions, or VBAJET32.dll for

32-bit
> versions) failed to initalize when called. Try reinstalling the

application
> that returned the error. (3447)
>
> Searched on www.deja.com results in issues with VB 5.0 and VB 6.0 and a
> couple of files to include when distributing.
>
> I am using Access 2000 on two different computers. This problems shows up
> on one but not the other. Anyone have any clue?
>
> Thanks,
>
> Rick
>
>



 
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
OLE Error when publishing an Access 2000 report to Word 2000 =?Utf-8?B?THluZGEgQ2FtYnJpZGdl?= Microsoft Access Reports 0 1st Feb 2006 05:02 PM
Access 2000 view Outlook 2000 Inbox error bobdydd Microsoft Access 3 1st Nov 2005 11:08 AM
Access 2000 Swithboard Manager-path/file access error Barry Microsoft Access 0 8th Jan 2004 01:36 PM
ODBC error on multiple update Access 2000 to SQL 2000 Ian Bayly Microsoft Access ADP SQL Server 1 19th Sep 2003 05:28 AM
Automation Error - Access 2000 to Outlook 2000 Peter Caine Microsoft Access 1 9th Sep 2003 09:43 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:44 AM.