H
Hovhannes Asatryan
Hi all.
Can anyone tell me from where I can download datprovider BDE for NET
Thanks
Can anyone tell me from where I can download datprovider BDE for NET
Thanks
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
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
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
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
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
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)