By Joao Mimoso on Tuesday, 01 September 2015
Posted in General Issues
Replies 3
Likes 0
Views 351
Votes 0
I've installed the sample textbook app provided in the developer documentation site, but the the table in install.sql was not created automatically. (i didn't do any modification at all in the files provided).

I believe the only thing that is needed to the sql to be executed is to the file be mention in the XML right? Or do i need to to something else?
Hey Joao,

You need to ensure that the following exists within your .xml file,


<files>
<sql>filename.sql</sql>
</files>
·
Tuesday, 01 September 2015 22:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes it exists. But it doesnt do anything.
·
Wednesday, 02 September 2015 15:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Joao,

Hm, looking at our installation library, it will actually scan for this <sql> tag in your manifest file and execute the contents of your sql file. How does your SQL file contents look like?

Also, can you send us a copy of your app so that I can try to run this ?
·
Saturday, 05 September 2015 17:34
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post