发新话题
打印

[数据库] 编写建立数据库和数据表

编写建立数据库和数据表

各位大虾,请教如何在VB程序中编写建立数据库和数据表?
我在一本书看到这样
DIM MYdabase as database
dim mytable as tabledef

set MYdabase=workspaces(0).creatdatabase()
set mytable=MYdabase.createtable

TOP

帮忙哦!却打不开表为什么

我的数据库用了密码999999,用了下面的语句
Set mytdbase = Workspaces(0).OpenDatabase(App.Path & "\VBbCODE", 0, False, "'" & 999999 & "'")
却打不开为什么

TOP

发新话题