Does your Sqlite support views

Creating desktop or client-server database solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
David_USA
Posts: 8
Joined: Sun Jun 29, 2008 6:30 pm
Contact:

Does your Sqlite support views

Post by David_USA » Tue Dec 30, 2008 2:03 pm

I am in need of knowing if Revolution supports Sqlite Views.

I am using the revDataFormQuery to return DB information

I can do a Select * From (view name) and that is it.

If I try to add a WHERE statement or an ORDER BY statement I get the revdberr (SQL or database error)

If I write the code to assemble SQL that accesses the tables directly every thing works fine.

If I use other front ends my generated SQL works properly.

I would like to save a lot of extra code time.

Please Advise,

David J. Lamp

strongbow
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 146
Joined: Mon Jul 31, 2006 1:39 am
Contact:

Re: Does your Sqlite support views

Post by strongbow » Sun Apr 05, 2009 1:01 pm

Hi David

I am using Sqlite views with the database query tool with a WHERE clause.

Can you post the statement that causes the error?

cheers

Alan
David_USA wrote:I am in need of knowing if Revolution supports Sqlite Views.

I am using the revDataFormQuery to return DB information

I can do a Select * From (view name) and that is it.

If I try to add a WHERE statement or an ORDER BY statement I get the revdberr (SQL or database error)

If I write the code to assemble SQL that accesses the tables directly every thing works fine.

If I use other front ends my generated SQL works properly.

I would like to save a lot of extra code time.

Please Advise,

David J. Lamp

Post Reply