in reply to Selecting MS SQL database using DBD::ADO

A quick look at the DBD::ADO docs show a "DefaultDatabase" connection attribute.

I'd try with that...

Michael

  • Comment on Re: Selecting MS SQL database using DBD::ADO

Replies are listed 'Best First'.
Re: Re: Selecting MS SQL database using DBD::ADO
by Anonymous Monk on Mar 08, 2002 at 12:05 UTC
    Could you please email a copy of the documentation to lawrence_cecil_williams@hotmail.com? I cannot access Telnet to run perldoc and i've been unable to find it in the online documentation. Thanks :)
      You can easily find the docs on the net. Go to search.cpan.org and enter DBD::ADO. This will list the modules that correspond to the search, and includes links to the docs.

      Michael