Help Please
-
I am inserting data into the database using SqlDataSource Control, but i can't choose more than one table "when clicking on the Query Builder". What should i do to insert data into more than one table. Thanks for ur help. Please I am a new developer with a little experience so if u have the solution send it to me with little details
yasso
-
I am inserting data into the database using SqlDataSource Control, but i can't choose more than one table "when clicking on the Query Builder". What should i do to insert data into more than one table. Thanks for ur help. Please I am a new developer with a little experience so if u have the solution send it to me with little details
yasso
If you are set on using a SqlDataSource, you can build a view in your database that joins the tables so that the SqlDataSource can then use that view for your control. Beyond that, I would recommend you walk through a tutorial on using various data sources.