CSE 444 Project Support Page - Spring 2002


Getting started

Sample Code

Sample Perl CGI program which posts a simple query to a PostgreSQL database and displays results.

Sample Perl CGI program which posts a simple query to a MS SQL database and displays results.

Personally, I think PHP is a little easier to work with than Perl, so check out this sample code.

You can write your cgi programs in c, and connect to the PostgreSQL server using libpq++ libraries.

You can write your java programs and connect to the MS SQL server on ISQL01. Please read "Getting started with JDBC"

Here is a simple perl script which sends the user who runs it a test email.

Online Tutorials and Resources

This section will grow over time. If you find an online resource helpful, let me know and I will post it here.