|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Conenctivity to Interbase DatabaseGreetings 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. 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. -- Show quote____________________________________ 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. > > 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. > > > > > > > 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. > > > > > > > > > > > > > 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.) SSUK wrote:
> Hi Willam, Depends on your interbase version. The Firebird .NET provider> > Thanks for your reply. I understand what you have mentioned,but do we > have provider for Interbase access using .NET (ADO.NET) ? (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#) ------------------------------------------------------------------------ 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#) > ------------------------------------------------------------------------ > |
|||||||||||||||||||||||