PsychoCoder
Programmer
I am working on creating a new DataSet (.xsd) for my web application. Ive created the DataTable, when I went to create the TableAdapter (using the TableAdapter Configuration Wizard) I select my ConnectionString, then choose "Use Stored Procedures" then it takes me to the screen to select my insert, update and delete procedures.
I select my Delete procedure then on the right side of the popup it asks you to select your columns for the parameters (I assume this is selecting fields from the DataTable Ive created) but there are no fields in the dropdown list. How do I get the fields from my datatable into this so I can finish the TableAdapter?
Anyone have any ideas?
Senior Qik III, ASP.Net, VB.Net ,SQL Programmer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
** Do NOT feed Code Gremlins after midnight **
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I select my Delete procedure then on the right side of the popup it asks you to select your columns for the parameters (I assume this is selecting fields from the DataTable Ive created) but there are no fields in the dropdown list. How do I get the fields from my datatable into this so I can finish the TableAdapter?
Anyone have any ideas?
Senior Qik III, ASP.Net, VB.Net ,SQL Programmer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
** Do NOT feed Code Gremlins after midnight **
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~