- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
SQLite and the .NET Framework.ppt
SQLite and the .NET Framework What is SQLite? SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. Transactions are atomic, consistent, isolated, and durable (ACID) even after system crashes and power failures. Zero-configuration - no setup or administration needed. Implements most of SQL92. A complete database is stored in a single disk file. Database files can be freely shared between machines with different byte orders. Supports databases up to 2 terabytes (241 bytes) in size. Sizes of strings and BLOBs limited only by available memory. What is SQLite – continued Faster than popular client/server database engines for most common operations. Simple, easy to use API. Bindings for many languages available Well-commented source code with over 95% test coverage. Self-contained: no external dependencies. Sources are in the public domain. Use for any purpose. There is now a robust SQLite.NET ADO.NET provider! Small code footprint: less than 30K lines of C code, less than 250KB code space Installation: Just set “Build Action” to “Content” on Database file! More SQLite Features Create Database Programmatically in Connection string No need to distribute or install database SQL to create database, tables, triggers can be embedded Triggers Triggers can be used to handle many of the functions of stored procedures. Vacuum Just like “Compact Database” in MS Access. The SQLite ADO.NET Provider Conforms to normal ADO.NET Best practices Offers: SQLiteConnection SQLiteCommand - all Methods except “Xml” SQLiteDataAdapter SQLiteCommandBuilder Supports NTFS compression of Database File SQLite 3.0 ODBC Driver Http://www.ch-werner.de/sqliteodbc/html/ This is an experimental open source ODBC driver for the wonderful SQLite 2.8.* and SQLite 3.* (alpha) Database Engine/Library. So far it is more a proof of concept and might contain lots of memory leaks and all other kinds of bugs. Thus I highly appreciate
您可能关注的文档
- MD5 Message Digest Algorithm.ppt
- Mechanical Ventilation Management.PPT
- Media & Minorities.ppt
- MEDICAL BILLING AND CODING.ppt
- Metal Nanoparticles of Various Shapes.ppt
- MFGT 104Materials and Quality Ceramics and Glasses.ppt
- MFGT 142Polymer Processing Chapter 14 Thermoforming.ppt
- MGTO120s Managing Communications.ppt
- Michael Faraday.ppt
- Microsoft Challenge Handshake Authentication Protocol.ppt
- STA261 week 13.ppt
- Stat 112 Lecture 14 Notes.ppt
- Stat 13 Lecture 18Bayes theorem.ppt
- Statistics and Data Analysis.ppt
- Stop the Soot.ppt
- Story of the Pentamethyl-Cyclopentadienyl CationC5Me5+.ppt
- Sudoku as a Constraint Problem.ppt
- Surface Erosion and Control.ppt
- SURFACTANTS IN SOLUTION.ppt
- Swine Housing.ppt
文档评论(0)