Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 5 of 5 total
Thread .Net access
Thu, Aug 16 2007 1:19 PMPermanent Link

Scott Woods
How would a .Net application in C# get access to the data?
Fri, Aug 17 2007 4:51 AMPermanent Link

Chris Holland

SEC Solutions Ltd.

Avatar

Team Elevate Team Elevate

Hi Scott,

I am using the ODBC driver (DBISAM at the moment) with C# and .NET with
no problems

Chris Holland

Scott Woods wrote:
> How would a .Net application in C# get access to the data?
>
Fri, Aug 17 2007 6:36 AMPermanent Link

Michael Baytalsky
Scott,

<self-promotion>
You could try our DBISAM ADO.Net Provider. It will, however, require you to
run dbisam server, it cannot access files on disk directly. However, it's
pretty fast, pure C# managed, supports CF, works with both dbisam v3 and v4.

http://www.contextsoft.com/products/dbisamnet/
</self-promotion>

Regards,
Michael

Scott Woods wrote:
> How would a .Net application in C# get access to the data?
>
Fri, Aug 17 2007 8:08 AMPermanent Link

Chris Holland

SEC Solutions Ltd.

Avatar

Team Elevate Team Elevate

I used the ADO.NET provider for some time also with no problems, but had
to change to the ODBC driver because we needed local data access connections

Chris Holland

Michael Baytalsky wrote:
> Scott,
>
> <self-promotion>
> You could try our DBISAM ADO.Net Provider. It will, however, require you to
> run dbisam server, it cannot access files on disk directly. However, it's
> pretty fast, pure C# managed, supports CF, works with both dbisam v3 and
> v4.
>
> http://www.contextsoft.com/products/dbisamnet/
> </self-promotion>
>
> Regards,
> Michael
>
> Scott Woods wrote:
>> How would a .Net application in C# get access to the data?
>>
Fri, Aug 17 2007 1:38 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Scott,

<< How would a .Net application in C# get access to the data? >>

Currently you have to use the ODBC.NET data provider and our ODBC driver,
but that will change soon with the release of our native .NET data provider.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image