Pervasive
Sign in | Join | Help
in

pcc and DDF builder

Last post 04-09-2008 11:37 AM by gtoor. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 03-17-2008 4:48 PM

    pcc and DDF builder

    1)DDF Builder does not work (qunantity (tables) > 500) Log. Out of memory 2) PCC Create Procedure test123(In :Start_date date,In:End_date date) as begin Print(:Start_date); end; # call test123('2007-11-01','2007-12-01',,,,,,,,,,,,,,,,,,,) --,,,,,,,,,,,,,,, It is correct? 3) PCC Create procedure p952()as begin Print('9.52'); // end; end; # <<<<<<<<<<<<<<<<<<<<<<<': Syntax error >>>>>>>>>>>>>>>>>>>>>>>>
  • 04-09-2008 11:37 AM In reply to

    • gtoor
    • Top 500 Contributor
    • Joined on 08-01-2007
    • Posts 15

    Re: pcc and DDF builder

    1) We have refactored some code to address the Out of memory issue when operating on databases with large number of files.  Meanwhile you can start builder with the following options to make more memory available.

    builder –vmargs –Xmx512M –Xms512M

    2) Correct syntax for the create procedure is

    Create Procedure test123(In :Start_date date,In:End_date date) as
    begin
    Print(:Start_date);
    end;

     

     

Page 1 of 1 (2 items)
© 2008 Pervasive Software Inc. All Rights Reserved.