Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Distributing Application

Status
Not open for further replies.

Ologhai

Programmer
Apr 11, 2000
42
CA
The Jet VBA file (VBAJET.dll for 16-bit versions, or VBAJET32.dll for 32-bit versions) failed to initialize when called. Try reinstalling the application that returned the error. (Error 3447)

this is the error i've when i'm running my application on windows Me..

what can i do with this ? ___________________________
Hugues Gauthier
Programmeur Analyste
Progitech
---------------------------
hugues_gauthier@hotmail.com
 
The Jet VBA file (VBAJET.dll for 16-bit versions, or VBAJET32.dll for 32-bit versions) failed to initialize when called. Try reinstalling the application that returned the error. (Error 3447)

I have installed my application with Wise installation on Windows ME
and when my application read the first line of this code than this error occur.

Set fdyn = OpenDatabase(Trim(DynacomPath), False, False, "FOXPRO 2.5;")
Fich_Rech = "prhist"
Set tbl_1 = fdyn.OpenRecordset(Fich_Rech, dbOpenTable) 'mg
tbl_1.Index = "emplperprv"
tbl_1.MoveFirst

thanks to help me. ___________________________
Hugues Gauthier
Programmeur Analyste
Progitech
---------------------------
hugues_gauthier@hotmail.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top