We have new sql server "TTMSQL" and we create new database on it. How can i connect it through perl script(eg. Index.pl) on web? Do I need to configure any cgi file or web server ? What are the steps should I follow ? Anyone can help me ?
Guessing that TTMSQL is a Microsoft Sequel Server, you will need to install the perl DBI module on your webserver host. If your webserver host is a windows box, also install DBD::ODBC. If it's a linux box you need DBD::Sybase and something like FreeTDS or an ODBC driver framework for your platform.
You don't generally need to configure the web server itself - if it can run CGI scripts then that is enough but, YES - you do need to write CGI scripts to access your database.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.