Runtime-Error 3706 in VB6 (ADO) 
Author Message
 Runtime-Error 3706 in VB6 (ADO)

The English Text follows:

Hoi,
Ik heb een Ledenbestand gemaakt in Visual Basic 6. Het is een
Access-database. Op mijn computer loopt alles vlot, ook wanneer ik het omzet
naar een EXE-bestand.

Als ik dit op een andere computer zet dan krijg ik de volgende fout:
Runtime-Error 3706: ADO kan de opgegeven voorziening niet vinden

Ik veronderstel dat het over DLL-files en het register gaat.  Ik heb reeds
enkele DLL's overgergezet, zelfs de" msjetoledb40.dll", maar het helpt niet.
De provider wordt niet
gevonden.

Kan iemand mij helpen ?

Dank u,

Danny

Hi,
I 've made a database about members in Visual Basic 6.   It is an
Access-database.  On my computer it runs perfect, also when I make a EXE and
run from it.

If I put it on an other computer then it respons with the following error:
Runtime-Error 3706: ADO could not find the specified provider.

I suppose the fault handles about missing DLL-files and the register.  I 've
allready copied some DLL's, even the "msjetoledb40.dll", but it is't the
solution.

Who could help me ?

Thanks,

Danny



Sat, 24 May 2003 03:00:00 GMT  
 Runtime-Error 3706 in VB6 (ADO)
Have you tried to register the dll's with regsvr32? If not please try it.

Good luck!

Quote:
> The English Text follows:

> Hoi,
> Ik heb een Ledenbestand gemaakt in Visual Basic 6. Het is een
> Access-database. Op mijn computer loopt alles vlot, ook wanneer ik het
omzet
> naar een EXE-bestand.

> Als ik dit op een andere computer zet dan krijg ik de volgende fout:
> Runtime-Error 3706: ADO kan de opgegeven voorziening niet vinden

> Ik veronderstel dat het over DLL-files en het register gaat.  Ik heb reeds
> enkele DLL's overgergezet, zelfs de" msjetoledb40.dll", maar het helpt
niet.
> De provider wordt niet
> gevonden.

> Kan iemand mij helpen ?

> Dank u,

> Danny

> Hi,
> I 've made a database about members in Visual Basic 6.   It is an
> Access-database.  On my computer it runs perfect, also when I make a EXE
and
> run from it.

> If I put it on an other computer then it respons with the following error:
> Runtime-Error 3706: ADO could not find the specified provider.

> I suppose the fault handles about missing DLL-files and the register.  I
've
> allready copied some DLL's, even the "msjetoledb40.dll", but it is't the
> solution.

> Who could help me ?

> Thanks,

> Danny




Sat, 24 May 2003 03:00:00 GMT  
 Runtime-Error 3706 in VB6 (ADO)
Yes I tried to register, but probably not with the correct code.
Thanks to respond

Grz,
Danny



Quote:
> Have you tried to register the dll's with regsvr32? If not please try it.

> Good luck!


> > The English Text follows:

> > Hi,
> > I 've made a database about members in Visual Basic 6.   It is an
> > Access-database.  On my computer it runs perfect, also when I make a EXE
> and
> > run from it.

> > If I put it on an other computer then it respons with the following
error:
> > Runtime-Error 3706: ADO could not find the specified provider.

> > I suppose the fault handles about missing DLL-files and the register.  I
> 've
> > allready copied some DLL's, even the "msjetoledb40.dll", but it is't the
> > solution.

> > Who could help me ?

> > Thanks,

> > Danny




Sat, 24 May 2003 03:00:00 GMT  
 Runtime-Error 3706 in VB6 (ADO)
Correct code?
Er is geen "code" nodig.
Je moet alleen

regsvr32 name.dll

doen...
Is het dat wat je bedoelt?

Luc


Quote:
> Yes I tried to register, but probably not with the correct code.
> Thanks to respond

> Grz,
> Danny



> > Have you tried to register the dll's with regsvr32? If not please try
it.

> > Good luck!


> > > The English Text follows:

> > > Hi,
> > > I 've made a database about members in Visual Basic 6.   It is an
> > > Access-database.  On my computer it runs perfect, also when I make a
EXE
> > and
> > > run from it.

> > > If I put it on an other computer then it respons with the following
> error:
> > > Runtime-Error 3706: ADO could not find the specified provider.

> > > I suppose the fault handles about missing DLL-files and the register.
I
> > 've
> > > allready copied some DLL's, even the "msjetoledb40.dll", but it is't
the
> > > solution.

> > > Who could help me ?

> > > Thanks,

> > > Danny




Sat, 24 May 2003 03:00:00 GMT  
 Runtime-Error 3706 in VB6 (ADO)

Quote:

> The English Text follows:

> Hoi,
> Ik heb een Ledenbestand gemaakt in Visual Basic 6. Het is een
> Access-database. Op mijn computer loopt alles vlot, ook wanneer ik het omzet
> naar een EXE-bestand.

> Als ik dit op een andere computer zet dan krijg ik de volgende fout:
> Runtime-Error 3706: ADO kan de opgegeven voorziening niet vinden

> Ik veronderstel dat het over DLL-files en het register gaat.  Ik heb reeds
> enkele DLL's overgergezet, zelfs de" msjetoledb40.dll", maar het helpt niet.
> De provider wordt niet
> gevonden.

> Kan iemand mij helpen ?

> Dank u,

> Danny

> Hi,
> I 've made a database about members in Visual Basic 6.   It is an
> Access-database.  On my computer it runs perfect, also when I make a EXE and
> run from it.

> If I put it on an other computer then it respons with the following error:
> Runtime-Error 3706: ADO could not find the specified provider.

> I suppose the fault handles about missing DLL-files and the register.  I 've
> allready copied some DLL's, even the "msjetoledb40.dll", but it is't the
> solution.

> Who could help me ?

> Thanks,

> Danny


If you want to deploy your program to another computer, just copying
files doesn't work.

Open your project in VB.

Quote:
>From the Add-Ins menu option, select Add-In Manager.

Click on the Package and Deployment Wizard, check the loaded/unloaded
box in the lower right hand corner, click ok.
Quote:
>From the Add-Ins menu option, select Package and Deployment Wizard.

Click the Package button and follow the instructions.

This will create a set of install files for your program that you can
then install on any computer.

--
Patrick Goupell

http://www.nite.org
http://www.noneusa.org



Sat, 24 May 2003 03:00:00 GMT  
 Runtime-Error 3706 in VB6 (ADO)
Bedankt allemaal voor de hulp.  Het is me gelukt.

Thanks to everyone who helped me.  It  works.

Danny



Sat, 24 May 2003 03:00:00 GMT  
 
 [ 6 post ] 

 Relevant Pages 

1. Runtime-Error 3706 in VB6 (ADO)

2. ADO Can't connect to specified provider - Runtime 3706

3. Runtime Error 3706 - Help!

4. RunTime Error 3706

5. runtime error 3706

6. runtime error '3706'

7. Runtime error 3706 provider not found

8. Runtime Error 3706

9. runtime error 3706

10. error 3706: ADO could not find the specified provider

11. ADO error 3706

12. ADO error 3706

 

 
Powered by phpBB® Forum Software