Trouble with Drill Down documents

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

    Default Trouble with Drill Down documents

    I have regularly used CF5 Wizards to build most of my simple forms. This
    includes Data-Entry and Drill-Down forms. Databases are created in Access and,
    up until a couple of weeks ago, always worked fine with Drill-Downs generated
    by CF5 Studio and Homesite. Those forms done currently in CF5 Wizards for
    regular data-entry still work okay. Now, however, once new drill-down
    documents are created, running them on localhost via Dreamweaver, I get error
    messages having to do with the query. A sample error message is attached but,
    it's always the same kind of message regardless of what the Wizard-created.
    Nonsense, I said...if they always worked fine before, they still should. To
    make a long story short, I did total uninstalls of MS Office (2000) as well as
    all ColdFusion programs and servers and reinstalled them, thinking that maybe
    corrupted files were involved somewhere in the process. To reinforce that
    conclusion, doing newly constructed drill-downs with the CF Wizard on some of
    my older Access databases (generated in the same software from Office 2000 but,
    before the reinstallation), they all work fine when viewed via the local host
    in DW and also, on-line at the host server. I did update MDAC which is now
    version 2.8. Other programs may need updating but, I am not sure which ones
    might be suspects. If you can shed any light on this topic, it would be most
    appreciated. Thank you very much.

    ODBC Error Code = 37000 (Syntax error or access violation)


    [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in
    query expression '2fishlog.identifier'.



    The error occurred while processing an element with a general identifier of
    (CFQUERY), occupying document position (11:1) to (11:50).

    Slowtroll Guest

  2. Similar Questions and Discussions

    1. Drill down data
      I am new in Coldfusion and I am totally stuck with this problem, if anyone has any advice or can point me in the right direction it will be greately...
    2. drill down via js
      Hey, I am using a dg with a nested dg. It acts like a hierargrid. But the nested datagrid currently expands on the server side. I want to move...
    3. Coverting Indesign 2.0 documents to Microsoft Word xp documents
      How would you go about converting indesign documents to microsoft word documents? Is there a way to convert them? Thanks for any help that you can...
    4. trouble converting PM6.5 documents to CS InDesign
      Thanks Bob, and everyone else who has responded. First of all, have tried to set the PM props to save smaller and tried to convert one of those docs,...
    5. Need ASP/SQL data drill down help
      OK, I have a database which has three main tables: 1. funding_source_info (unique ID# per source which has all the contact info, etc.) 2....
  3. #2

    Default Re: Trouble with Drill Down documents

    Without a sample query it is difficult to say, but I'm almost sure
    variables (and query names) need to start with a character, not a number
    like '2fishlog'.

    Slowtroll wrote:
    > I have regularly used CF5 Wizards to build most of my simple forms. This
    > includes Data-Entry and Drill-Down forms. Databases are created in Access and,
    > up until a couple of weeks ago, always worked fine with Drill-Downs generated
    > by CF5 Studio and Homesite. Those forms done currently in CF5 Wizards for
    > regular data-entry still work okay. Now, however, once new drill-down
    > documents are created, running them on localhost via Dreamweaver, I get error
    > messages having to do with the query. A sample error message is attached but,
    > it's always the same kind of message regardless of what the Wizard-created.
    > Nonsense, I said...if they always worked fine before, they still should. To
    > make a long story short, I did total uninstalls of MS Office (2000) as well as
    > all ColdFusion programs and servers and reinstalled them, thinking that maybe
    > corrupted files were involved somewhere in the process. To reinforce that
    > conclusion, doing newly constructed drill-downs with the CF Wizard on some of
    > my older Access databases (generated in the same software from Office 2000 but,
    > before the reinstallation), they all work fine when viewed via the local host
    > in DW and also, on-line at the host server. I did update MDAC which is now
    > version 2.8. Other programs may need updating but, I am not sure which ones
    > might be suspects. If you can shed any light on this topic, it would be most
    > appreciated. Thank you very much.
    >
    > ODBC Error Code = 37000 (Syntax error or access violation)
    >
    >
    > [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in
    > query expression '2fishlog.identifier'.
    >
    >
    >
    > The error occurred while processing an element with a general identifier of
    > (CFQUERY), occupying document position (11:1) to (11:50).
    >
    ben 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