Introduction to EffiProz

This article gives an overview to EffiProz server and also explains the commands related with it.
  • 1277

Introduction

EffiProz is a transactional, persistent in-memory SQL database engine. It is written in c#. It include SQL features like stored procedures, functions, triggers etc. The basic command for EffiProz in-memory database is given below.

Syntax

Connection Type=Memory;Initial Catalog=database_name;User=user_name;Password=password;

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.