Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > how to search a table by any of the field

Reply
Thread Tools

how to search a table by any of the field

 
 
sharadksh@gmail.com
Guest
Posts: n/a
 
      02-10-2006
Can anyone let me know the aggorthim to seach a table by any of it's
fields. All the fields are of different types. Plz Help me..

 
Reply With Quote
 
 
 
 
Ian Collins
Guest
Posts: n/a
 
      02-10-2006
wrote:
> Can anyone let me know the aggorthim to seach a table by any of it's
> fields. All the fields are of different types. Plz Help me..
>

What's Plz?

What form does the table take? You can't search if you don't know what
you are looking for...

--
Ian Collins.
 
Reply With Quote
 
 
 
 
Alf P. Steinbach
Guest
Posts: n/a
 
      02-10-2006
* :
> Can anyone let me know the aggorthim to seach a table by any of it's
> fields. All the fields are of different types. Plz Help me..


What is the C++ question?


--
A: Because it messes up the order in which people normally read text.
Q: Why is it such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
 
Reply With Quote
 
Howard
Guest
Posts: n/a
 
      02-10-2006

<> wrote in message
news: oups.com...
> Can anyone let me know the aggorthim to seach a table by any of it's
> fields. All the fields are of different types. Plz Help me..
>


I suspect you're looking for information on searching a database...? You
might ask in a newsgroup dedicated to that database (e.g., SQL, Oracle,
Access, etc.), or to the technology you'll be using to access it (e.g.,
ODBC, ADO, etc.).

Here we only disacuss C++ _language_ questions.

-Howard



 
Reply With Quote
 
Jim Langston
Guest
Posts: n/a
 
      02-11-2006
<> wrote in message
news: oups.com...
> Can anyone let me know the aggorthim to seach a table by any of it's
> fields. All the fields are of different types. Plz Help me..
>


What type of "table"? A multidimentional array? Some container class? A
database table?

Need more detail.


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
javascript validation for a not required field, field is onlyrequired if another field has a value jr Javascript 3 07-08-2010 10:33 AM
New to ASP: Read SQL user table output results in a table on a ASP webpage matching search field Yas ASP .Net 0 08-01-2007 04:02 PM
501 PIX "deny any any" "allow any any" Any Anybody? Networking Student Cisco 4 11-16-2006 10:40 PM
1.Enter space bar for field names and save the field.The field shoud not get saved and an alert should be there as"Space bars are not allowed" Sound Javascript 2 09-28-2006 02:43 PM



Advertisments