The remote data collection system based on SOL Server database technology was developed by Visual C++and SQL Server database technology together.The Client/Server mode was adopted.The system adopted the database searc...The remote data collection system based on SOL Server database technology was developed by Visual C++and SQL Server database technology together.The Client/Server mode was adopted.The system adopted the database search technologi- cal-ADO to work out the communication procedure of the server.And the old data of corresponding memory units were upgraded by the new data which gathered from PLC through serial port real time in the database.The Client utilizes the network technology and database technology through queries procedure to access the data information in the database.Thus a large number of relevant data that the production line operated were obtained.The goal of understanding operation conditions of product line was achieved through analysis of these data.This system has been debugged by the experiment successfully.展开更多
由于PDA等移动产品在应用领域中的日益普及,嵌入式移动数据库的应用研究也成为业界热点。对比了Win-dows CE平台下几种常见的数据库,并且主要研究了SQL Server CE 2.0版本中两种常用的数据同步技术:远程数据访问(RDA)和复制(Replication...由于PDA等移动产品在应用领域中的日益普及,嵌入式移动数据库的应用研究也成为业界热点。对比了Win-dows CE平台下几种常见的数据库,并且主要研究了SQL Server CE 2.0版本中两种常用的数据同步技术:远程数据访问(RDA)和复制(Replication)。通过分析并结合两者的特点,在具体的手持抄表设备开发中,提出了移动设备和中心数据库之间进行数据同步的解决方案以及相应EVC++4.0下的实现方法。展开更多
移动设备从服务器下载数据,在本地进行数据查询、更改、插入等操作,再与服务器进行数据同步,这是企业应用当中的一种模式。在基于SQL Server 2005 Compact Edition的环境下,可以通过数据库复制及远程数据存取实现。通过对移动设备与数...移动设备从服务器下载数据,在本地进行数据查询、更改、插入等操作,再与服务器进行数据同步,这是企业应用当中的一种模式。在基于SQL Server 2005 Compact Edition的环境下,可以通过数据库复制及远程数据存取实现。通过对移动设备与数据库服务器同步机制的研究,论述了复制及远程数据存取的编程思想,并通过示例给出程序实现方法。展开更多
数据库中的数据是从外界输入的,输入后面临修改、删除等操作,由于种种原因,会发生输入无效或错误信息。保证数据库中数据的完整性,成为数据库系统,尤其是多用户的关系数据库系统首要关注的问题。本文介绍了在SQL Server 2005数据库系统...数据库中的数据是从外界输入的,输入后面临修改、删除等操作,由于种种原因,会发生输入无效或错误信息。保证数据库中数据的完整性,成为数据库系统,尤其是多用户的关系数据库系统首要关注的问题。本文介绍了在SQL Server 2005数据库系统中,用触发器实现数据完整性的控制方法,并举例说明触发器的实际应用。展开更多
将嵌入式数据库SQL Server CE应用于图书外采查重系统。介绍了Windows Mobile与SQL Server CE相结合的信息系统设计过程,包括数据库建立、开发环境以及客户端与服务器环境搭建。详细阐述了基于远程数据访问的数据同步实现,图书查重系统...将嵌入式数据库SQL Server CE应用于图书外采查重系统。介绍了Windows Mobile与SQL Server CE相结合的信息系统设计过程,包括数据库建立、开发环境以及客户端与服务器环境搭建。详细阐述了基于远程数据访问的数据同步实现,图书查重系统设计方法。对嵌入式系统的开发具有一定的参考价值。展开更多
在SQL Server 2012中,当管理员完成数据库及表的建立后,后期对表中数据进行插入、修改、删除等操作时由于操作不当,很可能会导致不符合规范的数据进入数据库。为避免这种情况发生,数据库表建立完毕后应通过数据完整性来保证存储的数据...在SQL Server 2012中,当管理员完成数据库及表的建立后,后期对表中数据进行插入、修改、删除等操作时由于操作不当,很可能会导致不符合规范的数据进入数据库。为避免这种情况发生,数据库表建立完毕后应通过数据完整性来保证存储的数据正确、有效、相容。约束是实现数据完整性的有效手段之一,本文介绍不同类型数据完整性的含义及实现手段,并结合具体的应用场景创建相关约束。展开更多
文摘The remote data collection system based on SOL Server database technology was developed by Visual C++and SQL Server database technology together.The Client/Server mode was adopted.The system adopted the database search technologi- cal-ADO to work out the communication procedure of the server.And the old data of corresponding memory units were upgraded by the new data which gathered from PLC through serial port real time in the database.The Client utilizes the network technology and database technology through queries procedure to access the data information in the database.Thus a large number of relevant data that the production line operated were obtained.The goal of understanding operation conditions of product line was achieved through analysis of these data.This system has been debugged by the experiment successfully.
文摘由于PDA等移动产品在应用领域中的日益普及,嵌入式移动数据库的应用研究也成为业界热点。对比了Win-dows CE平台下几种常见的数据库,并且主要研究了SQL Server CE 2.0版本中两种常用的数据同步技术:远程数据访问(RDA)和复制(Replication)。通过分析并结合两者的特点,在具体的手持抄表设备开发中,提出了移动设备和中心数据库之间进行数据同步的解决方案以及相应EVC++4.0下的实现方法。
文摘移动设备从服务器下载数据,在本地进行数据查询、更改、插入等操作,再与服务器进行数据同步,这是企业应用当中的一种模式。在基于SQL Server 2005 Compact Edition的环境下,可以通过数据库复制及远程数据存取实现。通过对移动设备与数据库服务器同步机制的研究,论述了复制及远程数据存取的编程思想,并通过示例给出程序实现方法。
文摘数据库中的数据是从外界输入的,输入后面临修改、删除等操作,由于种种原因,会发生输入无效或错误信息。保证数据库中数据的完整性,成为数据库系统,尤其是多用户的关系数据库系统首要关注的问题。本文介绍了在SQL Server 2005数据库系统中,用触发器实现数据完整性的控制方法,并举例说明触发器的实际应用。
文摘将嵌入式数据库SQL Server CE应用于图书外采查重系统。介绍了Windows Mobile与SQL Server CE相结合的信息系统设计过程,包括数据库建立、开发环境以及客户端与服务器环境搭建。详细阐述了基于远程数据访问的数据同步实现,图书查重系统设计方法。对嵌入式系统的开发具有一定的参考价值。
文摘在SQL Server 2012中,当管理员完成数据库及表的建立后,后期对表中数据进行插入、修改、删除等操作时由于操作不当,很可能会导致不符合规范的数据进入数据库。为避免这种情况发生,数据库表建立完毕后应通过数据完整性来保证存储的数据正确、有效、相容。约束是实现数据完整性的有效手段之一,本文介绍不同类型数据完整性的含义及实现手段,并结合具体的应用场景创建相关约束。