SqlCommandBuilder() ? bug ?

  • Thread starter Thread starter Lloyd Dupont
  • Start date Start date
L

Lloyd Dupont

I had a big disillusion recently with the SqlCommandBuilder()
so big I believe it's a bug ....

when I design a new table in SqlServer I could set 2 interesting attribute
on a column:
- ID
- Key

ID being unique, and Key too ! (but key could spawn multiple column)

Anyway if I create a new table without Key column (but with an ID column)
the SqlCommandBuilder is unable to create the SELECT/INSERT/UPDATE commands
!!!
is it really normal ?
 
See my article on the "Command(Don't Use)Builder".
http://www.betav.com/msdn_magazine.htm

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
MVP, hRD
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
 
Back
Top