开发者

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

开发者 https://www.devze.com 2022-12-15 01:07 出处:网络
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).

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

精彩评论

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