Hi,
my $dbh = DBI->connect(
'dbi:Proxy:hostname=YourMSHostName;port=1234;dsn=dbi:ODBC
:YourDSN' , 'UserId', 'PassWord', { RaiseError => 1, PrintError => 1 } ) or
die $DBI::errs tr;
I have problem setting up System DSN on Linux box.
(1) Is it created using the odbc.ini file?
(2) If yes, where should I save this file?
(3) Is the file format some what like this?
(4) What should I include in the Driver Path?
[dsn_access]
Driver = /usr/openlink/odbcsdk/lib/oplodbc.so.1
Host =
ServerType = Odbc
Database =
UserName = sa
Password =
;FetchBufferSize = 30
Hapee New Year to all :)
Thank you
Calvin