Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Couldn't find installable ISAM (with VB6 and access 2000 database)

Status
Not open for further replies.

mdube44

Programmer
Jul 23, 2000
2
CA
I use:<br>Visual Basic 6 SP4 with MDAC 2.5 running on a Pentium III Windows 98 SE, 64 Meg RAM.<br><br>I use a data control to bind the data to a text box.<br><br>Data1:<br>Connect: Access2000<br>DefaultType: UseJet<br>RecordsetType: Dynaset<br><br>Only the compile version give that error message.<br>If I run the program in Visual Basic development tool it work fine.<br><br>What should I do to make a working compiled version ?<br>
 
check that you are using Jet 4.0 as previous versions do not work with access2000.<br><br>display the connectionstring for the data control in a message box in the compiled version and check that all the parameters look ok <br><br>do same with the properties collection for the connection and see if they look ok<br><br>I have seen this error but I cant quite remeber where? If it comes back to me i will let you know.<br><br>
 
Hey, did anyone ever figure out what the problem was? I am having the same problem. I am using VB6 SP4 and Office 2000 pro. Workis fine on my system, but thats it. When I point to the DB (projlist.recordsource=&quot;d:\filecv\cw.mdb&quot;) and refresh (projlist.refresh) I get the 3170 error. PLEASE HELP :) I am facing a deadline and think I'm stuck. Thanks in advance! [sig][/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top