On Sun, Aug 27, 2017 at 10:55 AM, Tim Streater <t...@clothears.org.uk> wrote:
> On 27 Aug 2017, at 15:35, Papa <p...@arbolone.ca> wrote:
>
>> First and foremost, I'd like to thank everybody for your replies.
>> Although I have sound knowledge and understanding of C++ [ that can be
>> debatable ] and still remember a little how C works, I have no Idea how
>> to utilize the API of SQLitle3. Therefore, it is very difficult for me
>> to apply the advice given by you all, so, please, using the code I have
>> provided in the OP, how can I implement your advice?
>>
>> Again, thanks ya'll for all the help.

Or insted of calling sqlite3_open() try to call fopen() C function.

>>
>>
>> On 2017-08-26 11:28 PM, Simon Slavin wrote:
>>>
>>> On 27 Aug 2017, at 2:34am, Papa <p...@arbolone.ca> wrote:
>>>
>>>> Why do I get this error message?
>>>  Try having the program using file calls to open a simple text file in the
>>> same directory.  Does that succeed ?
>
> Do what Simon suggests here. It does not require the SQLite3 API.
>
>
> --
> Cheers  --  Tim
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to