Domanda

how to call this method?

   - (NSMutableArray*) readDataFromDatabase

and this--->

   - (void)inserisciValoriDaDB:(NSArray *)insert :(NSString *)sqlAdd
È stato utile?

Soluzione

NSMutableArray *array = [self readDataFromDatabase];

[self inserisciValoriDaDB:yourarray add:yourstring];
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top