Problem solved! 

The limitation of string it could be change by the compiler directive
: {$H+}, to catch strings of 2Gb. We are working on a big program and
some phenomenon changes this parameter, and we working with {$H-}.

Thanks for all.

--- In [email protected], David Smith <[EMAIL PROTECTED]> wrote:
>
> string type is only limited by available memory. What kind of
problem are you seeing?
>    
>   Dave
> 
> grndeveloper <[EMAIL PROTECTED]> wrote:
>           I've got a problem when i try to execute an SQL large
instrucion using
> TSQLQuery component. 
> 
> Althought is natural, becouse the type string, in Delphi, has it's
> limitations.
> 
> My code :
> var
> Cone : TSQLConnection
> cadSQLs : TStringList;
> 
> begin
> ...
> Cone.ExecuteDirect(cadSQLs.Lines.text); // where cadSQLs have a lot
> of lines
> ...
> end;
> 
> So, someones know some component that could use TStringList, and it
> have no limitations of the kind of sql expression to execute. 
> 
> Lots of thanks, and pardon for my india'n english!
> 
> 
> 
>          
> 
>  __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
> 
> [Non-text portions of this message have been removed]
>






------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get to your groups with one click. Know instantly when new email arrives
http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/i7folB/TM
--------------------------------------------------------------------~-> 

-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/delphi-en/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to