in reply to Re^2: Using DBD::ODBC and cygwin to connect to MS SQL?
in thread Using DBD::ODBC and cygwin to connect to MS SQL?
If you're on Windows, you might have MS Access or Excel, both of which can connect to "external" sources, hidden under something like "Import external data".
There probably is the possibility to use native MSSQL. I'd try this first to see if the database is reachable at all.Then I'd try ODBC (probably under "other", where you will have to select in a next step some "data source". If it is not already set up for you, you'll need it for Perl, too, anyway.
After you got that working, you can extract the connection string from the connection's properties within Excel/Accessupdated "set up" url
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Using DBD::ODBC and cygwin to connect to MS SQL?
by genio (Beadle) on Jul 13, 2016 at 21:45 UTC | |
by soonix (Chancellor) on Jul 14, 2016 at 10:22 UTC |