Read MDE data by programming

  • Thread starter Thread starter adam.iem92g
  • Start date Start date
A

adam.iem92g

Hi All,

Is there any way to read MDE data by programming in C# ?
I need to write an application to read a MDE, verify if the data was
right.
Thanks for reading.
 
The process of creating an MDE from an MDB does not change the data or the
way in which it is stored in any way. Data in an MDE is accessed in exactly
the same way as data in an MDB.

I posted an example that shows how to read data in an MDB from a .NET app in
the formscoding database earlier today, in the thread 'Saving Back-End Data
as mdf'. The example is in VB.NET rather than C# but perhaps it will serve
as a starting point.
 
There's no difference between reading an MDE and an MDB.

You'll probably have better luck asking in a newsgroup that's related to C#,
though, such as microsoft.public.dotnet.languages.csharp
 
Is there any way to read MDE data by programming in C# ?
I need to write an application to read a MDE, verify if the data was
right.

What kind of data? Table data? If so there is no difference.
Otherwise please explain in more detail what it is you're trying to
do.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 
Thanks you guys for replying.
I dont know it could set connection to access mde as well as mdb.
I will try it today.
Again, thanks a lot. :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top