Build precise queries to find exactly what you need
Press ESC to close
@dcoote
Favorites0
Views
Projects0
I must admit I haven't tested thoroughly but I did wrestle for hours before finding out. A quick change is required to make this work on *nix systems. Damn case sensitive. For *nix systems $conn{"dsn"} = "dbi:ODBC:Driver={SQL Server};SERVER=" . $conn{"server"}; Should read $conn{"dsn"} = "dbi:ODBC:DRIVER={SQL Server};SERVER=" . $conn{"server"};
Reviewed 14 years ago