I have MySQL database(xampp server) and I've found this code that uses SQLite database.How can I change this SQLite database to my MySQL database?
Cursor cursor = builder.query(**mDatabaseOpenHelper**.getReadableDatabase(),
columns, selection, selectionArgs, null, null, null);
Aucun commentaire:
Enregistrer un commentaire