Lotus Notes Query with ColdFusion - Access

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

  1. #1

    Default Lotus Notes Query with ColdFusion - Access

    Is it possible to access/query Lotus Notes with Coldfusion? How can I create
    the DSN in Coldfusion Administrator Successfully?

    I have searched the web and not found a successfull article. I already have
    the DSN successfully created in the ODBC Manager, but how o I do it in CF
    MX7.01 ??

    It keeps giving me an error:

    Connection verification failed for data source: SeguimientoERJ
    java.sql.SQLException: No suitable driver available for SeguimientoERJ, please
    check the driver setting in resources file, error:
    The root cause was that: java.sql.SQLException: No suitable driver available
    for SeguimientoERJ, please check the driver setting in resources file, error:

    Text

    I have used the ODBC Socket type and the Other... no luck.. PLEASE HELP - Many
    say is possible but no example or have not met any succesfull people on this.

    ocarmona Guest

  2. Similar Questions and Discussions

    1. Lotus Notes and Adobe
      Hi, I'm working in a Lotus Notes database. I have emails that come into a database with PDF attachments. The PDF files have data in tables. I'm...
    2. Querying Lotus Notes
      Can anyone tell me if ColdFusion can query a Lotus Notes database (.nsf) file?
    3. ASP accessing Lotus Notes??
      Hi all, Is it possible ASP accessing Lotus Notes with ADO OLEDB or ODBC?? Does anybody has sample to send me? e-mail: vilmar9820@yahoo.com ...
    4. ASP.NET vs Lotus Notes
      Hi, Probably this is not the right place to submit my question, any way, if someone can help me, i would really appreciate it. My client have...
    5. Lotus Notes
      Hi, I need to know how we can integrate dreamweaver with lotus designer... Please help. Thank you. Ahmad Mustapha Mohd Yahya
  3. #2

    Default Re: Lotus Notes Query with ColdFusion - Access

    You need to get your hands on the <a target=_blank
    class=ftalternatingbarlinklarge
    href="http://www-142.ibm.com/software/sw-lotus/products/product4.nsf/wdocs/notes
    sqlhome">NotesSQL</a> driver.

    Setup a SYSTEM DSN, then tell coldfusion to access that.

    A3gis Guest

  4. #3

    Default Re: Lotus Notes Query with ColdFusion - Access

    You already have the ODBC datasource according to your post. Confirm it is a
    system datasource and not a user datasource in the ODBC manager. You only have
    2 choices from CFMX to connect to an ODBC datasource. You can use the ODBC
    socket or use the jadazoom JDBC/OLE bridge which CF uses as the msaccess
    unicode driver.

    Recreate the odbc socket. Make sure you have the user and password setup in
    the advanced properties of the DSN. If it fails, run a test query like "select
    * from foo" against it. Let us know the error.

    You can review the technote on the jadozoom driver at: <a target=_blank
    class=ftalternatingbarlinklarge
    href="http://www.adobe.com/go/2d2a7a19.">http://www.adobe.com/go/2d2a7a19.</a>
    Although this driver is usually used for access it should connect to any odbc
    dsn. Just follow the instructions and give it a try. Again if the dsn fails,
    run a test query anyway and post the error.

    ksmith 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