Getting started articles
- 3 minutes C# and Embedded
- Connection strings introduction
- Google free text search queries in SQL
- Facet search drill-down
- Replication made easy
- Top administration tasks
- Securing a database
Samples projects
Here is a collection of simple project samples.
The samples are self containing, and doesn't require you to install ScimoreDB.
| C# ASP.NET using ScimoreDB Embedded | Embedded a database inside your web applications. This is a small web stats sample. A http handler logs all requests to an embedded Scimore Database stored in the App_Data folder. A generic interface allows using SQL to query the logged requests. |
| C# WinForm application using Embedded | Simple media directory, that scans your local drive for music files, add meta information to an embedded database - and make your media files searchable using google like free text search. |
| VB application demonstrating embedded | Small VB application showing how to use ADO.NET to query ScimoreDB. |