Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Seek error with win98 or winXP
Message
De
30/05/2003 08:43:16
Roger Fillion
Solutions Fillsoft Inc
Mascouche, Québec, Canada
 
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Titre:
Seek error with win98 or winXP
Divers
Thread ID:
00794456
Message ID:
00794456
Vues:
35
Hi,

I have a problem when i use seek command with multiple keys on Windows 98.

I test command on Windows XP and don't have problem. When i run my command on Windows 98, the result is different.

I use DAO 3.6 reference, with database Access 97.

I have table with index on 2 fields. (Index name= "Ean;SeqId")


Sample:

dim rs as recordset
Set rs= opendatabase("c:\test.mdb").openrecordset("Transactions")

rs.index= "Ean;SeqID"

rs.seek "=", "9781234567890" 'I use 1 keys for match to the first items
if rs.nomatch then '
...
else
...
endif


Thanks in advance,
Roger
Répondre
Fil
Voir

Click here to load this message in the networking platform