Thanks Nathan,

I struggled with this earlier and did not get out.

Best regards

Eddy
----- Original Message ----- From: "Nathan" <[email protected]>
To: "virtuoso Users List" <[email protected]>
Sent: Saturday, November 28, 2009 4:50 PM
Subject: [Virtuoso-users] virtuoso / isql / ubuntu [mini howto]


For anybody who can't connect to virtuoso via isql on ubuntu (ie getting
the following error)

# isql localhost:1111 dba pass
[ISQL]ERROR: Could not SQLConnect

here's how to sort it..


install iodbc:
# apt-get install iodbc


create a dsn connection:
# nano /etc/odbc.ini


enter the following (where the path to driver is the path to your
virtodbc.so driver):
[LocalVirt]
Driver          = /usr/local/virtuoso-opensource/lib/virtodbc.so
Address         = localhost:1111


install the new dsn
# odbcinst -i -s -l -f /etc/odbc.ini


and now you can connect using the dsn
# isql LocalVirt dba pass
Connected!


[one for the archive]

regards!

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Virtuoso-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/virtuoso-users



Reply via email to