How do you build a connection string? I have seen some examples like this:
Data Source=C:\\folder\\file.db;Version=3;New=False;Compress=True
But I don't know what this parameters mean or if there are more parameters that could be used.
Thanks,
am65
If you have system.data.sqlite installed then you have propably help file. Just look into it at proeperty connectionstring in conecction class. Here yoa have copy-paste from help:
Parameter
Data Source