We use the JSQLConnect from www.j-netdirect.com. It is not too expensive. It seems that the link in http://jakarta.apache.org/turbine/torque/mssql-howto.html needs to be updated since it doesn�t point to the JDBC Driver download page.
-- Humberto -----Original Message----- From: Chris Chew [mailto:[EMAIL PROTECTED]] Sent: Monday, April 29, 2002 10:49 AM To: Turbine Users List Subject: Re: Trailing Spaces in SQL Server Fields I was kind of forced to use the bridge because I can't find the MS driver. I have spent way too much time searching the MS site for their driver. The download page would come up with little content and a file size of 0 KB. I ended up sending them a message Friday saying that there was a problem. Now all references to the driver download page are gone. Hopefully they get it straightened out soon. Unfortunately, one of the project requirements is to make use of an existing SQL server. Otherwise I would be using mysql. Again, thanks to both Eric's for the help! Chris --- Eric Dobbs <[EMAIL PROTECTED]> wrote: > > On Sunday, April 28, 2002, at 08:33 PM, Chris K. > Chew wrote: > > > Ah, I looked into the odbc configuration and found > "Use ANSI nulls, > > paddings > > and warnings" checked. I unchecked it, logged in, > and sure enough...the > > trailing spaces weren't there. Thanks for the > tip. > > glad it helped. > > > What do you use instead of ODBC? > > JDBC of course. 8^) > > Sun's JDBC-ODBC bridge is documented as being > unsuitable for production deployment (last I > looked, anyway). > > We used SQL Server very briefly when marketing > asked if we could support it. At that time > JDBC drivers for SQL Server were scarce or > prohibitively expensive for our application. > We experimented with the JDBC-ODBC bridge (which > is when we ran into the padding problem). > > Anyway, we switched to using (and bundling) SapDB. > (http://sapdb.org) It includes a JDBC driver. > Haven't touched ODBC since. > > -Eric > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > __________________________________________________ Do You Yahoo!? Yahoo! Health - your guide to health and wellness http://health.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
