jimmyavr Posted July 6, 2015 Posted July 6, 2015 Hi, I wonder if anyone can guide me on this. I'm currently working on a project which requires me to use databases from our SQL server. I have created a dataset and attached it to a form, visual studio is connected to the relevant database within SQL also (this was the easy bit). Now when I run the application, it populates the dataset and shows me the correct information in the table view that I was after. Yet when I make any changes within the form it does not make the same changes in the database. So basically, the form is filling and getting the relevant data from SQL but not updating back to it. I hope this is easy to understand, i'm relatively new to SQL and VB. Am i missing something really simply? Or is this more complex then a few clicks within Visual Studio?
Grazza Posted October 12, 2015 Posted October 12, 2015 Hi I think you have to update the database from the record set. I'm not to sure as I do all my VB/SQL programmatically, I never use bound controls, I don't like them, which might be why my application is over 23,000 lines ! Regards Graham
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now