fix doc for how to check for FreeTDS
Rafael Kitover [Wed, 22 Jul 2009 22:47:14 +0000 (22:47 +0000)]
lib/DBIx/Class/Storage/DBI/Sybase/NoBindVars.pm

index b918682..bf8224d 100644 (file)
@@ -73,10 +73,7 @@ than the Sybase OpenClient libraries. You can check with:
 
 To see if you are using FreeTDS, run:
 
-  perl -MDBD::Sybase -le 'print grep /Sybase\./, @DynaLoader::dl_shared_objects' | xargs ldd
-
-If you see C<libct.so> or similar, rather than C<libsybct.so> then you are using
-FreeTDS.
+  perl -MDBI -le 'my $dbh = DBI->connect($dsn, $user, $pass); print $dbh->{syb_oc_version}'
 
 You can also enable this driver explicitly using: