PC Review


Reply
Thread Tools Rate Thread

Can't convert to an MDE file

 
 
=?Utf-8?B?RGFu?=
Guest
Posts: n/a
 
      27th Jun 2006
Hi -

I'm getting an error when I try to convert an Access 2003 version database
to an MDE file (see error pasted below). It's not a very big application -
only about 20 forms, 9 code modules, 15 query objects, and 10 linked tables.
What can I do to be able to save this to an MDE?

Thanks a lot for any help!

Dan

---------------------------------------
"This error is usually associated with compiling a large database into an
MDE file. Due to the method used to compile the database, a considerable
number of TableID references are created for each table. The Microsoft Jet
database engine version 4.0 can only create a maximum of 2048 open TableIDs
at one time. Exporting a database as an MDE potentially can exceed this
limit if the database has a large number of objects (table, macro, form,
report, etc).

There is no accurate method to estimate the number of TableIDs the Jet
database engine uses during the process of compiling a database as an MDE.
However, each VBA module and each form uses one TableID, as a result, if the
database has 500 forms, and each form's HasModule property is set to Yes, as
many as 1,000 TableIDs are used."

 
Reply With Quote
 
 
 
 
Pieter Wijnen
Guest
Posts: n/a
 
      27th Jun 2006
check if it compiles & that the Database Format is 2003

Pieter

"Dan" <(E-Mail Removed)> wrote in message
news:3927D60D-EC81-474D-B430-(E-Mail Removed)...
> Hi -
>
> I'm getting an error when I try to convert an Access 2003 version database
> to an MDE file (see error pasted below). It's not a very big
> application -
> only about 20 forms, 9 code modules, 15 query objects, and 10 linked
> tables.
> What can I do to be able to save this to an MDE?
>
> Thanks a lot for any help!
>
> Dan
>
> ---------------------------------------
> "This error is usually associated with compiling a large database into an
> MDE file. Due to the method used to compile the database, a considerable
> number of TableID references are created for each table. The Microsoft
> Jet
> database engine version 4.0 can only create a maximum of 2048 open
> TableIDs
> at one time. Exporting a database as an MDE potentially can exceed this
> limit if the database has a large number of objects (table, macro, form,
> report, etc).
>
> There is no accurate method to estimate the number of TableIDs the Jet
> database engine uses during the process of compiling a database as an MDE.
> However, each VBA module and each form uses one TableID, as a result, if
> the
> database has 500 forms, and each form's HasModule property is set to Yes,
> as
> many as 1,000 TableIDs are used."
>




--
----------------------------------------
I am using the free version of SPAMfighter for private users.
It has removed 4079 spam emails to date.
Paying users do not have this message in their emails.
Get the free SPAMfighter here: http://www.spamfighter.com/len


 
Reply With Quote
 
=?Utf-8?B?RGFu?=
Guest
Posts: n/a
 
      27th Jun 2006
It compiles fine and it says "(Access 2002 - 2003 file format)" at the top of
the database window. I notice when I delete unused objects to clean up the
database, it converts ok to an MDE. I still don't know why it doesn't do it
correctly in the first place since it's not a very big app.


Thanks a lot!

Dan



"Pieter Wijnen" wrote:

> check if it compiles & that the Database Format is 2003
>
> Pieter
>
> "Dan" <(E-Mail Removed)> wrote in message
> news:3927D60D-EC81-474D-B430-(E-Mail Removed)...
> > Hi -
> >
> > I'm getting an error when I try to convert an Access 2003 version database
> > to an MDE file (see error pasted below). It's not a very big
> > application -
> > only about 20 forms, 9 code modules, 15 query objects, and 10 linked
> > tables.
> > What can I do to be able to save this to an MDE?
> >
> > Thanks a lot for any help!
> >
> > Dan
> >
> > ---------------------------------------
> > "This error is usually associated with compiling a large database into an
> > MDE file. Due to the method used to compile the database, a considerable
> > number of TableID references are created for each table. The Microsoft
> > Jet
> > database engine version 4.0 can only create a maximum of 2048 open
> > TableIDs
> > at one time. Exporting a database as an MDE potentially can exceed this
> > limit if the database has a large number of objects (table, macro, form,
> > report, etc).
> >
> > There is no accurate method to estimate the number of TableIDs the Jet
> > database engine uses during the process of compiling a database as an MDE.
> > However, each VBA module and each form uses one TableID, as a result, if
> > the
> > database has 500 forms, and each form's HasModule property is set to Yes,
> > as
> > many as 1,000 TableIDs are used."
> >

>
>
>
> --
> ----------------------------------------
> I am using the free version of SPAMfighter for private users.
> It has removed 4079 spam emails to date.
> Paying users do not have this message in their emails.
> Get the free SPAMfighter here: http://www.spamfighter.com/len
>
>
>

 
Reply With Quote
 
Pieter Wijnen
Guest
Posts: n/a
 
      28th Jun 2006
Always Do a compact & Decompile before making a mde - ie get rid of the crap

Pieter

"Dan" <(E-Mail Removed)> wrote in message
news:4F15338A-BA43-4FF9-B4B8-(E-Mail Removed)...
> It compiles fine and it says "(Access 2002 - 2003 file format)" at the top
> of
> the database window. I notice when I delete unused objects to clean up
> the
> database, it converts ok to an MDE. I still don't know why it doesn't do
> it
> correctly in the first place since it's not a very big app.
>
>
> Thanks a lot!
>
> Dan
>
>
>
> "Pieter Wijnen" wrote:
>
>> check if it compiles & that the Database Format is 2003
>>
>> Pieter
>>
>> "Dan" <(E-Mail Removed)> wrote in message
>> news:3927D60D-EC81-474D-B430-(E-Mail Removed)...
>> > Hi -
>> >
>> > I'm getting an error when I try to convert an Access 2003 version
>> > database
>> > to an MDE file (see error pasted below). It's not a very big
>> > application -
>> > only about 20 forms, 9 code modules, 15 query objects, and 10 linked
>> > tables.
>> > What can I do to be able to save this to an MDE?
>> >
>> > Thanks a lot for any help!
>> >
>> > Dan
>> >
>> > ---------------------------------------
>> > "This error is usually associated with compiling a large database into
>> > an
>> > MDE file. Due to the method used to compile the database, a
>> > considerable
>> > number of TableID references are created for each table. The Microsoft
>> > Jet
>> > database engine version 4.0 can only create a maximum of 2048 open
>> > TableIDs
>> > at one time. Exporting a database as an MDE potentially can exceed
>> > this
>> > limit if the database has a large number of objects (table, macro,
>> > form,
>> > report, etc).
>> >
>> > There is no accurate method to estimate the number of TableIDs the Jet
>> > database engine uses during the process of compiling a database as an
>> > MDE.
>> > However, each VBA module and each form uses one TableID, as a result,
>> > if
>> > the
>> > database has 500 forms, and each form's HasModule property is set to
>> > Yes,
>> > as
>> > many as 1,000 TableIDs are used."
>> >

>>
>>
>>
>> --
>> ----------------------------------------
>> I am using the free version of SPAMfighter for private users.
>> It has removed 4079 spam emails to date.
>> Paying users do not have this message in their emails.
>> Get the free SPAMfighter here: http://www.spamfighter.com/len
>>
>>
>>



 
Reply With Quote
 
Pieter Wijnen
Guest
Posts: n/a
 
      28th Jun 2006
Always Do a compact & Decompile before making a mde - ie get rid of the crap

Pieter

"Dan" <(E-Mail Removed)> wrote in message
news:4F15338A-BA43-4FF9-B4B8-(E-Mail Removed)...
> It compiles fine and it says "(Access 2002 - 2003 file format)" at the top
> of
> the database window. I notice when I delete unused objects to clean up
> the
> database, it converts ok to an MDE. I still don't know why it doesn't do
> it
> correctly in the first place since it's not a very big app.
>
>
> Thanks a lot!
>
> Dan
>
>
>
> "Pieter Wijnen" wrote:
>
>> check if it compiles & that the Database Format is 2003
>>
>> Pieter
>>
>> "Dan" <(E-Mail Removed)> wrote in message
>> news:3927D60D-EC81-474D-B430-(E-Mail Removed)...
>> > Hi -
>> >
>> > I'm getting an error when I try to convert an Access 2003 version
>> > database
>> > to an MDE file (see error pasted below). It's not a very big
>> > application -
>> > only about 20 forms, 9 code modules, 15 query objects, and 10 linked
>> > tables.
>> > What can I do to be able to save this to an MDE?
>> >
>> > Thanks a lot for any help!
>> >
>> > Dan
>> >
>> > ---------------------------------------
>> > "This error is usually associated with compiling a large database into
>> > an
>> > MDE file. Due to the method used to compile the database, a
>> > considerable
>> > number of TableID references are created for each table. The Microsoft
>> > Jet
>> > database engine version 4.0 can only create a maximum of 2048 open
>> > TableIDs
>> > at one time. Exporting a database as an MDE potentially can exceed
>> > this
>> > limit if the database has a large number of objects (table, macro,
>> > form,
>> > report, etc).
>> >
>> > There is no accurate method to estimate the number of TableIDs the Jet
>> > database engine uses during the process of compiling a database as an
>> > MDE.
>> > However, each VBA module and each form uses one TableID, as a result,
>> > if
>> > the
>> > database has 500 forms, and each form's HasModule property is set to
>> > Yes,
>> > as
>> > many as 1,000 TableIDs are used."
>> >

>>
>>
>>
>> --
>> ----------------------------------------
>> I am using the free version of SPAMfighter for private users.
>> It has removed 4079 spam emails to date.
>> Paying users do not have this message in their emails.
>> Get the free SPAMfighter here: http://www.spamfighter.com/len
>>
>>
>>




--
----------------------------------------
I am using the free version of SPAMfighter for private users.
It has removed 4079 spam emails to date.
Paying users do not have this message in their emails.
Get the free SPAMfighter here: http://www.spamfighter.com/len


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
convert email address file in Excel 2000 to Word file with commas Mike A. Microsoft Excel Misc 8 14th Oct 2008 02:48 PM
Convert file to binary, send it over the network, and convert it b =?Utf-8?B?Q2hld2ll?= Microsoft Dot NET 0 9th Sep 2005 06:04 PM
Convert file to binary, send it over the network, and convert it b =?Utf-8?B?Q2hld2ll?= Microsoft Dot NET Framework 1 9th Sep 2005 06:01 PM
How do I convert excel file into ASCII text file with alignment? =?Utf-8?B?Um9zYWlhaA==?= Microsoft Excel Misc 2 27th Jun 2005 12:17 PM
look for the software to convert real player video file to mpeg file km Freeware 1 6th Jul 2003 06:20 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:07 AM.