I have a very simple database called CABLE.
it has three tables (CLIENT, SCHEDULE, STAFF)
I want to write an application that will allow me to ADD, UPDATE and DELETE rows in these tables. I am well versed in SQL so no problem there but I'm not sure how to get started in VS2005 (VB.NET) to use the data in my data base.
I have tried several examples from websites and I am able to bind data and I have a form with the toolbar that drops on so you can go thru each row of data but that really isn't practical to what I want. I want a user to be able to
SELECT * from CLIENT where clientid = 3 and the result returned would populate the items on my form that make up the data returned from the result string.
Can someone help me? Hopefully I am clear..I think the more I think about this the more confused I am in my own mind.
fergmj
it has three tables (CLIENT, SCHEDULE, STAFF)
I want to write an application that will allow me to ADD, UPDATE and DELETE rows in these tables. I am well versed in SQL so no problem there but I'm not sure how to get started in VS2005 (VB.NET) to use the data in my data base.
I have tried several examples from websites and I am able to bind data and I have a form with the toolbar that drops on so you can go thru each row of data but that really isn't practical to what I want. I want a user to be able to
SELECT * from CLIENT where clientid = 3 and the result returned would populate the items on my form that make up the data returned from the result string.
Can someone help me? Hopefully I am clear..I think the more I think about this the more confused I am in my own mind.
fergmj