The best place to ask for help is in the forums
http://sqlite.phxsoftware.com

Is the path in your connection string relative or absolute?  If you're using
a relative path, check the Environment.CurrentDirectory and make sure its
pointing to the right place.  Things such as using an OpenFileDialog or
SaveFileDialog can change the current directory.

-----Original Message-----
From: sqlite-users-boun...@sqlite.org
[mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Jibin Scaria
Sent: Tuesday, February 17, 2009 12:14 AM
To: sqlite-users@sqlite.org
Subject: SPAM: [sqlite] Database path in widows

Hi,

I am new to SQLite. I am trying to develop a small application in C# using
sqlite-dotnet2 <http://sourceforge.net/projects/sqlite-dotnet2>

I am facing problem with spaces in the database path, able to open database
but queries are returning "no such table: table name".

Can somebody help me?

Thanks in advance

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


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

Reply via email to