Dirk Soetebeer
|
Posted: 02/25/2004, 10:46 AM |
|
English:
----------------------------------------------------------------------------
-------------------------
Hi,
does someone know, which module in Perl must be installed, so
that with code load studio provided Perl CGI sides can access a ms SQL
server?
The module "MSSQL.pm" does not function unfortunately.
Thank you for your tips and cheat.
Dirk
This text was translated via www.systranbox.com by the German into English.
German:
----------------------------------------------------------------------------
-------------------------
Hi,
weiß jemand, welches Modul in Perl installiert werden muss, damit mit
CodeCharge Studio erstellte Perl-CGI-Seiten auf einen MS SQL Server
zugreifen kann?
Das Modul "MSSQL.pm" funktioniert leider nicht.
Vielen Dank für Eure Tips und Tricks.
Dirk
Dieser Text wurde via www.systranbox.com vom Deutchen ins Englische
übersetzt.
|
|
 |
PetrP
Posts: 25
|
Posted: 02/26/2004, 9:27 AM |
|
Use DBI (The Perl Database Interface Module) ADO.pm
|
 |
 |
PetrP
Posts: 25
|
Posted: 02/26/2004, 9:36 AM |
|
You should use DBD:ODBC as the Perl driver.
Make sure your server has the latest ODBC driver.
I assume the latest drivers from http://www.microsoft.com/data/ would work fine.
Once you have the Perl modules installed, you'll need to set up a data source name to connect to the DB. The DSN needs to be set up on the local system, and that DSN contains information about the host of the database server and other settings.
|
 |
 |
Dirk Soetebeer
|
Posted: 02/27/2004, 1:07 PM |
|
Thank you...
Dirk
"PetrP" <PetrP@forum.codecharge> schrieb im Newsbeitrag
news:7403e2c6ac2772@news.codecharge.com...
> Use DBI (The Perl Database Interface Module) ADO.pm
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
 |
Ban_bi
|
Posted: 11/22/2004, 12:13 AM |
|
use Data::Dumper; D and try to Use C++ and java
|
|
 |
Bi_ban
|
Posted: 11/22/2004, 12:16 AM |
|
               
HAAAAAAAAAAAAAAAAAAAAAAAAAAAAAa Hhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
|
 |
Laste Hero
|
Posted: 11/29/2004, 2:48 AM |
|
1)You can use DBD::ODBC module. And you must have ODBC driver installed.
2)You can use freetds for unix(linux): http://freetds.org/userguide/perl.htm#DBD.SYBASE
|
|
 |