Hello! I have a table Table1(numb INT, sity LONG) I need load to table long values more then 8kb. How can I make?
I use embedded SQL: in special section char *long_value="blabla"; then EXEC SQL INSERT INTO Table1 VALUES(1, :long_value); Compile, run... SEGMENTATION FAULT Why? Please help me. thanks Best regards, Fluffy Cat ps: sorry for my bad English -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
