Hi
A want to write a new local VB.Net application. One of the features I want
it to have is to be able to send a few small pieces of information to my
website's backend SQL Server database hosted at GoDaddy.com. E.g.
Client Code: 456418
Amount: $455.98
Stock Number: 945482
I expect I'll just want to run an INSERT query statement to append this data
to the financial transactions table.
How could I do this? I have programmed quite a bit in MSAccess, used
FrontPage to write ASP.NET but never with VB.Net Studio. I can download VS
Express VB.Net from MS.
A want to write a new local VB.Net application. One of the features I want
it to have is to be able to send a few small pieces of information to my
website's backend SQL Server database hosted at GoDaddy.com. E.g.
Client Code: 456418
Amount: $455.98
Stock Number: 945482
I expect I'll just want to run an INSERT query statement to append this data
to the financial transactions table.
How could I do this? I have programmed quite a bit in MSAccess, used
FrontPage to write ASP.NET but never with VB.Net Studio. I can download VS
Express VB.Net from MS.
Comment