上一页 1 ··· 82 83 84 85 86 87 88 89 90 ··· 119 下一页
摘要: http://www.postgresonline.com/journal/archives/201-Using-RETURNS-TABLE-vs.-OUT-parameters.htmlhttp://www.postgresql.org/docs/9.4/interactive/index.htm... 阅读全文
posted @ 2015-04-03 10:24 ®Geovin Du Dream Park™ 阅读(976) 评论(0) 推荐(0)
摘要: SELECT * from pg_class c,pg_attribute a,pg_type t where c.relname='BookKindList' and a.attnum>0 and a.attrelid=c.oid and a.atttypid=t.oid SELECT a.att 阅读全文
posted @ 2015-04-02 12:14 ®Geovin Du Dream Park™ 阅读(640) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Window... 阅读全文
posted @ 2015-03-31 12:57 ®Geovin Du Dream Park™ 阅读(275) 评论(0) 推荐(0)
摘要: /// /// 集合添加的控件 /// 涂聚文20150339 /// public void AddNewTextBox() { Point p = new Point(); ... 阅读全文
posted @ 2015-03-29 16:24 ®Geovin Du Dream Park™ 阅读(542) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u... 阅读全文
posted @ 2015-03-25 16:14 ®Geovin Du Dream Park™ 阅读(522) 评论(0) 推荐(0)
摘要: http://www.devart.com/dotconnect/sqlite/docs/MetaData.html https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.5.1 In this overload first p 阅读全文
posted @ 2015-03-24 12:35 ®Geovin Du Dream Park™ 阅读(610) 评论(0) 推荐(0)
摘要: http://www.devart.com/dotconnect/db2/docs/MetaData.htmlInstead of specifying the metadata collection name as a string constant, you may use members of... 阅读全文
posted @ 2015-03-24 12:32 ®Geovin Du Dream Park™ 阅读(346) 评论(0) 推荐(0)
摘要: http://www.devart.com/dotconnect/postgresql/docs/MetaData.htmlIn this overload first parameter is name of a collection, and second parameter is the ar... 阅读全文
posted @ 2015-03-24 12:28 ®Geovin Du Dream Park™ 阅读(695) 评论(0) 推荐(0)
摘要: http://www.devart.com/dotconnect/oracle/articles/metadata.htmlhttp://dcx.sybase.com/1101/en/dbprogramming_en11/ianywhere-data-sqlanywhere-saconnection... 阅读全文
posted @ 2015-03-24 12:26 ®Geovin Du Dream Park™ 阅读(488) 评论(0) 推荐(0)
摘要: http://www.devart.com/dotconnect/mysql/docs/MetaData.html In this overload first parameter is name of a collection, and second parameter is the array 阅读全文
posted @ 2015-03-24 12:24 ®Geovin Du Dream Park™ 阅读(525) 评论(0) 推荐(0)
上一页 1 ··· 82 83 84 85 86 87 88 89 90 ··· 119 下一页