Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread ElevateDB C#.NET TEDBEngine issue.
Sun, Nov 24 2013 11:15 AMPermanent Link

zhezhang

I am using VS2012.NET / C#, .NET ElevateDB Provider (dll) v.2.13.1.0
I have made the application that uses ElevateDB database.but  the application need config database property.ie: TEDBEngine ->Engine_type->etClient,etServer,and so on.but  I could not find this class TEDBEngine in elevate.elevatedb.data dll.I hope write code set the property,just like in the delphi.but I don't know what to do!
thanks!!
Mon, Dec 2 2013 2:36 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com


<< I am using VS2012.NET / C#, .NET ElevateDB Provider (dll) v.2.13.1.0
I have made the application that uses ElevateDB database.but  the
application need config database property.ie:
TEDBEngine ->Engine_type->etClient,etServer,and so on.but  I could not find
this class TEDBEngine in elevate.elevatedb.data dll.I hope write code set
the property,just like in the delphi.but I don't know what to do! >>

There isn't a TEDBEngine equivalent in .NET.  You can only create client
connections/sessions with the ElevateDB .NET Data Provider and can't create
a server with it.  This has been something that's been on my to-do list for
a while, but I haven't got to it yet.

However, you can configure all of the same properties in .NET via the
TEDBConnection class and connection strings:

http://www.elevatesoft.com/manual?action=viewtopic&id=edb2dac&topic=NET_Connection_Strings

Tim Young
Elevate Software
www.elevatesoft.com
Image