Ask a Question related to Informix, Design and Development.
-
Malc P #1
4GL V7.32 issue
OK, testing i4GL V7.32 on HP-UX 11i, IDS9.40.
The following code is coredumping:
(this is a cut down version of a bigger file, to the point where this
is the minimum to replicate the coredump)
################################################## #########################
database active
FUNCTION default_de_bond1()
DEFINE mr_de_bond1 RECORD LIKE de_bond1.*
SELECT *
INTO mr_de_bond1.*
FROM de_bond1
END FUNCTION
################################################## #########################
the schema for table de_bond1 has 258 columns, total width 3881 bytes.
Mostly chars, dates and integers - no special columns (byte, text
etc). Similar functions using other tables from the database are ok.
Is this error caused by the number of columns or rowsize in the table?
No info in release notes to suggest this.
The code compiles OK with r4gl, and the .err file produced by i4gl is
0 bytes.
Schema header:
{ TABLE "dba".de_bond1 row size = 3881 number of columns = 258 index
size = 100
}
Thanks for any help
--
Malc_p
Malc P Guest
-
XML Issue
I recently created a flash animation that calls the dynamic text from a XML file. The movie works when I use flash player, however when it is... -
Url Issue
If i clearly understand your question, your question is about security rights... Web.Config's authorization section is interpreted line by... -
FRS issue
I have started having replication problems and know the reason I just have no choice in the matter. Management has insisted on running ZA... -
non-php issue
hi everyone, could someone recommend a security mailing list, please? or you may like to answer my question below: i'm currently using... -
IIS 5.1 and ASP.net issue
I'd suggest posting to a DotNet group...this one is for ASP (classic asp, not ASPX) :} --... -
Mark D. Stock #2
Re: 4GL V7.32 issue
Venkatesh Gopal wrote:################################################## #########################>
> There is a bug associated with this in 4GL , and will be fixed in the new
> release.
>
> Venkatesh.
>
> Malc_p wrote:
>
>>>>OK, testing i4GL V7.32 on HP-UX 11i, IDS9.40.
>>The following code is coredumping:
>>(this is a cut down version of a bigger file, to the point where this is
> the minimum to replicate the coredump)
>>>>################################################## #########################>>>>database active
>>
>>FUNCTION default_de_bond1()
>>DEFINE mr_de_bond1 RECORD LIKE de_bond1.*
>>
>> SELECT *
>> INTO mr_de_bond1.*
>> FROM de_bond1
>>
>>END FUNCTION
>>
>Cheers,>>>>the schema for table de_bond1 has 258 columns, total width 3881 bytes.
> Mostly chars, dates and integers - no special columns (byte, text etc).
> Similar functions using other tables from the database are ok. Is this
> error caused by the number of columns or rowsize in the table? No info in
> release notes to suggest this.
>>>>The code compiles OK with r4gl, and the .err file produced by i4gl is 0
> bytes.
>>>>Schema header:
>>{ TABLE "dba".de_bond1 row size = 3881 number of columns = 258 index size
> = 100
>>>>}
>
> That is a MONSTER table! From your code I would expect this to be a
> memory allocation problem. Have you tried explicitly defining the record
> elements instead of using the LIKE keyword? (Cut&Paste is your friend
> there. ;-)
>
> Cheers,
> --
> Mark.
--
Mark.
+----------------------------------------------------------+-----------+
| Mark D. Stock mailto:mdstock@MydasSolutions.com |//////// /|
| Mydas Solutions Ltd [url]http://MydasSolutions.com[/url] |///// / //|
| +-----------------------------------+//// / ///|
| |We value your comments, which have |/// / ////|
| |been recorded and automatically |// / /////|
| |emailed back to us for our records.|/ ////////|
+----------------------+-----------------------------------+-----------+
sending to informix-list
Mark D. Stock Guest



Reply With Quote

