joint tables

  1. lordbaddkitty

    Question Linq join on parameterized distinct key

    I'm trying to LINQ two tables based on a dynamic key. User can change key via a combo box. Key may be money, string, double, int, etc. Currently I'm getting the data just fine, but without filtering out the doubles. I can filter the double in VB, but it's slooooow. I'd like to do it in the LINQ...
  2. N

    Question Datagridview with ComboBoxColumn fetching data from joined table

    Hello everyone, This is my first post as a newbie and i have done some search on this forums as well as read the rules before posting this. I am using VB 2005 professional and SQL Server 2005 express edition. For the last two weeks I have been trying to have a datagridview control on a form...
Back
Top