Hi!
But this with prepared satatement that I'm not using. I'm using simple statement in select query.
================
res = mysql_use_result(conn);
int ul_grp_id = 0;
char ch_grp_name[17];
MySQL_TIME mt;
while ((row = mysql_fetch_row(res)) != NULL)
{
ul_grp_id = atoi(row[0]);
strncpy(ch_grp_name,row[1]
// mt = row[2]; // Datatype of this column in TimeStamp, how can I get it?
++i;
}
================
So, my question is same.
-Rahul
Main Topics
Browse All Topics





by: x4uPosted on 2006-12-18 at 17:43:26ID: 18163218
Here is a complete example for this at the end the page: efman/5.1/ en/mysql-s tmt-fetch. html
http://dev.mysql.com/doc/r