Women in Technology

Hear us Roar



Article:
  Open Database Connectivity in Jaguar
Subject:   Can I Get some help over here
Date:   2003-07-28 02:22:22
From:   anonymous2
iODBC Demonstration program
This program shows an interactive SQL processor


Enter ODBC connect string (? shows list): ?


DSN | Description
---------------------------------------------------------------
myodbc3 | MySQL


Enter ODBC connect string (? shows list): myodbc3
libiodbcadm.so(5): Invalid access (permissions?)
[iODBC][Driver Manager]Dialog failed, SQLSTATE=IM008


Have a nice day.

Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • Can I Get some help over here
    2003-07-29 05:28:30  Andrew Anderson | [View]

    You left out the "dsn=" when setting up the connection, ie/ it should be:

    dsn=myodbc3

    not

    myodbc3

    I tested it on my system and got the same error as you did when i left out the "dsn=" part.

    assuming your dsn is setup correctly you should be ok.

    Andrew