Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Greets folks,

I'm trying to connect to the Inbox database in Outlook Express using VB.Net. The data adapter won't connect. The Outlook Express message files have extensions of *.dbx. I have no prob connecting to Access databases with *.mdb extensions.

 

I copied and pasted Inbox.dbx into the same directory as my Project Files and tried to set up the program in the same manner as when manipulating an Access Database.

 

Is it possible to open, read, and write the database in an Outlook Express *.dbx file using VB.Net?

 

Thanx a mil for your help,

LFJ

  • *Experts*
Posted

Doing a quick google search, it looks like the Outlook Express format is custom - meaning there is no .NET provider for reading the file. I saw a few tools that would let you do it, but none offered any data providers to use. If you are so inclined, you could write your own dataprovider to read the file as some of the websites did list the format of the data. You'd have to have a lot of patience and time to parse through a file manually though... as a warning :)

 

-Nerseus

"I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...