Hi all. DBD:ODBC installed and worked well after upgrading to 1.30. Anyway, Editing the makefile was important to make it work as suggested by jeff. Thanks a lot for the (long) support.
I have one more query over the list. Can i specify the server_name and Database_Name in the perl script rather reading it from the odbc.ini file? Actually instead of having many DSN for each server with its definition at odbc.ini file, i want to supply this detail from the perl script. How can u do it? Also, If iam not specifying the "Database" under a DSN in dobc.ini File, And then how exactly i can execute "use $database_name" in the perl script and use it further. $dbh-> do will useful, but the further $sth->prepare & $sth->execute statements are throwing error. How exactly i can do this? thanks in advance, Prassana
