Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
jeff_gombala #1
jTDS SQL Driver
Can somebody point me to any articles, blogs, etc that discuss how to use the jTDS drivers with CFMX 7, including installing and any configuration?
Thanks,
Jeff
jeff_gombala Guest
-
Datasource setting when using jTDS 1.2 with CFMX 7 andSQL2000 (sp4)
I am trying to get the jTDS 1.2 driver working on CFMX 7 and SQL 2000 (SP4). Here is what I did: - stopped CFMX service - copied jTDS-1.2.jar to... -
jTDS and CFMX 6.1 Installation?
I'm wondering if someone can help me install jTDS into my CFMX 6.1 world. I copied the jtds-1.2.jar file to the C:\CFusionMX\lib directory. In... -
jTDS JDBC drivers with CFMX 7 Enterprise
We are using CFMX Enterprise 7.0.1 (multi-server install) and SQL Server 2000 SP4 (NT Auth only), each on dedicated servers (in the same domain). ... -
jTDS install on Linux and usable by CF
I'm running JRun4 in distributed mode with CFMX7 sitting on it, all managed by SuSE Enterprise Linux 9. I'm new to Linux and I'm trying to figure... -
jtds sqlServer driver text datatype issue
I'm new to Linux and I'm trying to figure out how to install jTDS and configure it to the CFadmin JDBC list. I'm running JRun4 in distributed mode... -
PaulH #2
Re: jTDS SQL Driver
setup is fairly easy, drop the jar (latest version is 1.1) into
cfinstall\wwwroot\web-inf/lib, chose other for the datasource then:
jdbc URL:
jdbc:jtds:sqlserver://dbServer:dbPort/dbName;user=userName;password=password
;{sendStringParametersAsUnicode=true};{domain=wind owsDomain}
driver class: net.sourceforge.jtds.jdbc.Driver
leave the rest of that dialog blank. if you use the domain option on the URL,
then the user & password should be for that windows domain. that's about it. it
behaves like the datadirect driver as far as cfquery goes.
PaulH Guest



Reply With Quote

