Added SQLite ODBC example under test/APPLICATION.e class.

Fixed compilation issues with SQLite implemenation. (need to be updated)
This commit is contained in:
jvelilla
2014-10-01 14:11:17 -03:00
parent 27a11f2eea
commit 52cc566e15
5 changed files with 65 additions and 9 deletions

View File

@@ -17,6 +17,7 @@
<library name="store" location="$ISE_LIBRARY\library\store\store-safe.ecf" readonly="false"/>
<library name="thread" location="$ISE_LIBRARY\library\thread\thread-safe.ecf"/>
<library name="time" location="$ISE_LIBRARY\library\time\time-safe.ecf"/>
<library name="error" location="$ISE_LIBRARY\contrib\library\utility\general\error\error-safe.ecf"/>
<cluster name="common" location="..\common\" recursive="true"/>
<cluster name="interface" location="..\..\interface\" recursive="true"/>
<cluster name="persistence_sqlite" location=".\src\" recursive="true">