PDA

View Full Version : Error message meaning?


ngotl
07-19-2002, 02:18 AM
Hello,
I am using database in my program. I did all steps following the example and i got the following message:
Application Error

Memory Access
MEMMOVE


I know it should be something with the memory but i just did evrything step-by-step as the API and the example. I have File privilege on my program. Does anyone know what the problem could be? Thanks a lot.
LN

arunbangari
07-19-2002, 03:59 AM
Hi,
Can you paste your piece of code here?

Regards
Arun Banagri

ngotl
07-22-2002, 04:20 PM
Hi, i got it. After eyeballing line by line, word by word, i found the mistake. Just a error of copy and paste. Thanks a lot anyway.
LN