Querying Lotus Notes

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

  1. #1

    Default Querying Lotus Notes

    Can anyone tell me if ColdFusion can query a Lotus Notes database (.nsf) file?
    CoderGuy Guest

  2. Similar Questions and Discussions

    1. HTML & Lotus Notes
      Hi Everyone, When sending out HTML emails, I notice that Lotus Notes severly mis-formats my message. I know Notes has issues with HTML. But...
    2. Lotus Notes SQL ODBC
      Hi Ken, I can?t help you in this case because I don?t have CFMX7 around here. I haven?t seen what has changed in this version concerning drivers...
    3. Win32::OLE Lotus Notes
      Hey group, I am writing some Win32::OLE perl code to rip some data out a lotus notes database. The interface exposed by lotus varies depending...
    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: Querying Lotus Notes

    CoderGuy wrote:
    > Can anyone tell me if ColdFusion can query a Lotus Notes database (.nsf) file?
    Absolutely, but it's pretty hairy in some cases since Notes is not a
    traditional relational database. You can use the Lotus Notes ODBC
    connector but you may not get back what you expect when you start poking
    around in the database. Not a huge deal, just be aware things may look
    a bit weird at first until you get oriented with what Notes returns.

    Here's the Notes SQL package you'll need:
    [url]http://www.lotus.com/products/product4.nsf/wdocs/3243f3d81944584085256e20006db691[/url]

    Matt

    --
    Matt Woodward
    Team Macromedia - ColdFusion
    mpwoodward *TMM* 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