討論串[VB6 ] 檢查access DB中某個table是否存在
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者fumizuki (矇面加菲獅)時間19年前 (2006/07/13 21:48), 編輯資訊
0
0
0
內容預覽:
Private Sub Command1_Click(). On Error Goto errProc. Settemper = eCn.Execute("TName"). .. .. .. Exit Sub. errProc:. MsgBox Err.Description, vbInformat
(還有93個字)

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者slasher (you got me)時間19年前 (2006/07/13 16:55), 編輯資訊
0
0
0
內容預覽:
若不存在則create. On Error Resume Next. Set temper = eCn.Execute("TName"). If Err.Number <> 0 Then. eCn.Execute "create table " & TName & ................
(還有532個字)
首頁
上一頁
1
下一頁
尾頁