Hi Daniel.<br>
<br>
I apologize for not sending correctly well printed. I am not very proficient with GDB :-)<br>
<br>
(gdb) print *row<br>
$1 = {values = 0x10026bfe8, n = 14}<br>
(gdb) print *row->values<br>
$2 = {type = DB_INT, nul = 0, val = {int_val = 3950031, double_val = 1.5727205756671771e-307, time_val = 16965253963186176,<br>
string_val = 0x3c45cf00000000 <Address
0x3c45cf00000000 out of bounds>, str_val = {s = 0x3c45cf00000000
<Address 0x3c45cf00000000 out of bounds>,<br>
len = 1}, blob_val = {s =
0x3c45cf00000000 <Address 0x3c45cf00000000 out of bounds>, len =
1}, bitmap_val = 3950031}}<br>
<br>
<br>
Thanks.<br>
<br>
Sergio Gutiérrez<br>
EPM Telecomunicaciones S.A. E.S.P<br>
Medellin, Colombia<br>
Tel: 574-3950022<br>
<br><br><div><span class="gmail_quote">On 3/29/07, <b class="gmail_sendername">Daniel-Constantin Mierla</b> <<a href="mailto:daniel@voice-system.ro">daniel@voice-system.ro</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br><br>do not help too much, please print the content of the variables:<br><br>print *row<br>print *row->values<br><br>Thanks,<br>Daniel<br><br><br></blockquote></div><br>