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

  1. #1

    Default CFMX7

    I have a working ODBC connection to an Oracle table (password required) that I
    use with ASP pages. I am currently converting this to CF7 and although the
    connection verifies in the CF admin I get the following error on line 1:

    [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC driver for
    Oracle]Error in row 1

    The error occurred in C:\Inetpub\wwwroot\CVU\5.cfm: line 1

    1 : <cfquery name="Recordset1" datasource="test2">
    2 : SELECT *
    3 : FROM TABLENAME




    at cf52ecfm45432594.runPage(C:\Inetpub\wwwroot\CVU\5. cfm:1) at
    cf52ecfm45432594.runPage(C:\Inetpub\wwwroot\CVU\5. cfm:1)


    java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][ODBC
    Socket][Microsoft][ODBC driver for Oracle]Error in row 1
    at macromedia.sequelink.ssp.Diagnostic.toSQLException (Unknown Source)
    at macromedia.sequelink.ssp.Chain.cnvDiagnostics(Unkn own Source)
    etc......


    Any suggestions?


    ctlcal Guest

  2. Similar Questions and Discussions

    1. Automate CFMX7 Admin similar to silent CFMX7 Installer
      I've successfully used an installation configuration file to automate the Cold Fusion MX7 software installation. I saw the discussion about how...
    2. How much RAM can CFMX7 use?
      Hey, I have been trying to find this info, but haven't struck gold yet. I heard somewhere that CFMX can only take advantage of a maximum of 2GB...
    3. After update CFMX7 to CFMX7.01 System load has increasedfor 10-15 %
      We are use Linux RHE 4 planform, MySQL database and after we update our CFMX7 to CFMX7.01System load and CPU load has increased for 10-15 % Why?...
    4. Windows 2000 CFMX7 /CFIDE/administrator quit working (ittimes out) What is the real fix short of restarting CFMX7?
      I upgraded from ColdFusion 5 to ColdFusion MX 7 standard edition on a Windows 2000 test server (with Apache 1.3.x and MySQL 4.0.x). I have hot fix 2...
    5. CFMX7 on OSX 10.4
      I am having difficulty installing CFMX7 on OSX 10.4 (Tiger). I have updated the JRun server successfully, as recommended. And I have been attempting...
  3. #2

    Default Re: CFMX7

    We recommend that you use a JDBC Driver to connect to databases from CFMX 7 for
    performance reasons. If you are running the Enterprise version of CFMX 7 then
    you will find it in the driver drop down in the ColdFusion Administrator.
    Otherwise, you can take a look at the following technote which also applies to
    CFMX 7: [url]http://www.macromedia.com/go/tn_18344[/url] I hope this helps, Stephanie
    Juma Macromedia, Inc.

    Stephanie Guest

  4. #3

    Default Re: CFMX7

    .....keeping in mind that the use of the JDBC Drivers is dependent on the Oracle version. Anything before 8i (8.1.7, I believe) does not support JDBC and must use ODBC.

    Phil
    paross1 Guest

  5. #4

    Default Re: CFMX7

    Thanks for the info. Took about 5 minutes and everythings works great.


    ctlcal 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