FYI, I am using Windows application (.Net2010 C# with sqlite) Hi, Can u please let me know how to make the connection string in Sqlite, so that it works both in my local development machine and client machine. As of now it works in my development machine, but not in client machine.
//connection = new SQLiteConnection("Data Source=..\\..\\Database \\Employee.db;Version=3;New=False;Compress=True"); // works in local Where should i place my sqlitedatabase (employee.db) file. Should i place it in bin folder ? When i publish from c# application, the db.exe is not added. Pls give me an example ? Thanks This email and any attached files ("Message") may contain confidential and/or privileged information. It is intended solely for the addressee(s). If you receive this Message in error, inform the sender by reply email, delete the Message and destroy any printed copy. Any unauthorized use, distribution, or copying of this Message or any part thereof is prohibited. Emails are susceptible to alteration. Neither Technip nor any of its affiliates shall be liable for the Message if altered or falsified nor shall they be liable for any damage caused by any virus that might be transmitted with this Message. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users