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.
精彩评论