开发者

TCL Database connection

开发者 https://www.devze.com 2023-02-22 22:28 出处:网络
Here I am very new in TCL. Now I开发者_运维知识库 want to Database connectivity in TCL. Please tell me all the steps, how can I connect to Database and perform the CRUD (Insert, update, delete, create

Here I am very new in TCL. Now I开发者_运维知识库 want to Database connectivity in TCL. Please tell me all the steps, how can I connect to Database and perform the CRUD (Insert, update, delete, create) operation and also tell me the basic requirement of database connection. Here I am using MySQL 5.0 database. So please help me.


Your best option is to use TDBC with the tdbc::mysql driver. But if that's not an option (e.g., because you're on older Tcl) then mysqltcl is recommended too.

0

精彩评论

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