Pete Freitag schrieb:
> 
> I am having trouble getting datasrc attribute of jrun:sql to work with a
> datasource (SQL Server 7) using the JDBC to ODBC bridge driver.  Is this a
> limitation of the driver, or am I doing something wrong?  If I specify
> driver, and url, I can access the database.
> 

Hi,
it's a driver problem - you should never use the jdbc-odbc bridge with
any servelt engine. You get lots of problems with multithreading issues.
If you try to use prepared statements, you get sql error messages you
have never seen before ;-)

Regards,
Michael

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to