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

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
1455
3
11月 23
1680
1
8月 23
3713
4
3月 15
11692
2
3月 15
6563