Hi All,
I am trying to find a method to specify a list, then filter and sort the
listItems based on an expression such as 'ga' would return again, garet,
garnet, and so on.

I have tried wssDAL and it works fine in windows, but when I converted it
into ASPX it didn't like listItem (seemed to conflict with something) but I
did get it to return Lists, just not listItems.....

I have tried getListItem, which seems to be a good fit, but cannot find a
complete project, just tid-bits. The vb/c# code is semi-understandable but
then it goes into XML/CAMAL and that's where I loose it.

I'm assuming the preferred method to get items froma list is via webservice,
but a good example would be helpful. Is there by chance a way to access it
via SQL Server? I'm comfortable in SQL.

Any help would be greately appreciated, especially an example. It doesn't
have to be large, but something to get me past this hump.

Thanks,
Garet

Re: NEED HELP: WSS Search List and filter resultant listitems... by Mike

Mike
Fri Jul 29 09:14:59 CDT 2005

Please note that WSS Programming questions like this (WSS programming is
things like creating web parts; using web services and general coding of own
solutions) go to the subnewsgroup that was specially set up for WSS
Programming questions.

It's at

microsoft.public.sharepoint.windowsservices.development

Please in future use this main WSS newsgroup for non-Programming questions
and post WSS Programming questions only there.

Thanks.

Mike Walsh, Helsinki, Finland
WSS FAQ at http://wss.collutions.com
Please reply to the newsgroup

"garet" <garet@discussions.microsoft.com> wrote in message
news:3A0E0FD2-2C34-48BA-95EA-06ED5F17628C@microsoft.com...
> Hi All,
> I am trying to find a method to specify a list, then filter and sort the
> listItems based on an expression such as 'ga' would return again, garet,
> garnet, and so on.
>
> I have tried wssDAL and it works fine in windows, but when I converted it
> into ASPX it didn't like listItem (seemed to conflict with something) but
> I
> did get it to return Lists, just not listItems.....
>
> I have tried getListItem, which seems to be a good fit, but cannot find a
> complete project, just tid-bits. The vb/c# code is semi-understandable
> but
> then it goes into XML/CAMAL and that's where I loose it.
>
> I'm assuming the preferred method to get items froma list is via
> webservice,
> but a good example would be helpful. Is there by chance a way to access
> it
> via SQL Server? I'm comfortable in SQL.
>
> Any help would be greately appreciated, especially an example. It doesn't
> have to be large, but something to get me past this hump.
>
> Thanks,
> Garet