BDE

  • Thread starter Thread starter Hovhannes Asatryan
  • Start date Start date
H

Hovhannes Asatryan

Hi all.
Can anyone tell me from where I can download datprovider BDE for NET

Thanks
 
Hi,

BDE, as far as I remember, is not a provider - it is just another database
engine native to Delphi, something like ODBC or OLE DB, but from Borland.
I think you rather need a data provider for a specific database - in this
case, if the vendor does not provide an ADO .NET provider, there is most
likely an OLEDB provider available which you can use through
System.Data.OleDB.

P.S. Hey I think it's a first post here by someone from Armenia!
 
Hi :)

Yeah it is database :), and it is not fy first letter in forum

in any case thaks



Dmitriy Lapshin said:
Hi,

BDE, as far as I remember, is not a provider - it is just another database
engine native to Delphi, something like ODBC or OLE DB, but from Borland.
I think you rather need a data provider for a specific database - in this
case, if the vendor does not provide an ADO .NET provider, there is most
likely an OLEDB provider available which you can use through
System.Data.OleDB.

P.S. Hey I think it's a first post here by someone from Armenia!

--
Sincerely,
Dmitriy Lapshin [C# / .NET MVP]
Bring the power of unit testing to the VS .NET IDE today!
http://www.x-unity.net/teststudio.aspx

Hovhannes Asatryan said:
Hi all.
Can anyone tell me from where I can download datprovider BDE for NET

Thanks
 
Hi again

listen I have file with mb extension
can anyone tell me is this database or something other and can I
read it?

Dmitriy Lapshin said:
Hi,

BDE, as far as I remember, is not a provider - it is just another database
engine native to Delphi, something like ODBC or OLE DB, but from Borland.
I think you rather need a data provider for a specific database - in this
case, if the vendor does not provide an ADO .NET provider, there is most
likely an OLEDB provider available which you can use through
System.Data.OleDB.

P.S. Hey I think it's a first post here by someone from Armenia!

--
Sincerely,
Dmitriy Lapshin [C# / .NET MVP]
Bring the power of unit testing to the VS .NET IDE today!
http://www.x-unity.net/teststudio.aspx

Hovhannes Asatryan said:
Hi all.
Can anyone tell me from where I can download datprovider BDE for NET

Thanks
 
Is it really .mb, not .mdb? The latter is a Microsoft Access database which
can be accessed with Jet OLEDB provider.

--
Sincerely,
Dmitriy Lapshin [C# / .NET MVP]
Bring the power of unit testing to the VS .NET IDE today!
http://www.x-unity.net/teststudio.aspx

Hovhannes Asatryan said:
Hi again

listen I have file with mb extension
can anyone tell me is this database or something other and can I
read it?

Dmitriy Lapshin said:
Hi,

BDE, as far as I remember, is not a provider - it is just another
database engine native to Delphi, something like ODBC or OLE DB, but from
Borland.
I think you rather need a data provider for a specific database - in this
case, if the vendor does not provide an ADO .NET provider, there is most
likely an OLEDB provider available which you can use through
System.Data.OleDB.

P.S. Hey I think it's a first post here by someone from Armenia!

--
Sincerely,
Dmitriy Lapshin [C# / .NET MVP]
Bring the power of unit testing to the VS .NET IDE today!
http://www.x-unity.net/teststudio.aspx

Hovhannes Asatryan said:
Hi all.
Can anyone tell me from where I can download datprovider BDE for NET

Thanks
 
No it is mb nd access can't open this file

Dmitriy Lapshin said:
Is it really .mb, not .mdb? The latter is a Microsoft Access database
which can be accessed with Jet OLEDB provider.

--
Sincerely,
Dmitriy Lapshin [C# / .NET MVP]
Bring the power of unit testing to the VS .NET IDE today!
http://www.x-unity.net/teststudio.aspx

Hovhannes Asatryan said:
Hi again

listen I have file with mb extension
can anyone tell me is this database or something other and can I
read it?

Dmitriy Lapshin said:
Hi,

BDE, as far as I remember, is not a provider - it is just another
database engine native to Delphi, something like ODBC or OLE DB, but
from Borland.
I think you rather need a data provider for a specific database - in
this case, if the vendor does not provide an ADO .NET provider, there is
most likely an OLEDB provider available which you can use through
System.Data.OleDB.

P.S. Hey I think it's a first post here by someone from Armenia!

--
Sincerely,
Dmitriy Lapshin [C# / .NET MVP]
Bring the power of unit testing to the VS .NET IDE today!
http://www.x-unity.net/teststudio.aspx

Hi all.
Can anyone tell me from where I can download datprovider BDE for NET

Thanks
 
¤ Hi again
¤
¤ listen I have file with mb extension
¤ can anyone tell me is this database or something other and can I
¤ read it?

A file with an .mb extension is a Paradox memo field holder. There should be an associated .db file
(Paradox database).


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 
Yeah there is a file db.
and how can I get the information from mb file because the db file
I can open with MS Access
 
As far as I remember there's an ODBC driver for Paradox, and you can access
ODBC drivers through the OLEDB Provider for ODBC.
 
Listen guys
Can anyone send me the sample of source code wich do it on C++ or C# ?

Thanks

Dmitriy Lapshin said:
As far as I remember there's an ODBC driver for Paradox, and you can
access ODBC drivers through the OLEDB Provider for ODBC.

--
Sincerely,
Dmitriy Lapshin [C# / .NET MVP]
Bring the power of unit testing to the VS .NET IDE today!
http://www.x-unity.net/teststudio.aspx

Hovhannes Asatryan said:
Yeah there is a file db.
and how can I get the information from mb file because the db file
I can open with MS Access
 
Guys help me to convert paradox memo field to any of folowing types
ms access
mysql
mssql

I have 2 xxx.db and associated xxx.mb files
the db file I can open with access, but the mb I don't know how can I open
Help me Pls.


Hovhannes Asatryan said:
Listen guys
Can anyone send me the sample of source code wich do it on C++ or C# ?

Thanks

Dmitriy Lapshin said:
As far as I remember there's an ODBC driver for Paradox, and you can
access ODBC drivers through the OLEDB Provider for ODBC.

--
Sincerely,
Dmitriy Lapshin [C# / .NET MVP]
Bring the power of unit testing to the VS .NET IDE today!
http://www.x-unity.net/teststudio.aspx

Hovhannes Asatryan said:
Yeah there is a file db.
and how can I get the information from mb file because the db file
I can open with MS Access

message On Wed, 8 Dec 2004 14:40:45 +0400, "Hovhannes Asatryan"

¤ Hi again
¤
¤ listen I have file with mb extension
¤ can anyone tell me is this database or something other and can I
¤ read it?

A file with an .mb extension is a Paradox memo field holder. There
should be an associated .db file
(Paradox database).


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 
¤ Guys help me to convert paradox memo field to any of folowing types
¤ ms access
¤ mysql
¤ mssql
¤
¤ I have 2 xxx.db and associated xxx.mb files
¤ the db file I can open with access, but the mb I don't know how can I open
¤ Help me Pls.

I don't believe that you open the .mb file directly. If you open the Paradox database (.db) and
reference a memo field the data should be retrieved from the .mb file.

If you can link or import a Paradox database to an Access database you should be able to see the
memo fields. Access should prompt you for the location of the memo file when linking or importing.


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 
Back
Top