02-05-2013 03:05 AM
Hi,
In my program I need to sync some data from client PC as per the selected time frame.
But while fecthing the data from the clinet database, my application is hanging and when I run it with code I get the 'LabVIEW memory full' error message.
Kindly suggest to overcome this problem.
02-05-2013 03:10 AM
Are you able to post a vi so we can see how you are trying to do it please
thanks
02-05-2013 03:20 AM
I am using a Database query in the attached VI to extract the data from remote PC.
02-05-2013 07:05 AM
Fetching the entire database is probably not a good idea. You should narrow down how much you read at a time.