On 3 Jul 2010, at 12:06am, c...@comcast.net wrote:

> Snce the db is going to be created the 1st time thru the OnCreate() method 
> s/b called to create the only tbl.
> 
> public EventsData(Context ctx) { 
> 
> super (ctx, DATABASE_NAME , null , DATABASE_VERSION ); 
> 
> } 

What is the contents of 'DATABASE_NAME' at this point ?  If it's not obvious 
from the source code, can you access it with a debugger or using a log command ?

I'm not familiar with the library you're using so I can't tell anything about 
'super'.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to