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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. krudler

    Referencing ADO Recordset elements

    Thanks guys. foada's suggestion was what I used (simple!) and it did work nicely, but I do appreciate all the interesting tidbits you all busted out with. Needless to say I have learned a few things in the last 24 hours.... thanks! [idea]
  2. krudler

    Referencing ADO Recordset elements

    WOO HOOOOOO! Awesome tip - thanks much!! [thumbsup]
  3. krudler

    Referencing ADO Recordset elements

    Ok, this is probably an unbelievably simple question but for some reason I cant seem to dig up a strightforward answer: I'm using ADO/ODBC to connect to a db (Sybase) and pull some stuff out, which I then have to reformat and put in a text file and send off somewhere else. Easy enough. The data...
  4. krudler

    Can't get DAO app to run on a 2000 machine

    AZROBERRRRRT!!!! Bless you!!! Being a bonehead, I had forgot to check that - see, when they gave us all new desktop machines a few months back they "reinstalled" all our software. I never thought to double check and make sure they had installed SP5, I guess I took it for granted...
  5. krudler

    Can't get DAO app to run on a 2000 machine

    Thanks SonOfEmidec, But MDAC 2.7/2.8 are not solving my problem. Reinstallation of Jet4.0 is not either. Through further debugging on my local machine I can now at least get a more intelligible error that says "Unrecognizable database format (filename.mdb)". I'm not sure why that...
  6. krudler

    Can't get DAO app to run on a 2000 machine

    I guess I don't also need to reference some kind of Jet object library? It doesn't seem to need to it...the program compiles fine....am I correct to assume that the DefaultType propery of "2-Use Jet" on the Data Control will just use whatever the appropriate Jet driver on the machine...
  7. krudler

    Can't get DAO app to run on a 2000 machine

    Yeah, its the "Microsoft DAO 3.6 Object Library". thanks... :(
  8. krudler

    Can't get DAO app to run on a 2000 machine

    Ok, clearly I am not the brightest crayon in the box when it comes to some of this....but here is my problem: We have this application (read:inherited from someone else) that was written in VB5 running on an old Windows NT server using DAO to Access an Acc98 mdb. As part of our migration of...
  9. krudler

    DAO vs ADO (or, "Why Is This App Blowing Up?")

    I've tried both registering DAO350.dll as well as changing the reference in the project to DAO 3.6. I still get the same vague error.....d'oh :(
  10. krudler

    DAO vs ADO (or, "Why Is This App Blowing Up?")

    SP3 is installed, but perhaps the MDAC components are not up to snuff for some reason, I'll check on that. Thanks!
  11. krudler

    DAO vs ADO (or, "Why Is This App Blowing Up?")

    I have this app that I need to migrate over to another server. The gal who originally put this together used DAO 3.5 and it was running on an NT server. When I move this thing over to a 2000 server, I was getting an error. I was astute enough to realize that the msdao350.dll was missing, so I...
  12. krudler

    Pervasive OLEDB - Btrieve error 85 'File Is Locked' ?

    I have tried both of the following connection strings with the same result: ConnString = "Provider=PervasiveOLEDB;Data Source=Impac" ConnString = "Provider=MSDASQL;DSN=Impac" Today I thought, well gee, if the app is using the Btrieve API (transactional), maybe if I try...
  13. krudler

    Pervasive OLEDB - Btrieve error 85 'File Is Locked' ?

    Any advice on this would be great - I'm going nuts. Here's the scoop: We have this application that uses Btrieve files (.DAT and .DDF's are present) that are on a Win2K server. The server is also running the Pervasive.SQL 2000i engine. What I am trying to do is write a simple VB6 exe that...

Part and Inventory Search

Back
Top