开发者

Can I also create new tables or edit table structures with ADOdb?

Does anyone know if this is possible when I use ADOdb? I need to create new ta开发者_如何学JAVAbles and edit table structures programmatically (i.e. adding new columns or modifying existing columns). I'm going to use MySQL for sure.


I don't think ADOdb has built-in methods to do this, but you can just run the appropriate SQL commands (ALTER TABLE, etc).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜