联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 数据库编程(245) 
按平台查找All Delphi(245) 

[数据库编程] veqaical_functional

用DELPHI做的excel组件,很实用 太实用了,一般做这个的都用到这个组件,对帮助开发人员是一个很好的源码!
DELPHI do with the excel components, very practical and practical, generally do this use this component, to help developers is a good source code! (2018-11-02, Delphi, 299KB, 下载3次)

http://www.pudn.com/Download/item/id/1541170382511852.html

[数据库编程] tvu

使用delphi自己的持久化机制实现自定义数据结构, 程序实现了对唐诗的添加,察看,修改,删除等功能, 程序的实用性不大,不过
Using the persistence mechanism of delphi to realize the custom data structure, the program realizes the function of adding, observing, modifying, deleting and so on. However, the utility of the program is not very good. (2018-10-28, Delphi, 17KB, 下载2次)

http://www.pudn.com/Download/item/id/1540732207165474.html

[数据库编程] shejimoshi

数据库的一种完全面向对象设计模式 面向对象(OO)方法这个名字早已深入人心,它的科学性和合理性也已毋庸置疑。 正在装载数据…… 人们动辄将自己开发的软件冠以“采用面向对象方法设计”以示其先进性就是一个极好的证明。然而,一个先进的方法学必须有相应的工具支持才能实现,它的概念和方法如不落实程序实现上,就不能真正掌握它的精髓而在实践中运用。诚然,SmallTalk语言已被公认是一个面向对象语言,但是它对于开发者来说是多么的陌生!C 也可以说是一个OO语言,不过从名字就可以看出他是C语言的一个变种。它实现了从过程式编程到面向对象编程的一个较好的过渡。但是许多声称用C 制作的软件其实仍旧是C软件!这是因为没有真正掌握OO方法的缘故。 (2008-02-18, Delphi, 11KB, 下载5次)

http://www.pudn.com/Download/item/id/403458.html

[数据库编程] liangku

数据库编程的简单举例.原创.使用了一些小技巧.不是最简单的控件使用. 如: function GetDsXml(sql:string):string begin with FrmDb do begin qry.Close qry.SQL.Clear qry.SQL.Add(sql) try qry.Open cds1.Open if not qry.Eof then begin Result:=cds1.XMLData end except on e:Exception do Result:=e.Message end qry.Close cds1.Close end end
simple database program, for example. Originality. Use some small skills. It is not the most simple to use controls. Such as : function GetDsXml (sql : string) : string begin with FrmDb do begin qry.Close qry.SQL.Clear qry.SQL.Add (sql ) try qry.Open cds1.Open if not qry.Eof then begin Result : = cds1.XMLData end except on e : Exception do Result : = qry.Close cds1.Close e.Message end end end (2005-08-12, Delphi, 1630KB, 下载9次)

http://www.pudn.com/Download/item/id/107132.html

[数据库编程] 学校网络信息查询系统

这是一个学校网络信息查询系统,主要是数据库的编程,很适合初中级的数据库学习者,是《Delphi数据库开发技术与工程实践》上的示例程序。
This is a network of schools for the information system is essentially a database program, which is perfect for middle-class database learners, "Delphi database development technology and engineering practice" on the sample program. (2005-08-03, Delphi, 568KB, 下载41次)

http://www.pudn.com/Download/item/id/105853.html
总计:245