[Catalyst] Error in Accessing Database model
Octavian Rasnita
orasnita at gmail.com
Thu Mar 17 13:39:19 GMT 2011
From: sushant kumar =
I'm using SQLite3 and catalyst to develop an application. When I try to a=
ccess the database file (tmp/daatabase) , It gives error as "UNABLE TO OPEN=
tmp/database".
When I access databse without mentioning the name of database file, It wo=
rks!! But Catalyst does not recognize the changes made in databse.
$ sqlite3 tmp/database
sqlite>create table sample(id INTEGER(3), name TEXT);
unable to open tmp/database!!!
$
Do you have the directory tmp in the current directory?
Octavian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20110317/b2cf4=
59b/attachment.htm
More information about the Catalyst
mailing list