View RSS Feed

Development Team Blog

  1. What does Argument_Size really do?

    by , 18-Jan-2010 at 09:00 AM (Development Team Blog)
    The basic effect of [I]Set_Argument_Size[/I] is that it limits the maximum size of strings that can be manipulated. [URL="http://support.dataaccess.com/forums/blog.php?b=61#comment136"]Mark wonders if it specifies a fixed string variable size[/URL]. A simplified explanation would be that it limits the upper size of String variables, but String variables do not have a fixed size.

    A clue to the low level technical explanation is in the name Argument_Size. It doesn't actually ...