vendredi 5 février 2016

Change SQLite to MySQL

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