Question

how to call this method?

   - (NSMutableArray*) readDataFromDatabase

and this--->

   - (void)inserisciValoriDaDB:(NSArray *)insert :(NSString *)sqlAdd
Was it helpful?

Solution

NSMutableArray *array = [self readDataFromDatabase];

[self inserisciValoriDaDB:yourarray add:yourstring];
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top