Ask a Question related to Coldfusion Database Access, Design and Development.
-
OFAH Webmaster #1
Replacement for OLEDB connection in MX?
My ISP used to have Cold Fusion 5 running on their servers, allowing me to
connect to databases via OLEDB connection: <CFSET DB='C:\Web\Files\DB.mdb'>
<cfquery name='Get_Files' datasource='#DB#' dbtype='OLEDB' username='Admin'
password='' provider='Microsoft.Jet.OLEDB.4.0' providerdsn='#DB#'> SELECT *
FROM Files ORDER BY Num </cfquery> They have since updated to CF Server MX,
thus not allowing me to connect via OLEDB. Is there any way that I can work
around this and still manually connect to databases without a DNS? Any help
would be GREATLY appreciated.:confused;:cool;:confused;
OFAH Webmaster Guest
-
SQL Server - OLEDB or ODBC connection
What are the advantages/disadvantages between selecting an ODBC and an OLEDB connection between MX and a SQL Server 2000 db...? -
Dreamweaver ASP.NET OLEDB connection problem
have some Dreamweaver ASP .NET OLE DB connectin problem - I have "The connection was made susessfull" message but doesn't see any table in it. Can... -
OLEDB connection string help
I'm trying to connect to a SQL Server using dsn-less connection string such as "PROVIDER=SQLOLEDB;DATA... -
Help with OLEDB connection string
Hi, I'm following the below example in order to create a connection to my Access database. My question is, is it possible to include the... -
OLEDB COnnection String to Oracle
Does someone know the proper connection string for using OLE DB connection to an oracle server ? Jon Spartan -
Mountain Lover #2
Re: Replacement for OLEDB connection in MX?
The unicode driver for Access in CFMX 6 uses JDBC/OLEDB/Jet. So you
could set up a dummy (or live) DSN using the unicode driver and then
query other databases using the IN statement (e.g SELECT * FROM
tablename IN 'path to mdb file') and this, in theory(untested), would be
using the OLEDB driver for all connections.
HTH
--
Tim Carley
[url]www.recfusion.com[/url]
[email]info@NOSPAMINGrecfusion.com[/email]
Mountain Lover Guest



Reply With Quote

