S
smale
Unregistered / Unconfirmed
GUEST, unregistred user!
我用adoquery控件,想创建一个access表,我写了如下sql语句,但总不行,请各位大虾指导指导:
adoquery1.Open;
adoquery1.SQL.Clear;
adoquery1.SQL.Add('create table 表名 (字段名 char(8))');
adoquery1.ExecSQL;
adoquery1.Close;
我的adoquery没有连接任何数据库,运行时提示错误:MISS connection or connectionstring !
adoquery1.Open;
adoquery1.SQL.Clear;
adoquery1.SQL.Add('create table 表名 (字段名 char(8))');
adoquery1.ExecSQL;
adoquery1.Close;
我的adoquery没有连接任何数据库,运行时提示错误:MISS connection or connectionstring !