[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Database connectivity from Linux
- Subject: [ale] Database connectivity from Linux
- From: cbishop at mindspring.com (Clarke Bishop)
- Date: Fri, 29 Mar 1996 11:40:06 -0500
I am using Linux on my Web server and want to connect to a database on =
another machine. As I understand the issues here are the steps:
1. Build an HTML page that has FORMS text boxes, etc. and submit the =
form to a CGI script.
2. The CGI script must then generate an SQL query to the database.
3. The database runs the query and delivers output back to the CGI =
script.
4. The CGI script must then format the data into HTML and return the =
information to the web browser.
How do you interface between the CGI script running under Linux and the =
database on another machine and another operating system (In my case, =
I'm running DB/2 under OS/2)?
Any ideas ???
Thanks in advance,
Clarke