Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can i search in a database record for a name?
Message
From
22/08/2001 17:02:13
 
 
To
22/08/2001 16:49:11
General information
Forum:
Visual Basic
Category:
ActiveX controls
Miscellaneous
Thread ID:
00547632
Message ID:
00547640
Views:
10
>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?
Previous
Reply
Map
View

Click here to load this message in the networking platform