FreeTDS (?) 0.52 problem
Victor Gamov
vit at lipetsk.ru
Mon Dec 10 13:27:04 EST 2001
Hi!
Today I have problem with FreeTDS-0.52 + DBD::Sybase-0.93 + DBI-1.19 on my
FreeBSD-4.4RELEASE box.
When I try to connect to MS SQL-7.0 database with the following code:
my $SV_DB_NAME = 'rustel';
my $SV_DB_USER_NAME = 'sa';
my $SV_DB_USER_PASS = '';
DBI->connect("DBI:ODBC:$SV_DB_NAME",
"$SV_DB_USER_NAME",
"$SV_DB_USER_PASS",
{RaiseError => 1});
I font it in my freetds.log:
2001-12-10 21:20:23.243390 inside tds_process_login_tokens()
2001-12-10 21:20:23.246128 inside tds_process_default_tokens() marker is
e3
2001-12-10 21:20:23.246272 inside tds_process_default_tokens() marker is
ab
2001-12-10 21:20:23.246318 Msg 5701, Level 0, State 2, Server RUSTELDB2,
Line 0
Changed database context to 'master'.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Can anybody explain me why is this happened?
Thanks!
More information about the FreeTDS
mailing list