JDBC Driver for the Derby database

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

  1. #1

    Default JDBC Driver for the Derby database

    Anyone have details of creating a JDBC driver for the Derby database ? I have
    trien a number of combinations but am still having problems. I am interested in
    doing some performance comparisons.

    Is it possible to use the embedded database as well as the network database
    from ColdFusion ?

    I am using ColdFusion MX 7.

    :confused;

    ligdoscith Guest

  2. Similar Questions and Discussions

    1. New MS JDBC Driver Availability?
      In late January 2006, Microsoft released an updated JDBC driver specifically for their SQL 2005 product. I am interested in if / when Adobe will...
    2. MSSQL JDBC driver bug?
      CFMX 7,0,1,116466 hf701-60212.jar hotfix MSSQL 2000 sp4 Win XP Pro I'm trying to enter a value of 4.25 into a money type column using...
    3. JDBC Driver Issue
      It is always highly worrying when the solution to a problem involves the blunderbus. In this case: windows 2003 server sp1 / MX7 + updates (02,...
    4. com.mysql.jdbc.Driver
      I need to create a 'standalone' connection to a MySQL database. Using this code works: <cfset clazz = CreateObject('java', 'java.lang.Class') />...
    5. DB2 JDBC Driver
      What should I use for the DB2 JDBC driver form JDBC SPs? I'm using "DriverManager.getConnection("jdbc:default:connection");" at the moment. Is...
  3. #2

    Default Re: JDBC Driver for the Derby database

    Do you mean set up a datasource? I haven't done it, but I would assume you
    would follow usual steps, by installing a java driver and using the "Other"
    datasource option in the CF Administrator. Can you post your settings, and
    any error message, and maybe somebody can assist?


    mxstu 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