|
Archives of the TeradataForumMessage Posted: Wed, 16 Jul 2003 @ 14:40:45 GMT
How big is the array you defined in your exit routine? Mine is defined as: struct { Int32 v_id_len; char v_id[32]; Int32 util_id; Int32 util_name_len; char util_name[32]; Int32 user_name_len; char user_name[64]; Int32 string_len; char string[80]; }Init; I hardocede the size for the string to be char string[80]; since the manual I looked at said 80 is the max size. Maybe I need to add room for a null but my string won;t ever be that big anyway.
| ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||