Hi there,
I used to do database programming in VB6 3 years back. Since then I stopped programming and currently I am trying to do an Inventory project just to fresh my prior knowledge of VB6. I am using Visual studio 2008.
I remember using Adodc control in VB6 to connect to the MS Access data source file. Is there anything like Adodc in VB.net 2008.
I created a form with three text field and i am trying pass the values from these text feild into a table having fields itemID, Name and price. Is there anyway to do this but I dont want to link the text box directly to the database but instead pass the values from these text fields.
I used to do database programming in VB6 3 years back. Since then I stopped programming and currently I am trying to do an Inventory project just to fresh my prior knowledge of VB6. I am using Visual studio 2008.
I remember using Adodc control in VB6 to connect to the MS Access data source file. Is there anything like Adodc in VB.net 2008.
I created a form with three text field and i am trying pass the values from these text feild into a table having fields itemID, Name and price. Is there anyway to do this but I dont want to link the text box directly to the database but instead pass the values from these text fields.