摘要:
查询数据库中的存储过程 方法一: select `name` from mysql.proc where db = 'your_db_name' and `type` = 'PROCEDURE' 方法二: show procedure status; 查看存储过程或函数的创建代码 show crea 阅读全文
posted @ 2017-06-27 15:56
甜菜波波
阅读(7731)
评论(0)
推荐(0)
摘要:
using System.Data; using System; public class A { static void Main(string[] args) { DataTable locationTable = new DataTable("Location"); // Add two columns locationTable.Columns.... 阅读全文
posted @ 2017-06-27 10:09
甜菜波波
阅读(6930)
评论(0)
推荐(0)

浙公网安备 33010602011771号