kcwenfrank
New Member
I am trying to do some exercise about sql database with B4A, However, I am stuck here for a while,
I tried to build a sample sql-database in advance and then write some simple code in B4A.
The code is very simple as below
the problem is every time the code crash after running ExecQuery.
Can some one give me a hint for this ?
I tried to build a sample sql-database in advance and then write some simple code in B4A.
The code is very simple as below
B4X:
SQL1.Initialize(File.DirInternal,"example.db", True)
SQL1_Index=SQL1.ExecQuery("SELECT * from sql_exercise")
Can some one give me a hint for this ?