querying FileMaker data

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

  1. #1

    Default Re: querying FileMaker data

    I am in the process of setting up a CFserver at a client's site, and will end
    up dialoguing a lot with FMpro db's on other network servers, or else doing
    text-file imports.

    Any updates on the efforts above would be appreciated. (Is it easy for FM to
    export field-delimited text-files? I have never worked with FM before).

    -keyman



    keyman Guest

  2. Similar Questions and Discussions

    1. FileMaker XML data problems
      I'm a bit of a newbie to getting data from XML into Flash, but I'm seeing that this is going to be very important to future projects that I work on....
    2. Querying data that matches in two different tables
      The code is attached. Basically there are two tables, contact and recruiter. When you initially add someone to contact, it also adds certain...
    3. querying FileMaker data
      Thanks, I'll try that.
    4. querying FileMaker data
      hello Cfoster, I'm trying to even get my ColdFusion to recognize the FileMaker db. How did you set up the datasource? If you can get me this far,...
    5. importing data to a filemaker
      Use a common intermediate file format. Access to Excel, Excel to FileMaker. "Rob" <relaxedrob@remove.this.optusnet.com.au> wrote in message...
  3. #2

    Default Re: querying FileMaker data

    I have this configuration going no problem. I have FM server 7 7 CFMX7. No
    problems.
    Its really a filemaker issue you are having.
    With the sequelink drivers you need to create a system data source on the fm
    server/CF server machine. If you can get this source testing ok within its own
    self test facility then everything will work ok.
    Most of the problems i had were that the fm server xdbc driver (plugin) was
    not enabled and that the FM server server was not set up to allow ODBC
    connections. BAsically you copy the xdbc.fmx file off the cd into the fmserver
    program folder under plugins, stop the service first then restart it. Go into
    the fm server properties and make sure the odbc connections is enabled and note
    that this actual plugin doesnt doesnt appear in the fm server plugins window
    with other ones and this make s you think it aint there but it is. Its a bit
    long winded but if you need any help just email me on
    [email]m.devlin@advancesystems.co.uk[/email]
    I am in Ireland so you will know to allow for time differences.

    advancemal 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