Home All Groups Group Topic Archive Search About

Conenctivity to Interbase Database

Author
26 Apr 2006 11:10 AM
SSUK
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.

Author
26 Apr 2006 4:27 PM
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.
__________________________________

Show quote
"SSUK" <SSUK@newsgroups.nospam> wrote in message
news:23014C08-3D18-4CC7-BC96-67235194FA5C@microsoft.com...
> 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.
>
>
Author
26 Apr 2006 4:36 PM
SSUK
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



Show quote
"William (Bill) Vaughn" wrote:

> 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.
> __________________________________
>
> "SSUK" <SSUK@newsgroups.nospam> wrote in message
> news:23014C08-3D18-4CC7-BC96-67235194FA5C@microsoft.com...
> > 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.
> >
> >
>
>
>
Author
26 Apr 2006 6:47 PM
johneevo
In article <D20C3F39-EC3E-4073-9A82-A1535ACCC***@microsoft.com>,
SSUK@newsgroups.nospam says...
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.

Show quote
> 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
>
>
>
> "William (Bill) Vaughn" wrote:
>
> > 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.
> > __________________________________
> >
> > "SSUK" <SSUK@newsgroups.nospam> wrote in message
> > news:23014C08-3D18-4CC7-BC96-67235194FA5C@microsoft.com...
> > > 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.
> > >
> > >
> >
> >
> >
>
Author
27 Apr 2006 3:03 AM
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.)
Author
27 Apr 2006 8:45 AM
Frans Bouma [C# MVP]
SSUK wrote:

> 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

Show quote
>
> Thanks
>
>
>
> "William (Bill) Vaughn" wrote:
>
> > 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.  __________________________________
> >
> > "SSUK" <SSUK@newsgroups.nospam> wrote in message
> > news:23014C08-3D18-4CC7-BC96-67235194FA5C@microsoft.com...
> > > 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.


--
------------------------------------------------------------------------
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#)
------------------------------------------------------------------------
Author
12 May 2006 8:26 AM
SSUK
Hi,

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

Thanks.

Show quote
"Frans Bouma [C# MVP]" wrote:

> SSUK wrote:
>
> > 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
>
> >
> > Thanks
> >
> >
> >
> > "William (Bill) Vaughn" wrote:
> >
> > > 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.  __________________________________
> > >
> > > "SSUK" <SSUK@newsgroups.nospam> wrote in message
> > > news:23014C08-3D18-4CC7-BC96-67235194FA5C@microsoft.com...
> > > > 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.
>
>
> --
> ------------------------------------------------------------------------
> 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#)
> ------------------------------------------------------------------------
>

AddThis Social Bookmark Button