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 ?
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 ?