登录
首页 » ADO-ODBC » 这是一个简单的BCB数据库应用的图书查询系统!其中使用了许多方便的查询相关控件,并成功实现了数据库的连接!...

这是一个简单的BCB数据库应用的图书查询系统!其中使用了许多方便的查询相关控件,并成功实现了数据库的连接!...

于 2022-01-22 发布 文件大小:656.85 kB
0 130
下载积分: 2 下载次数: 1

代码说明:

这是一个简单的BCB数据库应用的图书查询系统!其中使用了许多方便的查询相关控件,并成功实现了数据库的连接!-This is a simple database application BCB books Query System! Many of them used to facilitate inquiries related controls, and successfully achieved the database connectivity!

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 用ADO调用系统的存储过程 实例,讲解得很详细
    用ADO调用系统的存储过程 实例,讲解得很详细-Using ADO to call the system stored procedure example, to explain in detail the
    2023-08-28 09:50:04下载
    积分:1
  • the book introduces the Delphi7 for database application systems development. Th...
    本书主要介绍在Delphi7中进行数据库应用系统的开发.前3章简要介绍数据库开发的基本知识,包括数据库开发工具、字段对象、数据查询与显示、SQL语言应用、存储过程、报表应用与开发、dbExpress编程和ADO编程等。第4章通过编程实例来说明通过数据库引擎(BDE)访问数据库的编程方法。第5章通过编程实例分别使用SQL Server数据库系统和Access数据库系统来说明Delphi7中SQL编程应用和ADO方法编程应用。本书对读者进行数据库应用开发具有非常衫的参考价值。本书源程序可以从中国水利水电网站-the book introduces the Delphi7 for database application systems development. The first three chapters briefed several It was developed for the basic knowledge, including database development tools, field object, data query and display. SQL applications, stored procedures, and reporting applications development, dbExpress ADO programming and other programming. Chapter 4 through programming examples to illustrate through the database engine (BDE) access to the database programming method. Chapter 5 through programming examples were used SQL Server database system and the Access database system Note Delphi7 Application Programming SQL and ADO application programming methods. Readers of the book database application development shirt with
    2022-11-11 15:45:03下载
    积分:1
  • use an MFC and SQL examples
    一个使用MFC和SQL的例子-use an MFC and SQL examples
    2023-06-04 16:00:02下载
    积分:1
  • good yo
    这个程序不错哟-good yo
    2022-06-01 17:06:28下载
    积分:1
  • 这又是一个PD开发的数据库系统,这三个都是不一样的哦,请大家看一看....
    这又是一个PD开发的数据库系统,这三个都是不一样的哦,请大家看一看.-This is a PD development of the database system, which three are not the same as, um, let us look at.
    2023-07-21 16:00:02下载
    积分:1
  • (转载)Use this utility to write your database table structure to a word file. You
    (转载)Use this utility to write your database table structure to a word file. You can select tables, or write all tables. In the word file you will be able to see complete details of the table(FieldName,Datatype,size,AllowNulls) with databse name and server name. 使用这个工具可将你的数据库表格结构编写为一个word文件。你能选择表,或者编写所有的表。在word文件中你能看到带有数据库名称和服务器名称表格的详细信息(域名,数据类型,大小,AllowNulls)。 来源: http://www.freevbcode.com/ShowCode.Asp?ID=5459- (Reprint) Use this utility to write your database table structure to a word file. You can select tables, or write all tables. In the word file you will be able to see complete details of the table (FieldName, Datatype, size, AllowNulls) with databse name and server name. uses this tool to be possible yours database form structure compilation to be a word document. You can choose the table, or compilation all tables. You can see in the word document has the database name and the server name form detailed information (domain name, data type, size, AllowNulls). Origin: Htt
    2023-06-16 22:05:03下载
    积分:1
  • 用计时器做的一个每个一定时间产生叫声的程序
    用计时器做的一个每个一定时间产生叫声的程序-done with a timer each time the procedures have hoot
    2022-05-14 20:32:57下载
    积分:1
  • 微软的SQL SERVER数据库的Image、text等字段都属于二进制的大对象。这些对象的存取和其他轻型对象略有不同。   微软.NET Framewor...
    微软的SQL SERVER数据库的Image、text等字段都属于二进制的大对象。这些对象的存取和其他轻型对象略有不同。   微软.NET Framework的System.IO命名空间下给我们提供了一个FileStream文件流类。我们可以使用这个文件流对二进制大对象轻松进行读写。   我实现了一个简单的WinForm程序,这个程序通过点击“Open”按钮选择一个bmp或者jpg文件,并显示在图形控件PictureBox中。通过“Save”按钮存入数据库。点击“View”CheckBox可以切换到浏览状态,观看存入数据库的图片。   由于对二进制大对象使用的流操作,所以对于任何文件都具有通用性。读写文本文件也可以这么做。 -Microsoft s field and so on SQL SERVER database Image, text all belongs to binary the big object. These objects deposits and withdrawals and other light objects have the difference slightly. MicrosoftNET Framework System.Under the IO naming space provided a FileStream document to us to flow the kind. We may use this document to flow to the binary big object with ease carry on read-write. I have realized a simple WinForm procedure, this procedure through clicks on "Open" the button to choose bmp or the jpg document, and the demonstration controls in PictureBox in the graph. The button stores the database through "Save". Clicks on "View" CheckBox to b
    2022-07-19 07:21:16下载
    积分:1
  • locked in the database table that expression = False True decentralized form Val...
    锁住数据库中的表 把表达式 True=False 放到表的 ValidationRule 属性就能锁上。 HardLockTable?实现了该功能。声明Public MyDB As DatabaseDim Dummy As Integer函数Function HardLockTable -locked in the database table that expression = False True decentralized form ValidationRule attributes can be locked. HardLockTable realization of the function. Public statements MyDB As DatabaseDim Dummy As Integer Function Function HardLockTable
    2022-01-30 20:22:37下载
    积分:1
  • 这是基于sql server2000的房地产评估应用系统。
    这是基于sql server2000的房地产评估应用系统。-this sql server 2000 is based on the application of the real estate assessment system.
    2022-01-25 18:53:48下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载