> Also, we are using apache/linux for web server and sql server 6.5/NT for
> database. We had to choose SQL6.5 because no DBI driver was available for
> SQL7.0 - using JDBC we were easily able to acquire a level 4 driver that
> accomodates both 6.5 and 7.0.
> -mdf

I'll recommend checking out the free Sybase ASE engine for Linux -
http://linux.sybase.com and Sybase JConnect ($495 list with free eval,
http://www.sybase.com/products/internet/jconnect/). My tests have shown this
combo to be three times the speed of MS SQL for ecommerce type transactions.
In  the case of a simple SELECT or UPDATE communication overhead kills you
with MSSQL.

Good Sybase Perl DBI drivers are available. Also, Sybase and MS SQL server
are very compatible since they were the same product at one time.

Jon Smirl
[EMAIL PROTECTED]




--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to