Hi,
I started using sqlite3 recently on Ubuntu. I came across an issue with the 
database that, I was able to create database and table from commandline 
successfully, I also inserted couple of rows, no problem. When I tried to open 
database from C program, It is fine but I cant access the table. It says that 
the table doesnt exist ,I get error when I try to query from the table. I had 
to recreate the table from the C Program then I can insert or read from the 
table. It looks like the tables are not global and are hidden from one program 
to other.
Please throw some light on this one. What can I do to make them accessible from 
every  interested program on the machine.
 
Thanks
rb


      
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to