Home All Groups Group Topic Archive Search About

vb_2005_rowfilter_mit_den_10_letzten_datens=E4tzen

Author
27 Apr 2006 4:11 AM
Georg
hallo leute

ich hoffe ihr könnt mir weiterhelfen. ich möchte (muss) einen
rowfilter bauen für die letzten 10 datensätze meiner datenbank.

wie kann ich das hinbekommen?


grüße georg

Author
27 Apr 2006 4:55 AM
Cor Ligthert [MVP]
Georg,

This is an International newsgroup where the used language is English.

There are a lot of DE dotnet newsgroups as well.

For your question a rowfilter is a property from to a defaultview or what is
the same a defaultview.

dt.defaultview.rowfilter = "Customers = Georg"
dataview.rowfilter = "Customers = Georg"

I hope this helps,

Cor

"Georg" <toolmas***@gmx.at> schreef in bericht
news:1146111098.714449.147100@i39g2000cwa.googlegroups.com...
hallo leute

ich hoffe ihr könnt mir weiterhelfen. ich möchte (muss) einen
rowfilter bauen für die letzten 10 datensätze meiner datenbank.

wie kann ich das hinbekommen?


grüße georg
Author
27 Apr 2006 5:03 AM
Cor Ligthert [MVP]
Sorry,

Is it for a dataset or for your database.

For both you can get the count, subtract from that and than get the last
ten.

I do not see how to use this with a rowfilter.

Probably will Linq help you better in this in the feature.

Cor

"Georg" <toolmas***@gmx.at> schreef in bericht
news:1146111098.714449.147100@i39g2000cwa.googlegroups.com...
hallo leute

ich hoffe ihr könnt mir weiterhelfen. ich möchte (muss) einen
rowfilter bauen für die letzten 10 datensätze meiner datenbank.

wie kann ich das hinbekommen?


grüße georg

AddThis Social Bookmark Button