in reply to Re: Trying to connect to a MsSql Database
in thread Trying to connect to a MsSql Database
its 'database=$dbname;' and not 'database=$dbhost;'.---my $DSN = 'driver={SQL Server};Server=$dbhost;database=$dbhost;uid= +$db +user;pwd=$dbpass;';
|
|---|