PDA

Click to See Complete Forum and Search --> : database connection problem (adodc driver problem)


shishirnaik55
May 17th, 2009, 01:32 PM
i need some help regarding db connection
i made exe of my vb form
it has one adodc and one adodb connection
with access db
problem is when i run the exe on my pc(vb is installed)
it runs perfectly

but when i run one other pc it does not load the record from db
i have check the path of db,data source name every thing

my adodb connection is working because i use the query part form this adodb conn

but adodc ( access driver is not working)

i think it is the problem of driver related to odbc
but not able to resolve this
i am also attaching the project with db

my db path is D:\ACCPROG\GPF.mdb

RhinoBull
May 17th, 2009, 05:55 PM
Problem is - you failed to study how windows os works.
To solve it create distribution package that includes everything your application needs and then send it to your customers so they can properly install it.
VB6 has Package & Deployment Wizard (aka P&DW) so run it and follow simple on-screen instructions.

Hack
May 18th, 2009, 09:20 AM
Moved To Application Deployment