This site is no longer active and is available for archival purposes only. Registration and login is disabled.

Problems with my sqlite connection and PPL


Problems with my sqlite connection and PPL

Postby ignacio » Jan 17, 2007 @ 4:21pm

Hi,

I´ve some problem when i connect to my database,at begining is normal,i get to open the database and the file exist,but when i execute my query in PPL,i don´t know why but i don´t recieved dates.
...
query$ = "Select * From clientes";
rs$ = SqlExec(db$,query$, data$, row$, column$);
if (rs$ <> SQLITE_OK)
ShowMessage(rs$);
else
ShowMessage ("Error recibiendo los datos");
end;
...
When i executed that rs=1,and the normal it´s rs=0.
My database it´s correct and my query any advice?Thanks
ignacio
pm Member
 
Posts: 2
Joined: Dec 26, 2006 @ 11:46am


Return to Pocket Programming Language (PPL)


Forum Description

Discuss this new development tool.

Moderator:

kornalius

Forum permissions

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

cron