Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can i search in a database record for a name?
Message
De
22/08/2001 17:02:13
 
 
À
22/08/2001 16:49:11
Information générale
Forum:
Visual Basic
Catégorie:
Contrôles ActiveX
Divers
Thread ID:
00547632
Message ID:
00547640
Vues:
17
>lets say that i have a clients data base, and i would like to find a person with the name "alvison", in the field Names: how can i search that, and also how can i search in different tables?
>
>give me an idea of what im looking for!

What database is this?

You can probably search using a SQL Select statement. Some DB use different syntax though. A regular SQL statement for this would look something like:
Select * From myClientsTable Where FirstName='alvison'
Is this what you are looking for?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform