|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
BindingSource ProblemI have a problem with the BindingSource and the BindingSource.Filter. I want to display a set of Rows filtered by some IDs which are stored in my database as a varchar 16 with bitdata (bytearray). In my application they are used as Guid-values. The problem is I can't set the filter for the datagridview. I would like to do something like: ..Filter = "SomeID = " + recentColumn.ID I want to use different filters and they all have to filter the bytevalue. Some Infos: I use DB2 in the Express -C Edition and there is no other way to store that GUID (and I don't have the time to change the column to another time or to change the database to SQL Server where there are UUID) I hope you have some advice for me |
|||||||||||||||||||||||