sqlite3 table creation with java in android -
i'm working on creating checkbook app android using database record transactions. design i'd envisioned was/is allow user ability create different "accounts" (savings account, checking account, etc) under whatever name choose , use database table name. however, using preparedstatements doesn't work when try create table. i'm wondering if i'm going need sanitize input manually or if i'm missing something. first java/android database program , i've got no formal education in databases possible missed something. **edited reflect more accurately meant account. on android device have no interest in multiuser setup.
probably, don't need table each user. should revise database structure.
Comments
Post a Comment