P
Patricia
I am learning MS Sql (have the evaluation edition) and
Visual Basic .net and I can't seem to get my joins to
work. My code seems ok (I am working from Rick Dobson's
book), I can get the data to a view when only using one
table, but when I join to another, the inner join shows
no records, and the left outer join shows the second
table's values as null. I have checked indexes, have
indexed both tables on the fields to join. Any idea what
I am doing wrong. Thanks.
Visual Basic .net and I can't seem to get my joins to
work. My code seems ok (I am working from Rick Dobson's
book), I can get the data to a view when only using one
table, but when I join to another, the inner join shows
no records, and the left outer join shows the second
table's values as null. I have checked indexes, have
indexed both tables on the fields to join. Any idea what
I am doing wrong. Thanks.