I'm developing on a uploader in vb6. In this I have to upload a huge data from Access To Sql Server 2008. Can anyone tell me a command to Bulk Upload Access Data to Sql Server at once. I tried something like this but seems that there is something missing.
AdoConn.Execute "Insert into AppMast Select * from OPENDATASOURCE('Microsoft.Jet.OLEDB.4.0','Data Source=" & App.Path & "\mymdb.mdb') "
AdoConn.Execute "Insert into AppMast Select * from OPENDATASOURCE('Microsoft.Jet.OLEDB.4.0','Data Source=" & App.Path & "\mymdb.mdb') "