You can add this to top of the code..

char command[512];
        snprintf(command, 512, SELECT_DN);

On Tue, Apr 7, 2015 at 6:11 PM, Kumar Suraj <surajnitk at gmail.com> wrote:

> I have not added the whole code.. command is defined.. in my code..
>
> On Tue, Apr 7, 2015 at 5:42 PM, Igor Tandetnik <igor at tandetnik.org> wrote:
>
>> On 4/7/2015 8:04 PM, Kumar Suraj wrote:
>>
>>> if ( (rv = sqlite3_prepare_v2(sqlHandle->db, command, strlen(command),
>>>                                       &newStmt, NULL) ) != SQLITE_OK )
>>>
>>
>> command: undeclared identifier.
>>
>> --
>> Igor Tandetnik
>>
>> _______________________________________________
>> sqlite-users mailing list
>> sqlite-users at mailinglists.sqlite.org
>> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
>>
>
>

Reply via email to