コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2041 ビュー

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
1635
3
11月 23
1851
1
8月 23
3979
4
3月 15
11924
2
3月 15
6695