Running the following query on the Customers table (from the Xailer SQLite
sample db) results in emty dataset:
SELECT * FROM customer WHERE state = 'ME'
However, when changing the WHERE clause to "WHERE state LIKE 'ME'" or "WHERE
state LIKE 'ME%'" the result set is NOT empty (as expected).
I also have a problem when using something like WHERE state <= "ME"
NO PROBLEM if the field is a numerical field.
Regards,
Stephan
In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Serious problem with SQLite(DataSource)
-
- Mensajes: 305
- Registrado: Jue Nov 30, 2006 12:17 am
-
- Mensajes: 305
- Registrado: Jue Nov 30, 2006 12:17 am
Serious problem with SQLite(DataSource)
I have downloaded another SQLite db manager from the web and experienced the
same problems. So it's NOT a Xailer issue, but a SQLite issue. Still wonder
if somebody has some ideas about this.
For example, how can I run a query like "SELECT * FROM customer WHERE name <
'M' "??
Regards,
Stephan
"Stephan Hennekens" <stephan.hennekens@wur.nl> wrote in message
news:[email=46d176ff@ozsrv2.ozlan.local...]46d176ff@ozsrv2.ozlan.local...[/email]
> Running the following query on the Customers table (from the Xailer SQLite
> sample db) results in emty dataset:
> SELECT * FROM customer WHERE state = 'ME'
>
> However, when changing the WHERE clause to "WHERE state LIKE 'ME'" or
> "WHERE state LIKE 'ME%'" the result set is NOT empty (as expected).
>
> I also have a problem when using something like WHERE state <= "ME"
>
> NO PROBLEM if the field is a numerical field.
>
> Regards,
> Stephan
>
same problems. So it's NOT a Xailer issue, but a SQLite issue. Still wonder
if somebody has some ideas about this.
For example, how can I run a query like "SELECT * FROM customer WHERE name <
'M' "??
Regards,
Stephan
"Stephan Hennekens" <stephan.hennekens@wur.nl> wrote in message
news:[email=46d176ff@ozsrv2.ozlan.local...]46d176ff@ozsrv2.ozlan.local...[/email]
> Running the following query on the Customers table (from the Xailer SQLite
> sample db) results in emty dataset:
> SELECT * FROM customer WHERE state = 'ME'
>
> However, when changing the WHERE clause to "WHERE state LIKE 'ME'" or
> "WHERE state LIKE 'ME%'" the result set is NOT empty (as expected).
>
> I also have a problem when using something like WHERE state <= "ME"
>
> NO PROBLEM if the field is a numerical field.
>
> Regards,
> Stephan
>
-
- Mensajes: 305
- Registrado: Jue Nov 30, 2006 12:17 am
Serious problem with SQLite(DataSource)
I have downloaded another SQLite db manager from the web and experienced the
same problems. So it's NOT a Xailer issue, but a SQLite issue. Still wonder
if somebody has some ideas about this.
For example, how can I run a query like "SELECT * FROM customer WHERE name <
'M' "??
Regards,
Stephan
"Stephan Hennekens" <stephan.hennekens@wur.nl> wrote in message
news:[email=46d176ff@ozsrv2.ozlan.local...]46d176ff@ozsrv2.ozlan.local...[/email]
> Running the following query on the Customers table (from the Xailer SQLite
> sample db) results in emty dataset:
> SELECT * FROM customer WHERE state = 'ME'
>
> However, when changing the WHERE clause to "WHERE state LIKE 'ME'" or
> "WHERE state LIKE 'ME%'" the result set is NOT empty (as expected).
>
> I also have a problem when using something like WHERE state <= "ME"
>
> NO PROBLEM if the field is a numerical field.
>
> Regards,
> Stephan
>
same problems. So it's NOT a Xailer issue, but a SQLite issue. Still wonder
if somebody has some ideas about this.
For example, how can I run a query like "SELECT * FROM customer WHERE name <
'M' "??
Regards,
Stephan
"Stephan Hennekens" <stephan.hennekens@wur.nl> wrote in message
news:[email=46d176ff@ozsrv2.ozlan.local...]46d176ff@ozsrv2.ozlan.local...[/email]
> Running the following query on the Customers table (from the Xailer SQLite
> sample db) results in emty dataset:
> SELECT * FROM customer WHERE state = 'ME'
>
> However, when changing the WHERE clause to "WHERE state LIKE 'ME'" or
> "WHERE state LIKE 'ME%'" the result set is NOT empty (as expected).
>
> I also have a problem when using something like WHERE state <= "ME"
>
> NO PROBLEM if the field is a numerical field.
>
> Regards,
> Stephan
>