Run a Access Database Macro ???

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

  1. #1

    Default Run a Access Database Macro ???

    Does anyone know how to run (execute) a Access Database Macro from within Coldfusion?

    Thanks
    -Gary
    gspan Guest

  2. Similar Questions and Discussions

    1. Access Database with ASP
      I'm new to using Flash with a database, but I need to set up a Flash application that will access data in my MS Access database. I would be using...
    2. Access Database
      Hello. We have a database that we does like to use in a movie. How can we do that? Need any special Xtra? Thanks for help Paul and Mike
    3. How do I set-up ASP with an MS-Access database?
      I Currently have an asp website created manually (not using frontpage)with an access db. The way it works now the iusr- account needs read/write...
    4. Write Access to Access DataBase
      I'm trying to update a Access Database from information gained from a ASPX page. The database will not update. I'm sure it is in some security...
    5. Calling an Access macro from an ASP page?
      OK.. another DB interaction question.. using VBScript and ASP, how can I trigger a macro in an Access database from a webpage? Anyone? Anyone?
  3. #2

    Default Re: Run a Access Database Macro ???

    CFOBJECT. You can't run or manipulate macros, modules, or reports through the ODBC connection.

    Good luck.
    philh Guest

  4. #3

    Default Re: Run a Access Database Macro ???

    What is the best way to delete the content of a zip code database (5 columns 45,000 records) and import new records from a flat file?

    Thanks - Gary
    gspan 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