#1
|
|||
|
|||
Support for SQLite DB
I am using VBP 7.7a. I would like to know if sqllite db is supported in VBP.
|
#2
|
|||
|
|||
You can call the command-line shell from a Run Program action
http://www.sqlite.org/sqlite.html http://www.kinook.com/VisBuildPro/Ma...gramaction.htm or one of the COM/ActiveX wrappers from a Run Script action http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers http://www.kinook.com/VisBuildPro/Manual/runscript.htm or an ADO driver from an ADO action. https://www.google.com/search?q=sqlite+ado+driver http://www.kinook.com/VisBuildPro/Manual/ado.htm |
Tags |
sqllite , vbp |
|
|