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
>
> "
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
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
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
-
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
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
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
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,