Connecting Tech Pros Worldwide Help | Site Map

Reading records from Access 2003.

Newbie
 
Join Date: Aug 2008
Posts: 6
#1: Aug 6 '08
Hi,

I am developing a project using VB6 and Access 2003. I am using Microsoft.Jet.OLEDB.4.0 to connect to the Access database. The project has got text fields which should be filled from the Access database. I’ve made a .exe file and everything seems to work just fine, exept it does not work propperly on computers which do not have VB6 installed. It runs but it does not populate text fields.

Can any one please help me in this case?

Thanks

Milan
debasisdas's Avatar
Moderator
 
Join Date: Dec 2006
Location: Bangalore ,India
Posts: 7,504
#2: Aug 6 '08

re: Reading records from Access 2003.


are you getting any error message ?
Newbie
 
Join Date: Aug 2008
Posts: 6
#3: Aug 7 '08

re: Reading records from Access 2003.


Quote:

Originally Posted by debasisdas

are you getting any error message ?

No, I am not getting any error.
QVeen72's Avatar
Moderator
 
Join Date: Oct 2006
Location: Bangalore
Posts: 1,385
#4: Aug 7 '08

re: Reading records from Access 2003.


Hi,

You need to Create a SetUp Package using "Package & Deployment Wizard".
Install in the Client's system. Copy the Exe/DB/Reports to Client's machine and run the exe..

Regards
Veena
debasisdas's Avatar
Moderator
 
Join Date: Dec 2006
Location: Bangalore ,India
Posts: 7,504
#5: Aug 7 '08

re: Reading records from Access 2003.


you also might need to install the components if theya re not intalled properly usinbg REGSVR32 to register the components with windows.
Newbie
 
Join Date: Aug 2008
Posts: 6
#6: Aug 8 '08

re: Reading records from Access 2003.


Quote:

Originally Posted by QVeen72

Hi,

You need to Create a SetUp Package using "Package & Deployment Wizard".
Install in the Client's system. Copy the Exe/DB/Reports to Client's machine and run the exe..

Regards
Veena

Hi,

Thank you very much, Veena. It's working, now.

Regards
Milan
Reply