I am relatively new at working with VB.NET, though I've been a VB6 programmer for years. This is my second attempt at re-writing a large VB6 app into .NET, the first collaped because there were too many differences, particularly with data access that wouldn't translate. So thins time I'm taking a different path, trying to establish the data access first then writing the components around that.
I've created/defined a dataset object that should give me the data I want, but I'm having trouble trying to establish a Data Adapter that will fill it properly. The wizard that uses the Server Explorer isn't working for me, ant least I haven't figured out how to have it generate all four of the SQL statements. Is there a wizard that I can feed my Dataset definition to and have it build a Data Adapter from it?
Or do I simply need to multi-select all the tables from the server explorer and drag them onto a form at the same time?
If it matters I'm using the OLEDB.NET provider for Oracle. I've no trouble connecting to the DB.
Thanks
CraigHartz
I've created/defined a dataset object that should give me the data I want, but I'm having trouble trying to establish a Data Adapter that will fill it properly. The wizard that uses the Server Explorer isn't working for me, ant least I haven't figured out how to have it generate all four of the SQL statements. Is there a wizard that I can feed my Dataset definition to and have it build a Data Adapter from it?
Or do I simply need to multi-select all the tables from the server explorer and drag them onto a form at the same time?
If it matters I'm using the OLEDB.NET provider for Oracle. I've no trouble connecting to the DB.
Thanks
CraigHartz