Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search multiple words with paging

Status
Not open for further replies.

partymong

Programmer
Nov 5, 2003
39
0
0
GB
Hi All,
I have searched through the forum but have not currently found a full solution to my problem.

I want to be able to create a multiple word search on various fields in a database table and page the results.

I can page a one word search..

I can multiword search without paging...

Any suggestions would be appreciated...


Thanks,

Regards,

P
 
You can look for these words
AbsolutePage
PageSize
PageCount


________
George, M
 
Database Paging
Uses PageSize method of recordset.

Paging Records with GetRows by Mukul Sabharwal - 7/5/2000
Uses GetRows.

Displaying a certain # of records on each webpage Paging
Uses PageSize method of recordset.
Shorter.

Recordset Paging with ADO 2.0 by Michael Qualls
Uses PageSize method of recordset.
Longer with more comments.

Best regards,
J. Paul Schmidt, Freelance ASP Web Developer
ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top