EDB file using C#
-
How do we open and read data from an .edb file using C# in windows mobile. I have been trying that but i could nt do it in C#. Can Anybody Help me in this regard with a helpful code snippet Thanks in Advance.
-
How do we open and read data from an .edb file using C# in windows mobile. I have been trying that but i could nt do it in C#. Can Anybody Help me in this regard with a helpful code snippet Thanks in Advance.
vijaywithu wrote:
How do we open and read data from an .edb file using C# in windows mobile.
EBD = Enterprise Database? If so then you probably don't open the file per se. You need to open a database connection to it using an appropriate database provider.
Man who stand on hill with mouth open wait long time for roast duck to drop in
-
vijaywithu wrote:
How do we open and read data from an .edb file using C# in windows mobile.
EBD = Enterprise Database? If so then you probably don't open the file per se. You need to open a database connection to it using an appropriate database provider.
Man who stand on hill with mouth open wait long time for roast duck to drop in
I tried using EnterpriseDB.EDBClient; but it is saying that it is not found. I am new to this. The thing is i am doing it in compact frame work. Can u please tell me why would it show like this. Provide me with some samples please