open connection in another connection
i want to update a database using another database with same data.Like keeping back up.can anybody help ame the querry.
bcpquery = "insert into upsselector1 (device,va,deviceType) select (device,va,deviceType) from upsselector"
|