Well the thing with SQLite is that it isn't actually a DB Server, so hence it doesn't run on a port. It's just a DB file that is read by C or python traditionally but I found a JDBC driver for it.
>Off the hip, I'd say that it can't connect to your DB server. >Are you sure it's running, and on the ports the driver expects? > >I haven't done SQLite, so I really don't know, but it's a place to start... > >On 10/9/06, Adam Ullman <[EMAIL PROTECTED]> wrote: >> >> The error I get when trying to add an SQLite data source is: >> >> java.sql.SQLException: Timed out trying to establish connection >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:256855 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

