Results 1 to 10 of 10

Thread: ODBC Drivers - Where do they go once you've installed them?

  1. #1
    Senior Member da.Guvna's Avatar
    Join Date
    Aug 2004
    Posts
    609
    Thanks
    39
    Thanked
    1 time in 1 post

    Question ODBC Drivers - Where do they go once you've installed them?

    Hi guys,

    Question is in the title really.

    I'm trying to extract some data from HP OpenView NNM running on a server via MS Access on my local machine.
    The server has the correct ODBC driver installed, but I don't have enough Office licenses to be able to install MS Access on the server itself, so I need to somehow get that driver installed on my own machine so I can connect across the network.
    I was hoping I might be able to just find the driver on the server HDD, copy it to my local machine, and then install it.

    I've done some digging, and it seems that I need to get hold of the ODBC driver for IBM/SolidTech's SolidDB, but I can't find it for download ANYWHERE....very frustrating.

    Bit of a shot in the dark here, but just hoping that someone browsing these forums might have some experience with OpenView?

    Cheers!

  2. #2
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,027 times in 678 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS

    Re: ODBC Drivers - Where do they go once you've installed them?

    the odbc control panel is disabled by default - unhide it with tweakui, and you can access the odbc area properly

  3. #3
    Senior Member da.Guvna's Avatar
    Join Date
    Aug 2004
    Posts
    609
    Thanks
    39
    Thanked
    1 time in 1 post

    Re: ODBC Drivers - Where do they go once you've installed them?

    Haha, that wasn't really what I was asking.

    You can access the ODBC panel from Admin Tools anyway, so I don't really know what use TweakUI is for that.

    What I wanted to know is....when you install an ODBC driver for the first time (and I'm not talking about setting up DSNs here), where does the physical file get put?

  4. #4
    Seething Cauldron of Hatred TheAnimus's Avatar
    Join Date
    Aug 2005
    Posts
    17,168
    Thanks
    803
    Thanked
    2,152 times in 1,408 posts

    Re: ODBC Drivers - Where do they go once you've installed them?

    ah ODBC, what happens when software is developed with the best of design patterns badly, very very badley.....

    Basically their almost always in %SystemRoot%\System32, however.

    Nowadays you should check the registry key for the respective driver

    HKEY_CURRENT_USER\Software\ODBC\ODBC.INI

    For the user level settings.... not the .ini of the key name, thats a clue to the horrible legacy crap (which i belive was 3.11 erea, i was only 9 at the time so let me off if i'm wrong on that).

    You should always install using the APIs thou.

    What is it your trying to do, manually copy these files across? (is that legal, licenses and all?)
    If so its goign to be some trail and error with the registry i'm affriad. It should be as simple as copying that registry key, but you need to make sure you get all teh dependancies (dependancywalker can help with that) but any extra config, thats been placed in a stupid place, won't help any.
    throw new ArgumentException (String, String, Exception)

  5. Received thanks from:

    da.Guvna (30-04-2008)

  6. #5
    Senior Member da.Guvna's Avatar
    Join Date
    Aug 2004
    Posts
    609
    Thanks
    39
    Thanked
    1 time in 1 post

    Re: ODBC Drivers - Where do they go once you've installed them?

    Thanks Animus, that's what I was after.

    Turns out, after all that messing around (posting here was my absolute last ditch effort) I found a much better way of achieving the result I needed.

    Basically, I needed to extract the tables, views, and data from the OpenView DB running on my Dev server into an Access DB on my local PC so that I could have a play around with it (trying to get our software to perform some queries on the OpenView structure.)

    Turns out, I found a way of extracting everything into our SQL server using the standard SQL ODBC driver, which is where I would have wanted to go with the Access thing eventually anyway, so hoorah!

  7. #6
    Seething Cauldron of Hatred TheAnimus's Avatar
    Join Date
    Aug 2005
    Posts
    17,168
    Thanks
    803
    Thanked
    2,152 times in 1,408 posts

    Re: ODBC Drivers - Where do they go once you've installed them?

    Horrah! moving away from access is often a very good sign
    throw new ArgumentException (String, String, Exception)

  8. #7
    Senior Member da.Guvna's Avatar
    Join Date
    Aug 2004
    Posts
    609
    Thanks
    39
    Thanked
    1 time in 1 post

    Re: ODBC Drivers - Where do they go once you've installed them?

    Haha, yeah

    It was only supposed to be used as a quick 'n dirty 10 minute mess about.....*sigh*

  9. #8
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,027 times in 678 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS

    Re: ODBC Drivers - Where do they go once you've installed them?

    Quote Originally Posted by TheAnimus View Post
    Horrah! moving away from access is often a very good sign
    even a move from access to mysql?

  10. #9
    HEXUS.social member Agent's Avatar
    Join Date
    Jul 2003
    Location
    Internet
    Posts
    19,185
    Thanks
    739
    Thanked
    1,614 times in 1,050 posts

    Re: ODBC Drivers - Where do they go once you've installed them?

    Quote Originally Posted by directhex View Post
    even a move from access to mysql?
    Quote Originally Posted by Saracen View Post
    And by trying to force me to like small pants, they've alienated me.

  11. #10
    Seething Cauldron of Hatred TheAnimus's Avatar
    Join Date
    Aug 2005
    Posts
    17,168
    Thanks
    803
    Thanked
    2,152 times in 1,408 posts

    Re: ODBC Drivers - Where do they go once you've installed them?

    Quote Originally Posted by directhex View Post
    even a move from access to mysql?
    Often a good sign... Not always.

    Now where did i put that tuna net.
    throw new ArgumentException (String, String, Exception)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Nightmare installing Nvidia Nforce drivers..
    By Starburn in forum Help! Quick Relief From Tech Headaches
    Replies: 7
    Last Post: 15-09-2008, 06:40 AM
  2. Nforce4 Drivers.
    By Lee H in forum PC Hardware and Components
    Replies: 12
    Last Post: 30-03-2005, 03:16 PM
  3. Abit NF7-S (v2.0) chipset drivers with win98
    By blockers in forum PC Hardware and Components
    Replies: 5
    Last Post: 09-11-2003, 07:00 PM
  4. ADSL Modem & Intel LAN Drivers
    By cjsp in forum Networking and Broadband
    Replies: 3
    Last Post: 28-09-2003, 03:07 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •