I'm trying to access to access a database from a class...
This is the code i use..
Using java Syntax Highlighting
- DATABASE_mob mDbHelper = new DATABASE_mob(this);
- mDbHelper.open();
Parsed in 0.014 seconds, using GeSHi 1.0.8.4
I get an error while compiling which says,
The constructor DATABASE_mob(*CLASSNAME*) is undefined
Hope to find a solution to this.
Thanks,
Immanuel