Connecting foreign DB from Linux

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

  1. #1

    Default Connecting foreign DB from Linux

    Hi

    Want to connect Cach? DB from Linux. Cach? can be connected via ODBC but CF
    does not deliver a driver for that DB. Linux does not have a Socket-ODBC, so
    how can we establish a connection?

    Thanks for a tip
    Jan


    JanM Guest

  2. Similar Questions and Discussions

    1. VC++ Application Connecting PostgreSQL on Linux
      Can anyone help me ... Is it possible to connect a VC++ Application running on Windows to PostgreSQL Database running on Linux platform. If it is...
    2. Considerations on Connecting to MS SQL Server from PHP/Linux
      After a lot of thought and research, and playing with FreeTDS and InlineTDS, as well as various ODBC connections, I have determined that the...
    3. Mac OS X trouble connecting to Linux VPN server
      On 6 Aug 2003 07:40:42 -0700, Haans (haans_leonard@yahoo.com) wrote: Do you know if PoPToP is compatible with Jaguar's VPN client? Their...
    4. connecting to windows VPN from Linux
      Jay O'Connor wrote: Do you know what "VPN" they are using? Is it Cisco? Is it Microsoft? What software do they provide for Windows for the VPN?...
    5. Problem with Linux client daemon connecting on bootup
      Will Hatcher wrote: Do you have $ORACLE_HOME, $ORACLE_SID and $LD_LIBRARY_PATH set? What about $TNS_ADMIN (if your TNS files are not located...
  3. #2

    Default Re: Connecting foreign DB from Linux

    well according to their website: "Cach? includes a Type 4 JDBC Driver" so that
    might be a better choice. you can read about setting up an "other" JDBC driver
    [url]http://livedocs.macromedia.com/coldfusion/7/htmldocs/00001747.htm[/url].


    PaulH 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