[V4RB 1.2] extrange problem with Windows 98
Ruslan Zasukhin
sunshine at public.kherson.ua
Sun Apr 24 21:07:23 CDT 2005
On 4/24/05 5:50 PM, "Guillermo" <guillermo at parsec.info> wrote:
Hi Guillermo,
> I have a client that uses my RB application with Valentina 1.12, he
> have Windows 98, Valentina have estrange problems searching, works
> fine creating the database, appending records and retrieving them
> except when the select have a "where" clause.
>
> For example, I have a table named "table" with field named "field1",
> there are several records one of them have the value "test" in the
> field.
>
> select * from table - returns all records without problem
> select * from table where field1 like '%test%' - Return the record
> with field1 equals "test"
So you use 1.x ?
Then let me remind that LIKE in v1 works in fact as REGEX.
So you should not use SQL standard LIKE patters with % and _
> select * from table where field1='test' - Don't return any
> record !!!!
May be you have corrupted index?
Try DATABASE REINDEX
> The database have a lot of tables and near half of them have this
> kind of problems, I deleted the index file without success; if I copy
> the same database to another computer all works fine even if the
> other machine also have Windows 98 (same version).
>
> Somebody have had a similar problem?
--
Best regards,
Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc
Valentina - Joining Worlds of Information
http://www.paradigmasoft.com
[I feel the need: the need for speed]
More information about the Valentina
mailing list