Hi!
I write a small Report that delivers some
Navision-Tabledata to one of our MySQL-Servers. This is working so far. But...
Now i wan't to export a Table with much fields so that the 'INSERT INTO *'-String gets very long (round about 1000 chars). If
i try to write the string to a file:
FH.WRITE( 'INSERT INTO test (x1,x2,x3...)
VALUES(y1,y2,y3...);');
I get an error:
Not enought memory on C/AL Stack.
Also i try to message the String but then i
get the same error.
How i can handle long string into a file <img border="0" title="" alt="" src="images/smiles/icon_confused.gif" /> ?
Thanks!
Best regards,
Kai.
Thanks
--
Kai Szymanski
Abt. eBusiness
D. Schuricht GmbH & Co. KG
0
Comments