Low memory

  • Thread starter Thread starter David
  • Start date Start date
D

David

I have about 25 parameters in SQL command, when I assign the values to these
parameters the "Low Memory" message apperes on PPC emulatir?
How can I solve this problem?
 
Interesting. Are you passing large amounts of data through multiple
parameters?

Could you post some code and provide more details. What type of device,
what is the datatypes of the fields, anything else that would be helpful in
helping you. A sample application would be best.


--
Tom Krueger
Microsoft Corporation
Program Manager
http://weblogs.asp.net/tom_krueger

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 
David,
I also encountered this once, while simulating transfer of large data size
(atleast 1 table of 30 columns) having about 8000 rows. I first got the
error during merge replication.

Do you get the same error when testing on the actual device?

Mani.
 
Back
Top