Link to home
Start Free TrialLog in
Avatar of José Perez
José PerezFlag for Chile

asked on

VS2013: VB.Net Windows Form: Save textboxes to MSSQL Server 2012

Hi,
in the following link I have a form with textboxes: I would need the easiset way to save it into MSSQL Server 2012, using Visual Studio 2013 with VB.Net forms. I don't know much abput database programming I have just heard that Entiuty Framework is the new thing. I am open to your solutions, just need a working code.

http://www.experts-exchange.com/Programming/Languages/.NET/Q_28626443.html
Avatar of Fernando Soto
Fernando Soto
Flag of United States of America image

Do you have an existing SQL Server database already created? If not do you have someone who you work with that can help you set up the database?
Avatar of José Perez

ASKER

I can create it. I am thinking to use the following:

database: ventas
Tables:
tblProducts
tblProvider

The information to be inserted (btnSave) should be:

to tblProducts
Product_Name
Product_Price
Product_SKU

to tblProvider
Provider_name
Product_Vendor
wow I think I wrongly typed my question... what I really needed is to update the MSSQL Server 2012 database with the xml file.
Should I create a new post with this change?

The xml file is described here:
http://www.experts-exchange.com/Programming/Languages/.NET/Q_28619544.html
ASKER CERTIFIED SOLUTION
Avatar of Fernando Soto
Fernando Soto
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial