|
-
Mar 8th, 2000, 10:49 PM
#1
Thread Starter
Addicted Member
I am using databound controls and am using the report designer in vb6. the program runs fine; however when trying to display the report on a PC that does not have Vb6 installed I get the error when trying to access the report only: Invalid Data Source.
The connection is pointing to the correct database and the rest of the program pointing to this same database runs fine .
Any ideas on what I am missing?
Thanks!!!
-
Mar 8th, 2000, 11:24 PM
#2
Lively Member
Have you hard coded the data source name ? if not you need to create one on the PC.
-
Mar 9th, 2000, 12:05 AM
#3
Thread Starter
Addicted Member
invalid data resource
I am not sure how to hard code the data source name; how do i create one on the pc?
The database resides on a network that everyone has accesss to or example the path is "g:\appsvbd\apps\database.mdb"
-
Mar 9th, 2000, 05:35 AM
#4
Hyperactive Member
Try to verify that MDAC is installed....also, be sure to create a system DSN.
-
Mar 10th, 2000, 12:40 AM
#5
Thread Starter
Addicted Member
invalid data resource
well i found an answer, but not a good one. I hardcoded the data source, I added the mdb to the odbc in settings; nothing worked.
I then went back to my vb 6 disk and added the data access component; and it worked.
However i can find no reference to data access componentes 2.0 in vb6 so apparently I need to install this feature from the disc to every pc; not the whole vb6 program just the data access tools.
anyone know how to get around this let me know? im still a lamer!!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|