It's not my solution, that's why it's free and open. It would be nice if
someone could run benchmarks on the different kinds
of things you can create and use. Even the two different kinds protocols the
server object uses could be tested.

I did run and test Derby and your welcome to that code as well Denny!

cool pointbase!

<cfset test = createObject("java", "java.lang.Class")>
<cfset jdbcDriver = test.forName("com.pointbase.jdbc.jdbcUniversalDriver
").newInstance()>

<cfdump var="#jdbcDriver#">

<cfdump var="#jdbcDriver.getMinorVersion()#"> 2

<cfdump var="#jdbcDriver.jdbcCompliant()#"> YES

Can you do "jdbc:pointbase:server://localhost:10000/sample,new" ??

<cfdump
var="#jdbcDriver.acceptsURL("jdbc:pointbase:server://localhost:10000/")#">
YES

public class com.pointbase.jdbc.jdbcUniversalDriver
 extends java.lang.Object
implementsjava.sql.Driver, com.pointbase.jdbc.jdbcInfoDriver
{
 /*** CONSTRUCTORS ***/
 public com.pointbase.jdbc.jdbcUniversalDriver()


 /*** METHODS ***/
 public java.lang.String getURL()

 public java.util.Properties getProperties()

 public synchronized java.sql.Connection connect(java.lang.String,
java.util.Properties)
 throws java.sql.SQLException

 public synchronized int getMajorVersion()

 public synchronized boolean acceptsURL(java.lang.String)
 throws java.sql.SQLException

 public int getMinorVersion()

 public synchronized [Ljava.sql.DriverPropertyInfo;
getPropertyInfo(java.lang.String, java.util.Properties)
 throws java.sql.SQLException

 public boolean jdbcCompliant()


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:251323
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to