access to sql using dataadapters
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hello i have set of tables in Access Database. I need to upload the data from access to SQL. I have to do so by considering the codes that exists in the sql and based on the primary key values i have to change details in the access database and then upload. what i like to do is get all tables in the access Database into adapters. and then update the values in the adapters ie primary key based on what i got in sql. after changing the values in adapters i need to insert those values into sql server. Need help in doing this with code example. Thanks in advance Help in need is the help indeed