討論串[VB6 ] 檢查access DB中某個table是否存在
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
Private Sub Command1_Click(). On Error Goto errProc. Settemper = eCn.Execute("TName"). .. .. .. Exit Sub. errProc:. MsgBox Err.Description, vbInformat
(還有93個字)
內容預覽:
若不存在則create. On Error Resume Next. Set temper = eCn.Execute("TName"). If Err.Number <> 0 Then. eCn.Execute "create table " & TName & ................
(還有532個字)
首頁
上一頁
1
下一頁
尾頁