应用端建表

你在控件里写create table 表(aa int,bb int)就可以了
如:
ADOQuery.sql.add('create table 表(aa int,bb int)')
ADOQuery.execsql();
---------------------------------------------------------------

或通过存储过程来创建

Published At
Categories with 数据库类
Tagged with
comments powered by Disqus