Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 getting an accurate PageCount

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-07-02 : 08:18:34
Roger writes "I have developed a Genus and Species search for orchids at AndysOrchids.com (currently AndysOrchids.com/test/buildsearch.asp), there are two tables I need to extract rows from, both with search criteria picked by the site user, there is a parent child relation, so I don't want broken links.

I have tried SHAPE which can produce parent rows without child rows and since I dont want those, pagecount is inaccurate, I have tried inner joins but, those too give inaccurate pagecounts as the parent can have duplicates.

Any suggestions ?..
"
   

- Advertisement -