restore
在我的项目中,我想要database
前端(vb.net 2008)
。
所以我在前端使用以下代码,但需要更多时间。所以我很调试。我的以下代码正确吗?或如何resore
进入database
postgresql 9.0
xProcId = Shell(PSQL.InstPath & "pg_restore.exe -h " & servername & " -p " & Port _
& " -U " & superusername & " -d " & dbname& " -c -v " & backupfilepath , AppWinStyle.Hide)
Process.GetProcessById(xProcId).WaitForExit()
提前致谢