Re: CF SQLite

2007-01-28 Thread David McCan
I was playing around Smith and got a SQLite data source working. The steps I used are mentioned in their forum and probably have enough hints for using the JDBC driver with CFMX: http://www.smithproject.org/forum/posts/listByUser/16.page Otherwise, I think you should be able to the SQLite

Re: CF SQLite

2006-10-16 Thread Adam Ullman
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

Re: CF SQLite

2006-10-09 Thread Adam Ullman
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

Re: CF SQLite

2006-10-09 Thread Denny Valliant
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

CF SQLite

2006-10-08 Thread Adam Ullman
I was wondering whether anyone has managed to connect SQLite to Coldfusion MX. There is a JDBC driver for Coldfusion but I just can't seem to get it working properly. Any help would be greatly appreciated. Adam ~| Introducing