Hi Daniel.

I apologize for not sending correctly well printed. I am not very proficient with GDB :-)

(gdb) print *row
$1 = {values = 0x10026bfe8, n = 14}
(gdb) print *row->values
$2 = {type = DB_INT, nul = 0, val = {int_val = 3950031, double_val = 1.5727205756671771e-307, time_val = 16965253963186176,
    string_val = 0x3c45cf00000000 <Address 0x3c45cf00000000 out of bounds>, str_val = {s = 0x3c45cf00000000 <Address 0x3c45cf00000000 out of bounds>,
      len = 1}, blob_val = {s = 0x3c45cf00000000 <Address 0x3c45cf00000000 out of bounds>, len = 1}, bitmap_val = 3950031}}


Thanks.

Sergio Gutiérrez
EPM Telecomunicaciones S.A. E.S.P
Medellin, Colombia
Tel: 574-3950022


On 3/29/07, Daniel-Constantin Mierla <daniel@voice-system.ro> wrote:
Hello,

do not help too much, please print the content of the variables:

print *row
print *row->values

Thanks,
Daniel