Hello,
I'm trying to use DBD::ADO to connect to a MS SQL Server. Anyways, i was wondering if i could specify the database name in the connection string. Like, for example:$mssql_dbh = DBI->connect("DBI:ADO:DSN;database=database","User","password");Thanks to anyone who can help :)