Viewing/Save Access Query Objects from CF

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139