Discussion:
System.Data.SQLite documentation
Incongruous
2014-02-14 02:30:03 UTC
Permalink
After searching the archives for this year, I was really surprised that no one has ever asked for the documentation of System.Data.SQLite! I am very new in C# and with my little bit of knowledge I really need a lot of help for... even for just opening a connection to the database. I know that a little bit of knowledge of ‘LINQ’ might help me [ I think ], but when creating a wrapper in C++ for SQLite, I did not need to ask too many questions, since it is all there in the documentation.
I am really hoping that such documentation exist, otherwise I am going to drive you crazy with all my question and I am not looking forward to that. So, please, point me out to the location of the documentation for System.Data.SQLite.

Thanks in advance
Joe Mistachkin
2014-02-14 02:42:53 UTC
Permalink
Post by Incongruous
So, please, point me out to the location of the documentation for
System.Data.SQLite.
https://system.data.sqlite.org/index.html/doc/trunk/Doc/SQLite.NET.chm?mimet
ype=application/x-chm

Also, please see the FAQ:

https://system.data.sqlite.org/index.html/doc/trunk/www/faq.wiki

And the download page:

https://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki

--
Joe Mistachkin
Incongruous
2014-02-14 03:16:25 UTC
Permalink
Thanks for the help Joe Mistachkin.

Dude! Something must've happened to that file, there is a tree in the
Contents tab, but it doesn't matter which help file I click on nothing gets
displayed. The help files do not have any data in them!
What did I do wrong?

-----Original Message-----
From: Joe Mistachkin
Sent: Thursday, February 13, 2014 9:42 PM
To: 'General Discussion of SQLite Database'
Subject: Re: [sqlite] System.Data.SQLite documentation
Post by Incongruous
So, please, point me out to the location of the documentation for
System.Data.SQLite.
https://system.data.sqlite.org/index.html/doc/trunk/Doc/SQLite.NET.chm?mimet
ype=application/x-chm

Also, please see the FAQ:

https://system.data.sqlite.org/index.html/doc/trunk/www/faq.wiki

And the download page:

https://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki

--
Joe Mistachkin
Joe Mistachkin
2014-02-14 03:34:22 UTC
Permalink
Post by Incongruous
Dude! Something must've happened to that file, there is a tree in the
Contents tab, but it doesn't matter which help file I click on nothing gets
displayed. The help files do not have any data in them!
What did I do wrong?
Not being able to open a downloaded CHM file is a security feature of
Windows,
see the Microsoft KB article:

http://support.microsoft.com/kb/902225

To summarize the workaround mentioned in the above MS KB article: In order
to
be able to correctly view the CHM file, right-click it, go to the
"Properties"
tab, click the "Unblock" button, and then click the "Apply" button.

--
Joe Mistachkin
Incongruous
2014-02-14 03:40:43 UTC
Permalink
Yes!
Thanks man, keep it smooth dude... you got it right.

-----Original Message-----
From: Joe Mistachkin
Sent: Thursday, February 13, 2014 10:34 PM
To: 'General Discussion of SQLite Database'
Subject: Re: [sqlite] System.Data.SQLite documentation
Post by Incongruous
Dude! Something must've happened to that file, there is a tree in the
Contents tab, but it doesn't matter which help file I click on nothing gets
displayed. The help files do not have any data in them!
What did I do wrong?
Not being able to open a downloaded CHM file is a security feature of
Windows,
see the Microsoft KB article:

http://support.microsoft.com/kb/902225

To summarize the workaround mentioned in the above MS KB article: In order
to
be able to correctly view the CHM file, right-click it, go to the
"Properties"
tab, click the "Unblock" button, and then click the "Apply" button.

--
Joe Mistachkin

Loading...