Click here to Skip to main content
15,914,924 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

There is an issue from client PC.i have a sofware which use to save the employee details and payroll system.I have currently using Microsoft.jet.oledb 4.0 provide to connect the database from the C#.net

Now the issue is "Client doesn't have MS Access and Microsoft.jet.oledb 4.0.

In this case How i can access the Ms Access using C#.net

Without installing the MS access, how i can access this odbcjt32.dll from the externally

please help me ...

Thanks
Vijay r
Posted

If you haven't got access to Access :) you can download the distributable runtime from here:

http://www.microsoft.com/downloads/en/details.aspx?FamilyID=57a350cd-5250-4df6-bfd1-6ced700a6715[^]
 
Share this answer
 
Comments
vijayr 14-Apr-11 3:56am    
okay thks but i have question

is it possible to use this Msjet40.dll from externally
jim lahey 14-Apr-11 5:07am    
You probably can, but it's also probably got so many dependencies that you'll end up tearing your hair out wishing you'd just installed it..
AFAIK, you need to install Microsoft.jet.oledb drivers on your client.
There is no other alternative for this.
 
Share this answer
 
Comments
vijayr 14-Apr-11 3:56am    
is it possible to use this Msjet40.dll ?
hi All,

I have identified the solution.

we can access the Microsoft jet.oledb 4.0 while running the mdac_typ_exe

This will have historically included the core pieces OLE DB, ODBC, ADO, and RDS

So now my application is running :) ...

Thanks
Vijay r
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900