7 messages in com.mysql.lists.plusplusRe: SQLS
FromSent OnAttachments
Mandy Llanes10 Sep 2007 07:30 
Graham Reitz10 Sep 2007 07:57 
Warren Young10 Sep 2007 08:24 
Jim Wallace10 Sep 2007 09:01 
Graham Reitz10 Sep 2007 12:40 
Warren Young10 Sep 2007 13:18 
Graham Reitz10 Sep 2007 14:41 
Subject:Re: SQLS
From:Graham Reitz (grah@mac.com)
Date:09/10/2007 07:57:03 AM
List:com.mysql.lists.plusplus

Find the following file custom.pl. It should be in the mysql++ lib directory and change the following line to the amount that you need:

my $max_data_members = 40;

You will probably have to run configure to get it to create the header file.

That file can get really big so I would encourage you to break up your table if you can. The authors of mysqlpp think it's really really rare to ever need more than 25 columns, weird there's at least two of us now. lol

Good luck, Graham

On Sep 10, 2007, at 9:30 AM, Mandy Llanes wrote:

Hello, I'm need SQL Struct ++ with plus 25 fields, but the MySQL++ only implement to 25 fields. I reference sql_create_n(................)

Ex. sql_create_#(NAME, COMPCOUNT, SETCOUNT, TYPE1, ITEM1, ... TYPE#, ITEM#) I'm can aggregations convert tables but I'want others solutions. Any body any things another solutions? Very thank's for all.