Hi, I have a VB 2010 project which will connect to a MySQL database. When I add some new tables to the database, I also refresh the project data source to add the new added tables into project. After the tables added, I add a BindingSouce object into a Winform. I select the DataSource as Project's DataSource and wish to select the new added tables from the "Member" property but the list of data member does not include the new added table. I double check the project DataSource the new tables has been included. I wish to know is there anything I need to do to made the BindingSource object to "know" there are new tables added into project?
Thanks a lot! Wilson -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en or visit the group website at http://megasolutions.net
