Re: [sqlite] How to install and configure SQLite on ipad.

2011-05-18 Thread Jean-Denis Muys
On 17 mai 2011, at 19:16, irfan khan wrote: Thanks a lot for your replay. But we are developing new application for ipad for some buisseness need and need to configure sqllite database for the same. I am MS SQL database administrator and my developer team asked me to configure sqlite for ipad.

[sqlite] How to install and configure SQLite on ipad.

2011-05-17 Thread irfan khan
Hi, I am new with SQLite and have to configure on ipad, can ou please send me steps or any related documents please. -- Thanks Regards Irfan Khan ___ sqlite-users mailing list sqlite-users@sqlite.org

Re: [sqlite] How to install and configure SQLite on ipad.

2011-05-17 Thread Simon Slavin
On 17 May 2011, at 5:56pm, irfan khan wrote: I am new with SQLite and have to configure on ipad, can ou please send me steps or any related documents please. There is nothing to configure. Your application will include SQLite and will do all its configuration for you. Simon.

Re: [sqlite] How to install and configure SQLite on ipad.

2011-05-17 Thread irfan khan
Thanks a lot for your replay. But we are developing new application for ipad for some buisseness need and need to configure sqllite database for the same. I am MS SQL database administrator and my developer team asked me to configure sqlite for ipad. please send me any related documents or

Re: [sqlite] How to install and configure SQLite on ipad.

2011-05-17 Thread Simon Slavin
On 17 May 2011, at 6:16pm, irfan khan wrote: But we are developing new application for ipad for some buisseness need and need to configure sqllite database for the same. Ah, you are an iOS programmer ! SQLite is not a library, and you do not download a compiled library. it consists of

Re: [sqlite] How to install and configure SQLite on ipad.

2011-05-17 Thread Tim Butterfield
iOS has SQLite embedded in it. Add the libsqlite3.dylib framework toyour Xcode project. This is a /usr/lib alias, not the specific version of libsqlite3.0.dylib. Include your SQLite db file in your Xcode project for copying to the target or let it get created when you open it. #import