跳至内容
菜单
此问题已终结
1807 查看

Hi

I want to insert the records in dataset ds in to another table(another database and server). What should i do write in the select statement.
sda = New NpgsqlDataAdapter(pgCommand)
sda.Fill(ds)
pgCommand1.CommandText = "INSERT INTO public.tab2 (SELECT * FROM ds)"

Thanks


形象
丢弃
相关帖文 回复 查看 活动
1
2月 24
1387
3
11月 23
1626
1
8月 23
3661
4
3月 15
11641
2
3月 15
6535