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!

Signature
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
Hovhannes Asatryan - 08 Dec 2004 10:22 GMT
Hi :)
Yeah it is database :), and it is not fy first letter in forum
in any case thaks
> Hi,
>
[quoted text clipped - 11 lines]
>>
>> Thanks
Hovhannes Asatryan - 08 Dec 2004 10:40 GMT
Hi again
listen I have file with mb extension
can anyone tell me is this database or something other and can I
read it?
> Hi,
>
[quoted text clipped - 11 lines]
>>
>> Thanks
Dmitriy Lapshin [C# / .NET MVP] - 08 Dec 2004 11:46 GMT
Is it really .mb, not .mdb? The latter is a Microsoft Access database which
can be accessed with Jet OLEDB provider.

Signature
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 again
>
[quoted text clipped - 18 lines]
>>>
>>> Thanks
Hovhannes Asatryan - 08 Dec 2004 12:56 GMT
No it is mb nd access can't open this file
> Is it really .mb, not .mdb? The latter is a Microsoft Access database
> which can be accessed with Jet OLEDB provider.
[quoted text clipped - 21 lines]
>>>>
>>>> Thanks
Paul Clement - 08 Dec 2004 13:59 GMT
¤ 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 ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)
Hovhannes Asatryan - 09 Dec 2004 05:57 GMT
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
> ? Hi again
> ?
[quoted text clipped - 8 lines]
> Paul ~~~ pclement@ameritech.net
> Microsoft MVP (Visual Basic)
Dmitriy Lapshin [C# / .NET MVP] - 09 Dec 2004 07:57 GMT
As far as I remember there's an ODBC driver for Paradox, and you can access
ODBC drivers through the OLEDB Provider for ODBC.

Signature
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
> Yeah there is a file db.
> and how can I get the information from mb file because the db file
[quoted text clipped - 12 lines]
>> Paul ~~~ pclement@ameritech.net
>> Microsoft MVP (Visual Basic)
Hovhannes Asatryan - 09 Dec 2004 08:07 GMT
Listen guys
Can anyone send me the sample of source code wich do it on C++ or C# ?
Thanks
> As far as I remember there's an ODBC driver for Paradox, and you can
> access ODBC drivers through the OLEDB Provider for ODBC.
[quoted text clipped - 15 lines]
>>> Paul ~~~ pclement@ameritech.net
>>> Microsoft MVP (Visual Basic)
Hovhannes Asatryan - 09 Dec 2004 12:01 GMT
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.
> Listen guys
> Can anyone send me the sample of source code wich do it on C++ or C# ?
[quoted text clipped - 20 lines]
>>>> Paul ~~~ pclement@ameritech.net
>>>> Microsoft MVP (Visual Basic)
Paul Clement - 09 Dec 2004 13:54 GMT
¤ 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 ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)
Paul Clement - 09 Dec 2004 13:56 GMT
Here is some additional information:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/off2000/html/ac
howImportAttachParadoxTablesS.asp
Paul ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)