Error storing Memo in MDB file

  • Thread starter Thread starter Fla
  • Start date Start date
F

Fla

Good Morning,
I've got a program in VB.NET that stores a string informations in a
Memo field of a MDB file.
It happened few that I got an error because the MDB file became
corrupted.
I tried opening the MDB file using Access 2003, I got the messagge
#Error in the memo field.
This corruption makes the database unuseful for any SQL query.
Any suggestion?

Thanks in advance
 
1. Repair the MDB?

2. Stop using Access(JET database is a better term) and go to something a
little more robust like SqlExpress.

..............
 
Create a brand new Access database and try importing all the objects
(tables, forms, reports, macros, modules) from the corrupted database.
Also, Access seems to have a problem with tables containing more than one
memo field.
 
yes, moving to ADP is an awesome answer-- it will allow you to
preserve your existing forms and reports.. and leverage the worlds
most popular database (SQL Server Express)
 
wow-- yet another excuse for jet corruption--- sounds to me like Jet
sucks a big fat one
wow-- yet another excuse for jet corruption--- sounds to me like Jet
sucks a big fat one
wow-- yet another excuse for jet corruption--- sounds to me like Jet
sucks a big fat one
wow-- yet another excuse for jet corruption--- sounds to me like Jet
sucks a big fat one
wow-- yet another excuse for jet corruption--- sounds to me like Jet
sucks a big fat one
wow-- yet another excuse for jet corruption--- sounds to me like Jet
sucks a big fat one
 
Back
Top