sqlobjective-cmethodscal

how to call this method to read the SQLite data?


how to call this method?

   - (NSMutableArray*) readDataFromDatabase

and this--->

   - (void)inserisciValoriDaDB:(NSArray *)insert :(NSString *)sqlAdd

Solution

  • NSMutableArray *array = [self readDataFromDatabase];
    
    [self inserisciValoriDaDB:yourarray add:yourstring];