C
Christopher
hi,
my problem is as follows:
i have a bindingsource and i want to set a filter. my primary key is a
GUID and is stored in the database as a byte-value.
now i want to set the filter of the bindingsource to that byte-value,
but it does not work and i don't know how to set the filter now.
this.tABLE1indingSource.Filter = "foreignkeyID='" +
tABLE2.ID+ "'";
tABLE2's id is a foreign key in table1.
More Infos:
with the bindingsource I am filling a ListBox with the id of the table
as selectedvalue and some other information as selecteditem.
I hope somebody understood what i want and has a clue!
Thanks
Chris
my problem is as follows:
i have a bindingsource and i want to set a filter. my primary key is a
GUID and is stored in the database as a byte-value.
now i want to set the filter of the bindingsource to that byte-value,
but it does not work and i don't know how to set the filter now.
this.tABLE1indingSource.Filter = "foreignkeyID='" +
tABLE2.ID+ "'";
tABLE2's id is a foreign key in table1.
More Infos:
with the bindingsource I am filling a ListBox with the id of the table
as selectedvalue and some other information as selecteditem.
I hope somebody understood what i want and has a clue!
Thanks
Chris