473,406 Members | 2,273 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Reserve Error(0)

I am getting the following error: "Reserve Error(0)" on an mde file
and have no idea what is causing it. I don't have much of a clue about
this. Has anyone had this? Does anyone know the likely cause.

Chris
Nov 13 '05 #1
4 4017
Chris wrote:
I am getting the following error: "Reserve Error(0)" on an mde file
and have no idea what is causing it. I don't have much of a clue about
this. Has anyone had this? Does anyone know the likely cause.

Chris


A reference problem? Have you compiled to MDE and then moved the database
to a new pc? In fact did it compile successfully before you created the
MDE?
Nov 13 '05 #2
Deano wrote:
In fact did it compile successfully before you created the
MDE?


It must do, otherwise it doesn't create the MDE.

--
Error reading sig - A)bort R)etry I)nfluence with large hammer
Nov 13 '05 #3
Trevor Best wrote:
Deano wrote:
>In fact did it compile successfully before you created the
MDE?


It must do, otherwise it doesn't create the MDE.


Ah, you got me there :)
Nov 13 '05 #4
I compiled the mde no problem. There is no problem with references. I
have it running on many machines and they are all getting this Reserve
Error(0) now and then.
The only thing I can think of is that I started getting this error
when I changed some of the table field properties in the backend.
Things such as "Allow Zero Length" I set to Yes.

"Deano" <de*********@hotmail.com> wrote in message news:<41***********************@ptn-nntp-reader04.plus.net>...
Chris wrote:
I am getting the following error: "Reserve Error(0)" on an mde file
and have no idea what is causing it. I don't have much of a clue about
this. Has anyone had this? Does anyone know the likely cause.

Chris


A reference problem? Have you compiled to MDE and then moved the database
to a new pc? In fact did it compile successfully before you created the
MDE?

Nov 13 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Liran Shaul | last post by:
I was wondering: how come the stl map class does not have a reserve function like the useful vector::reserve function? I was thinking about implementing my own reserve class, by providing my...
2
by: Gary Kuehn | last post by:
Is Reserve guaranteed to allocate contiguous memory? How safe is the following: vector<char> vbuff; int sz = numeric_limits<short int>::max();
8
by: Alex Vinokur | last post by:
What is relation between std::vector's reserve() and erase()/clear()? vector<int> v; v.reserve(100); v.resize(100); v.erase(v.end()); How many elements are reserved here: 100 or 99?
7
by: Dilip | last post by:
If you reserve a certain amount of memory for a std::vector, what happens when a reallocation is necessary because I overshot the limit? I mean, say I reserve for 500 elements, the insertion of...
3
by: wenmang | last post by:
hi, I like to preallocate a vector of an element X, my question is after calling reserve(), is there a guarantee that memory is contiguous?
2
by: Mike Cain | last post by:
Two quick questions please: 1) How do I declare a STL string variable that I know in advance I want to hold 5,000 bytes? I'm using SGI STL with MS VS 6.0 C++ in case that matters. For example,...
9
by: Chris Roth | last post by:
I have a vector of vectors: vector< vector<double v; and have initialized it with: v( 5 ); as I know I will have 5 columns of data. At this point, I read text file data into each of the the...
23
by: Mike -- Email Ignored | last post by:
In std::vector, is reserve or resize required? On: Linux mbrc32 2.6.22.1-41.fc7 #1 SMP Fri Jul 27 18:10:34 EDT 2007 i686 athlon i386 GNU/Linux Using: g++ (GCC) 4.1.2 20070502 (Red Hat...
29
by: ab2305 | last post by:
Does standard mandates that the reserve call should initialize a container's values to its defaults, hence vector<intintVec; intVec.reserve(100) would make intVec=intVec....intVec=0 ? Thanks
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.