Re: [Firebird-net-provider] Error

2006-08-03 Thread Carlos Guzmán Álvarez
Hello: > I am using the latest Firebird .net provider 2.0 from VS 2005. I have a > project that uses the Microsoft Enterprise library (with firebird > classes). I have a cloned version of a MS SQL database in Firebird. > Everythin works well with MS SQL - but I get this error with Firebird > > "

Re: [Firebird-net-provider] reg : the compatibility of Firebird dotnet provider 2.0 and the Interbase 7.0 and higher

2006-08-03 Thread Carlos Guzmán Álvarez
Hello: > > Right now I am using .net provider 2.0 and trying to connect to > interbase 7.1 it’s giving me an error called “Unable to connect remote > interface”. > More than probably that version of Interbase didn't support the protocol version the provider uses to connect to the server. -- C

Re: [Firebird-net-provider] reg : the compatibility of Firebird dotnet provider 2.0 and the Interbase 7.0 and higher

2006-08-03 Thread Dheeraj Vanteru
HI Can any one please suggest me, what is the provider I need to use in order to connect interbase database using .net 2.0? Please help me its urgent. Thanks in advance. Regards, Dheeraj -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Guzmán

Re: [Firebird-net-provider] reg : the compatibility of Firebird dotnet provider 2.0 and the Interbase 7.0 and higher

2006-08-03 Thread Carlos Guzmán Álvarez
Hello: > Can any one please suggest me, what is the provider I need to use in > order to connect interbase database using .net 2.0? Please help me its > urgent. > Really no, maybe you should try to use BDP ( or other provider coming from Borland ) -- Carlos Guzmán Álvarez Vigo-Spain -

Re: [Firebird-net-provider] reg : the compatibility of Firebird dotnet provider 2.0 and the Interbase 7.0 and higher

2006-08-03 Thread Scott Price
Dheeraj Vanteru wrote: > Can any one please suggest me, what is the provider I need to use in > order to connect interbase database using .net 2.0? Please help me its > urgent. > Thanks in advance. > > Regards, > Dheeraj If you are an Interbase customer, you may well be able to contact them and as

Re: [Firebird-net-provider] reg : the compatibility of Firebird dotnet provider 2.0 and the Interbase 7.0 and higher

2006-08-03 Thread Paul Mercea
Hi U can use Delphi 2006 with BPD (witch use .Net 1.1 as I know). I don't know if an update let u use .net 2.0. Regards, Paul |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED] On Behalf |Of Dheeraj Vanteru |Sent: Thursday, August 03, 2006 1:43 PM |To: 'For users and

Re: [Firebird-net-provider] Fb bpd, delphi 2006 compatible?

2006-08-03 Thread Carlos Guzmán Álvarez
Hello: > I will try to upload the changes to the CVS as soon as possible !! > With delay but the changes should be in CVS now :D -- Carlos Guzmán Álvarez Vigo-Spain - Take Surveys. Earn Cash. Influence the Future of IT

[Firebird-net-provider] GetSchema() does not get column names for Procedures

2006-08-03 Thread Eduardo Alvarez
Hi there, DataTable dtColumns = conn.GetSchema("Columns", new string[] { null, null, TableName }); If the 'TableName' variable contains the name of a table or a view, this works. However, if I try with the name of a Stored procedure, the returned DataTable is empty. What is happening? Regards,