x


check SQLite database record

i want to check if there's no record in my SQLite database, then it will showing blank slot files, and here's the code :

if(!(ArrayList in databaseData)){       ///   <------- is it possible to use this?
    for(var i=0;i<15;i++){
                GUILayout.BeginHorizontal();
                if(GUILayout.Button("Save File "+ i)){
                    enableValidate = true;
                }
                GUILayout.EndHorizontal();
    }
}

how can i do the checking record? i will appreciate any suggestion,

Thanks in advance! :)

more ▼

asked Nov 25 '11 at 03:07 PM

deerendee gravatar image

deerendee
1 2 2 3

(comments are locked)
10|3000 characters needed characters left

1 answer: sort voted first

http://www.unifycommunity.com/wiki/index.php?title=SQLite

try this site... i think it might help..

^____^

more ▼

answered Mar 16 '12 at 07:17 AM

zerox911 gravatar image

zerox911
130 12 21 23

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x232
x133
x49
x8
x6

asked: Nov 25 '11 at 03:07 PM

Seen: 721 times

Last Updated: Mar 16 '12 at 07:17 AM