Conenctivity to Interbase Database

G

Guest

Greetings to all.

How can we Perform database operations on INTERBASE using MS .NET 2005?
We want to Insert few records on an existing INTERBASE Database using MS.NET
,how it’s possible ?

Thanks for your support & time.
 
W

William \(Bill\) Vaughn

Access to any data source is a function of the availability and capabilities
of the provider. That is, if there is an ODBC driver, OLE DB provider or
..NET managed provider available, you'll be able to access the data source.
How much you can do is a function of how much the provider can do.

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
INETA Speaker
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
 
G

Guest

Hi Willam,

Thanks for your reply. I understand what you have mentioned,but do we have
provider for Interbase access using .NET (ADO.NET) ?

Thanks
 
J

johneevo

I would suggest that you check the documentation that can with your copy
of Interbase to see what type of providers are supplied. Or you can go
to Borland's website and check there for what providers are offered.
 
K

Kevin Yu [MSFT]

Hi,

There are also some 3rd-party .NET managed providers available for
Interbase database. Here is one of them.

http://www.mono-project.com/Firebird_Interbase

Kevin Yu
Microsoft Online Community Support

============================================================================
==========================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
============================================================================
==========================

(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 
F

Frans Bouma [C# MVP]

SSUK said:
Hi Willam,

Thanks for your reply. I understand what you have mentioned,but do we
have provider for Interbase access using .NET (ADO.NET) ?

Depends on your interbase version. The Firebird .NET provider
(http://firebird.sourceforge.net/index.php?op=devel&sub=netprovider )
can connect to interbase 6.0, as firebird is based on that codebase. If
you're using a later version of interbase, I don't think it will work.

FB


--
------------------------------------------------------------------------
Lead developer of LLBLGen Pro, the productive O/R mapper for .NET
LLBLGen Pro website: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
 
G

Guest

Hi,

We are using Interbase Ver 7.1 , What could be possibility of connectivity
between .NET & Interbase V 7.1 ?

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top