OUT OF MEMORY



Hi,

I'm Sasikumar, started to work with SQL CE DB.

I have seen your postings in forum regarding the OUTOFMEMORY problem,
we are also facing the same problem. If could help us on how to solve
then it would be more useful for us.

We are working with the following environment.

OS: Win CE 3.0

Db: SQL DB CE 2.0

Embedded Visual C++ 3.0 ( eVC++ 3.0)

Device Name: CASIO IT700



We want to create a database in the device and access the records in
the table. We have created a database then the table with index and
then tried to insert the records into the table. We read the records
from the CVS file and frame the query then insert them into the table.
We have done this using the API's and not through the query analyzer.



We were able to create the DB, Tables successfully. We then read the
records one by one from the CSV file, we were able to insert up to 70
records then we ended up with the error E_OUTOFMEMEORY error. What
should be the problem for this.

We are creating the DB in the storage card which is 512MB capacity and
has 450 MB free space.

Regards

Sasikumar

.



Relevant Pages

  • Re: Project
    ... but this example (that you can run within Query Analyzer) should get you started: ... I am totally new to SQL/VB6.0> I need to create a lookup scenario for end users to search the database by name or zipcode. ... > Since the user will have no knowledge of writting SQL queries, I would like to create a data entry screen for the user to enter the zipcode or name and have the database queried by that input. ...
    (microsoft.public.sqlserver.programming)
  • Re: Invalid authorization specification
    ... > are good enough for Query Analyzer) to no avail. ... > assume that if it couldn't see the server the message ... > doesn't apply to SQL ... >>> ownership chaining has to do with accessing a database ...
    (microsoft.public.sqlserver.security)
  • Re: Database file already opened when synchronizing
    ... SQL CE databases are limited to a single open connection at any ... When exiting Query Analyzer, be sure ... In SQL Mobile, multiple connections to the database are supported, so ...
    (microsoft.public.sqlserver.ce)
  • Re: Newbie - any databases in Visual Studio 2003?
    ... You can use the tiny Query Analyzer on the device (or emulator) or define ... the database programmatically. ... I don't have SQL server on my box. ...
    (microsoft.public.pocketpc.developer)
  • Re: dbdebunk Quote of Week comment
    ... > a lot of really bad SQL programmers. ... But SQL does not have a pointer data type or the ... > being told to design a database. ... But why is little Cindy Lou Who employee ...
    (comp.databases.theory)

Loading