Answered by:
how to connect sqlite database in visual studio professional??

Question
-
I am trying to connect to sqlite database using java script,html...but i am not yet successful to make that connection.........please help me how to do this connection...Thanks in advance...Wednesday, February 27, 2013 5:27 AM
Answers
-
Hi satish,
There has a similar thread how to connect sqlite database.
And with html5/javascript, you may also use indexedDB. IndexedDB is HTML5 specific feature. And this is also only supported by Windows Store app built with HTML/JavaScript (C#/VB.NET and C++ based app cannot benefit from this).
For details, please refer to: http://blogs.msdn.com/b/win8devsupport/archive/2013/01/10/using-html5-javascript-in-windows-store-apps-data-access-and-storage-mechanism-iii.aspx .
Roy
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.- Marked as answer by satish sagar Wednesday, February 27, 2013 11:00 AM
Wednesday, February 27, 2013 6:48 AM
All replies
-
Hi satish,
There has a similar thread how to connect sqlite database.
And with html5/javascript, you may also use indexedDB. IndexedDB is HTML5 specific feature. And this is also only supported by Windows Store app built with HTML/JavaScript (C#/VB.NET and C++ based app cannot benefit from this).
For details, please refer to: http://blogs.msdn.com/b/win8devsupport/archive/2013/01/10/using-html5-javascript-in-windows-store-apps-data-access-and-storage-mechanism-iii.aspx .
Roy
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.- Marked as answer by satish sagar Wednesday, February 27, 2013 11:00 AM
Wednesday, February 27, 2013 6:48 AM -
You could use the WinRT SQLite3 component.Wednesday, February 27, 2013 8:36 AM
-
hi Tian,
is there any docs for sqlite daabase connection in JS,HTML..........
Wednesday, February 27, 2013 11:01 AM -
Hi,
There is no sample that I know. But you can use the method I provide above.
Roy
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.Thursday, February 28, 2013 2:12 AM -
Hi Satish,
See Tim Heuer's blog entry UPDATED HOWTO: SQLite with Windows 8 apps for a walkthrough on how to use SQLite from a Windows Store app. If you scroll down to the JavaScript section Tim explains how to set up a project to use SQLite and the SQLite3 component that Phil mentioned.
--Rob
Thursday, February 28, 2013 3:53 AMModerator -
hi Rob,
that blog seems to C# but i am searching for Javascript,HTML.............please help me in this issue..........
Thursday, February 28, 2013 9:02 AM -
Hi Satish,
Please read the whole blog. As I mentioned in my post, there is a section on JavaScript.
--Rob
Thursday, February 28, 2013 5:19 PMModerator