0

i am using sqlite manager thourgh the add-on on firefox.

i have made an empty database and that database is stored where my crud app is stored.

Note! : this is my first crud Application on IOS i am facing problem connecting with database and for crud it is obvious to first connect to database.

The Steps I have Followed Are:

  1. open sqlite manager form firefox made a db named productsDB.sqlite and save this to the same folder where i create my app.
  2. i have include the libsqlite3.0.dylib also.

  3. Then i have add the database into the Application by right click and add file....

  4. Then i have write the code for connectivity by passing it into string.

Getting error while inserting data to my table in database using 'storyboard' i.e "no visible interface..."?

this links leads to the connectivity code.

I am using storyboard.

4

1 に答える 1