Jibin Scaria wrote:
> I am facing problem with spaces in the database path, able to open database
> but queries are returning "no such table: table name".
>
>
>   
If your table names contain embedded spaces you must quote the name in 
your SQL queries

    select * from "table name";

HTH
Dennis Cote

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

Reply via email to