Ask a Question related to Coldfusion Database Access, Design and Development.
-
mpalsf #1
Viewing/Save Access Query Objects from CF
I only have remote access to the Microsoft Access database we are using with CF mx. Is there a way from within CF to open/edit/save Access Query Objects in linked databases?
mpalsf Guest
-
Access 2000 Data Viewing Issue
I am running an application on ColdFusion MX7 server against an Access 2000 DB. There is a specific field within one of the tables that is setup as... -
Need help with moving query objects from one select boxto another
Here's the problem: I need one select box to be populated with products from a query. I need to be able to select products from the list, then... -
capturing/viewing sort_mem utilization on a per query basis
Greetings, I've got a pesky J2EE based app that is using PostgreSQL-7.4.x on the backend. Lately i've been getting a disturbing large number of... -
CLASS objects for DB ADO access
Hi all does anyone have any ASP-vbscript CLASS objects to access SQL Server 2k Stored Procs easily or know of where I can get one from? thanks... -
can't save as website says not enough memory for graphics and embeded objects
I was using Gateway 333 running windows 98 SE and now have changed to emachines T2240 running windows XC using same type of Publisher (Office 2000... -
philh #2
Re: Viewing/Save Access Query Objects from CF
You can manipulate Access objects such as queries only through the UI or the
object model. This would require Access to be installed on the Web/data
server, and a bunch of CFSCRIPT to use the object model. Definitely not
doable through JDBC/ODBC. HTH,
philh Guest
-
mpalsf #3
Re: Viewing/Save Access Query Objects from CF
Thanks for the reply. That's what I was afraid of. I am not able to install access on the server.
mpalsf Guest



Reply With Quote

