Hi,
I developed one application using VB6.0, datbase as SqlServer and Operating System is Windowsxp.that application i made as exe.when i was executing the application its properly running in those operating systems windows95/97/2000.
But when iam executing another windowsxp system means iam getting the error like this.
Error :3706
Provider not found its not installed properly
can anybody help to slove this

Provider cannot be found its not correctly installed
ciir1
Hi,
this is OS is windowsxp, provider is Microsft jet3.1 OLEDB Provider.
Regards
ramesh
efarook
Hi,
You need to check if this provider is available on your machine. You can check this using a UDL file.
To create a UDL file follow these steps
1. Create a text file on desktop. and rename it as filename.UDL
2. Now doubleclick and open it. Datalink properties dialog will open, Check for jet oledb provide from the provider list.
If Jet provider is not there, you will need to download it from Microsoft site. For more information for obtaining the latest service pack for the Microsoft Jet 4.0 Database Engine visit following link.
http://support.microsoft.com/kb/239114/
Or if a different version is available on the machine ( this is most likely ), use that provider in your code and test your application.
HTH
Regards,
Mahesh B.
Rahul Kulshreshtha MscIT
Hi,
Is the OS 64 bit Also which provider are you using Can you give the connection string
Regards,
Mahesh B.