文件名称:CSDatabase
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [Basic/ASP] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 3.75mb
- 下载次数:
- 0次
- 提 供 者:
- y***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
前已经介绍过一纯C#编写的大型关系型数据库系统MINOSSE,架构相当好,但到目前为止仍然无法正常运行,估计是研发力量不足,大家有兴趣的话可以参与。
今天要介绍的是SharpHSQL,如果用过JAVA的朋友或许会接触过HSQLDB(前身是HSQL),它是纯JAVA编写的轻量级/嵌入式关系型数据库引擎,大概是300k左右,应用很广泛。而SharpHSQL是HSQLDB的C#迁移版本,曾经在有人于2002年在codeproject.com上发布了第一个版本,当时用的是是Visual Studio .NET 1.0 beta,就没有后续开发了,但有人于2004年底接管过来继续开发,并在gotdotnet上建立了workspace,最新版本包含了一个ADO.NET驱动和Pocket PC版本。
-Before the introduction of pure C# 1 had been prepared in large-scale relational database system MINOSSE, architecture pretty good, but so far still can not function properly, it is estimated that development efforts are insufficient, there is everyone interested can participate.
Today is the introduction SharpHSQL, if used JAVA friends may come into contact with HSQLDB (formerly HSQL), it is a pure preparation of lightweight JAVA/embedded relational database engine, are perhaps around 300k, the application is very wide. And HSQLDB are SharpHSQL relocation of the C# version of someone at once in 2002 at codeproject.com on the first version released at that time are used are Visual Studio. NET 1.0 beta, there will be no follow-up development, but someone at the end of 2004 to take over come continue to develop and set up on the GotDotNet workspace, the latest version includes a ADO.NET driver and Pocket PC versions.
今天要介绍的是SharpHSQL,如果用过JAVA的朋友或许会接触过HSQLDB(前身是HSQL),它是纯JAVA编写的轻量级/嵌入式关系型数据库引擎,大概是300k左右,应用很广泛。而SharpHSQL是HSQLDB的C#迁移版本,曾经在有人于2002年在codeproject.com上发布了第一个版本,当时用的是是Visual Studio .NET 1.0 beta,就没有后续开发了,但有人于2004年底接管过来继续开发,并在gotdotnet上建立了workspace,最新版本包含了一个ADO.NET驱动和Pocket PC版本。
-Before the introduction of pure C# 1 had been prepared in large-scale relational database system MINOSSE, architecture pretty good, but so far still can not function properly, it is estimated that development efforts are insufficient, there is everyone interested can participate.
Today is the introduction SharpHSQL, if used JAVA friends may come into contact with HSQLDB (formerly HSQL), it is a pure preparation of lightweight JAVA/embedded relational database engine, are perhaps around 300k, the application is very wide. And HSQLDB are SharpHSQL relocation of the C# version of someone at once in 2002 at codeproject.com on the first version released at that time are used are Visual Studio. NET 1.0 beta, there will be no follow-up development, but someone at the end of 2004 to take over come continue to develop and set up on the GotDotNet workspace, the latest version includes a ADO.NET driver and Pocket PC versions.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
minosse
.......\.cvsignore
.......\AssemblyInfo.cs
.......\Assignment.cs
.......\BackedTransactionModificationListener.cs
.......\BaseDataTable.cs
.......\bin
.......\...\Debug
.......\BlindSearch.cs
.......\BlobInputStream.cs
.......\BlobReference.cs
.......\BlobStore.cs
.......\ByteLongObject.cs
.......\Caster.cs
.......\CastHelper.cs
.......\CellBufferStream.cs
.......\CellReader.cs
.......\ChangeLog
.......\CheckExpression.cs
.......\ClassNotFoundException.cs
.......\ClobReference.cs
.......\CollatedBaseSearch.cs
.......\Collections
.......\...........\BaseBlockIntegerList.cs
.......\...........\BlockIntegerList.cs
.......\...........\BlockIntegerListIterator.cs
.......\...........\ByteArray.cs
.......\...........\ByteBuffer.cs
.......\...........\Cache.cs
.......\...........\HashtableList.cs
.......\...........\IIndexComparer.cs
.......\...........\IIntegerIterator.cs
.......\...........\IIntegerList.cs
.......\...........\IIntegerListBlock.cs
.......\...........\IntegerArrayListBlock.cs
.......\...........\IntegerList.cs
.......\...........\IRowEnumerator.cs
.......\...........\ListNoe.cs
.......\...........\Sorter.cs
.......\...........\Statistics.cs
.......\...........\StatisticsComparer.cs
.......\...........\Tokenizer.cs
.......\Column.cs
.......\ColumnDescription.cs
.......\ColumnGroup.cs
.......\ColumnGroupReference.cs
.......\ColumnName.cs
.......\CommitTableInfo.cs
.......\CompleteSelectNode.cs
.......\ComplexSingleExpression.cs
.......\CompositeOperation.cs
.......\CompositeTable.cs
.......\Configuration
.......\.............\ConfigProperty.cs
.......\.............\DatabaseConfig.cs
.......\.............\DatabaseController.cs
.......\.............\DatabaseControlSystem.cs
.......\.............\DefaultDatabaseConfig.cs
.......\.............\IDatabaseConfig.cs
.......\.............\TcpServer.cs
.......\ConnectionInternalTableInfo.cs
.......\ConnectionTriggerManager.cs
.......\ConnectionTriggerManagerBackedCache.cs
.......\Constraint.cs
.......\ConstraintType.cs
.......\ConstraintViolationCode.cs
.......\CopyBlobInfo.cs
.......\Database.cs
.......\DatabaseConnection.cs
.......\DatabaseConnectionProcedureConnection.cs
.......\DatabaseConnectionTableQuery.cs
.......\DatabaseConnectionThreadRunnable.cs
.......\DatabaseConstraintViolationException.cs
.......\DatabaseDispatcher.cs
.......\DatabaseEvent.cs
.......\DatabaseException.cs
.......\DatabaseQueryContext.cs
.......\DatabaseSystem.cs
.......\DataCellCache.cs
.......\DataCellCacheKey.cs
.......\DataCellMasterCache.cs
.......\DataCellSerializtion.cs
.......\DataColumn.cs
.......\DataIndex.cs
.......\DataIndexSet.cs
.......\DataTable.cs
.......\DataTableColumn.cs
.......\DataTableDefinition.cs
.......\DataTableFilter.cs
.......\Debug
.......\.....\Debug.cs
.......\.....\DebugLevels.cs
.......\.....\DefaultDebugLogger.cs
.......\.....\IDebugLogger.cs
.......\.....\StaticDebug.cs
.......\DefaultDataTable.cs
.......\doc
.......\DSFunctionLookup.cs
.......\Dumper.cs
.......\EventType.cs
.......\.cvsignore
.......\AssemblyInfo.cs
.......\Assignment.cs
.......\BackedTransactionModificationListener.cs
.......\BaseDataTable.cs
.......\bin
.......\...\Debug
.......\BlindSearch.cs
.......\BlobInputStream.cs
.......\BlobReference.cs
.......\BlobStore.cs
.......\ByteLongObject.cs
.......\Caster.cs
.......\CastHelper.cs
.......\CellBufferStream.cs
.......\CellReader.cs
.......\ChangeLog
.......\CheckExpression.cs
.......\ClassNotFoundException.cs
.......\ClobReference.cs
.......\CollatedBaseSearch.cs
.......\Collections
.......\...........\BaseBlockIntegerList.cs
.......\...........\BlockIntegerList.cs
.......\...........\BlockIntegerListIterator.cs
.......\...........\ByteArray.cs
.......\...........\ByteBuffer.cs
.......\...........\Cache.cs
.......\...........\HashtableList.cs
.......\...........\IIndexComparer.cs
.......\...........\IIntegerIterator.cs
.......\...........\IIntegerList.cs
.......\...........\IIntegerListBlock.cs
.......\...........\IntegerArrayListBlock.cs
.......\...........\IntegerList.cs
.......\...........\IRowEnumerator.cs
.......\...........\ListNoe.cs
.......\...........\Sorter.cs
.......\...........\Statistics.cs
.......\...........\StatisticsComparer.cs
.......\...........\Tokenizer.cs
.......\Column.cs
.......\ColumnDescription.cs
.......\ColumnGroup.cs
.......\ColumnGroupReference.cs
.......\ColumnName.cs
.......\CommitTableInfo.cs
.......\CompleteSelectNode.cs
.......\ComplexSingleExpression.cs
.......\CompositeOperation.cs
.......\CompositeTable.cs
.......\Configuration
.......\.............\ConfigProperty.cs
.......\.............\DatabaseConfig.cs
.......\.............\DatabaseController.cs
.......\.............\DatabaseControlSystem.cs
.......\.............\DefaultDatabaseConfig.cs
.......\.............\IDatabaseConfig.cs
.......\.............\TcpServer.cs
.......\ConnectionInternalTableInfo.cs
.......\ConnectionTriggerManager.cs
.......\ConnectionTriggerManagerBackedCache.cs
.......\Constraint.cs
.......\ConstraintType.cs
.......\ConstraintViolationCode.cs
.......\CopyBlobInfo.cs
.......\Database.cs
.......\DatabaseConnection.cs
.......\DatabaseConnectionProcedureConnection.cs
.......\DatabaseConnectionTableQuery.cs
.......\DatabaseConnectionThreadRunnable.cs
.......\DatabaseConstraintViolationException.cs
.......\DatabaseDispatcher.cs
.......\DatabaseEvent.cs
.......\DatabaseException.cs
.......\DatabaseQueryContext.cs
.......\DatabaseSystem.cs
.......\DataCellCache.cs
.......\DataCellCacheKey.cs
.......\DataCellMasterCache.cs
.......\DataCellSerializtion.cs
.......\DataColumn.cs
.......\DataIndex.cs
.......\DataIndexSet.cs
.......\DataTable.cs
.......\DataTableColumn.cs
.......\DataTableDefinition.cs
.......\DataTableFilter.cs
.......\Debug
.......\.....\Debug.cs
.......\.....\DebugLevels.cs
.......\.....\DefaultDebugLogger.cs
.......\.....\IDebugLogger.cs
.......\.....\StaticDebug.cs
.......\DefaultDataTable.cs
.......\doc
.......\DSFunctionLookup.cs
.......\Dumper.cs
.......\EventType.cs