M
mklapp
Ok,
I have a SqlDataAdapter (one of 27, there will be
more). Occasionally it loses track of it's parameter
bindings. There are three columns in the Primary Key for
the underlying table.
I have tried reconfiguring the adapter using the
wizard, but the parameter binding screen for existing
procedures (originally created by the same wizard) defies
understanding. I can only select One column and I am not
certain selecting a column on that screen actually does
anything.
This has happened once before. I had to delete
everything associated with the adapter to correct the
situation. This is not acceptable.
1. Any ideas as to what is happening?
2. Why?
3. How do I prevent this from continuing to happen?
tired and frustrated
mklapp
I have a SqlDataAdapter (one of 27, there will be
more). Occasionally it loses track of it's parameter
bindings. There are three columns in the Primary Key for
the underlying table.
I have tried reconfiguring the adapter using the
wizard, but the parameter binding screen for existing
procedures (originally created by the same wizard) defies
understanding. I can only select One column and I am not
certain selecting a column on that screen actually does
anything.
This has happened once before. I had to delete
everything associated with the adapter to correct the
situation. This is not acceptable.
1. Any ideas as to what is happening?
2. Why?
3. How do I prevent this from continuing to happen?
tired and frustrated
mklapp