Ask a Question related to Macromedia ColdFusion, Design and Development.
-
Steve Grosz #1
SQL Server 2000 JDBC driver??
I know that Microsoft offers a JDBC driver for SQL Server 2000, but its
a EXE file. I'm also under the impression that the actual jar file
needs to be copied to a specific location in order for CFMX 7 to take
advantage of it.
Does anyone know what this jar file is called?
Thanks,
Steve
Steve Grosz Guest
-
DataDirect 3.5 JDBC Driver / Problem with CFQUERYPARAMand SQL Server
Is anyone else experiencing this? I just reported it as a bug, but want to be sure that I'm not the only one, and that it doesn't disappear into the... -
SQL Server JDBC Driver / Validation Failure
Hmmm... I posted earlier today, but the message naver made it to the forums. I'll try again We have been trying to install an app (prototype... -
SQL Server JDBC Driver Encryption
Hi, does anyone know if its possible to encrypt a SQL server jdbc driver datasource? I know it is with ODBC but CF seems to have no options... -
Export UniData database to SQL Server 2000 using DTS via ODBC driver failed
Dear all, I've downloaded, installed, and running UniData 6.0 for Windows beautifully in the last three hours or so, during which time, I've... -
DB2 JDBC Driver
What should I use for the DB2 JDBC driver form JDBC SPs? I'm using "DriverManager.getConnection("jdbc:default:connection");" at the moment. Is... -
mpwoodward *TMM* #2
Re: SQL Server 2000 JDBC driver??
Steve Grosz wrote:
If I remember correctly it's an exe, but all it does is expand things> I know that Microsoft offers a JDBC driver for SQL Server 2000, but its
> a EXE file. I'm also under the impression that the actual jar file
> needs to be copied to a specific location in order for CFMX 7 to take
> advantage of it.
>
> Does anyone know what this jar file is called?
onto your hard drive. Once it's expanded you should be able to see the
jar file, which you can put anywhere so long as you tell CFMX 7 where
it's located. There are three jar files:
msbase.jar
mssqlserver.jar
msutil.jar
Put those somewhere and add them to CF's classpath and you should be
good to go.
Matt
--
Matt Woodward
Team Macromedia - ColdFusion
mpwoodward *TMM* Guest
-
Steve Grosz #3
Re: SQL Server 2000 JDBC driver??
It may have simply expanded in the past, but now it seems to install,
and doesn't tell you where its installing to.
I'll look for those files.
Thanks
Steve
mpwoodward *TMM* wrote:> Steve Grosz wrote:
>>>> I know that Microsoft offers a JDBC driver for SQL Server 2000, but
>> its a EXE file. I'm also under the impression that the actual jar
>> file needs to be copied to a specific location in order for CFMX 7 to
>> take advantage of it.
>>
>> Does anyone know what this jar file is called?
>
> If I remember correctly it's an exe, but all it does is expand things
> onto your hard drive. Once it's expanded you should be able to see the
> jar file, which you can put anywhere so long as you tell CFMX 7 where
> it's located. There are three jar files:
> msbase.jar
> mssqlserver.jar
> msutil.jar
>
> Put those somewhere and add them to CF's classpath and you should be
> good to go.
>
> Matt
>Steve Grosz Guest



Reply With Quote

