Have a question or issue? Post a question to the forum. We regulary monitor new post and reply asap.
Contents |
Search documentation wiki for Administrative tasks ( install, manage cluster, secure,... ) , or, Developers' section (Create database/tables/procedures, partition data, SQL syntax, etc...).
Here is a quick links to help you to start using ScimoreDB.
To register a single node cluster (server), execute (first time connecting after install):
CREATE CLUSTER ENDPOINT ('localhost:999'); COMMIT CLUSTER;
, the 999 port value can be a changed to any available TCP port. If you change to other than default 999, restart service.
To set up cluster of more than 1 node follow the step by step how to examples:
For more, read cluster management documentation.
Read how to connect to embedded or client/server database here.
Using ScimoreDB is easy. It takes 3 minutes to have a fully featured powerfull SQL server inside your application. Below is a sample showing how to use ScimoreDB Embedded: Easy ScimoreDB embedded setup example.
Import tables or data using: CSV files, ODBC/OLEDB or MS SQL Server wizard in the manager. Read how...
Check step by step how to sample using freetext search
Check the samples page and learn by example. There, you will find how to use ScimoreDB in c++, c# and VB.NET.