sql - How to transfer data from local database to service-based database? -



sql - How to transfer data from local database to service-based database? -

i'm new .net language although i've used vba lot. anyway, trying create next sql command work properly. help appreciated...

"insert repsecurity (userid,creds) " _ & "select reps.userid, initusers.pwd " _ & "from reps inner bring together initusers " _ & "on reps.repid = initusers.repid"

some parts left out. plus reps table service-based table (.mdf) , initusers table local table (.sdf)

by way, i'm coding in visual studio 2012 using vb.net language.

sql sql-server vb.net sql-server-ce

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -