Siddu,

what do u mean equivalent  cout statement for GTK .............
do u mean on the click of the button the results should be logged somewhere
or need to printed on the stdout ................. be more clearer on this

The intent is to have the results go to the gui (as opposed to the console).


mysql> show columns from customers;
+------------+----------+------+-----+---------+----------------+
| Field      | Type     | Null | Key | Default | Extra          |
+------------+----------+------+-----+---------+----------------+
| vend_id    | int(11)  | NO   | PRI | NULL    | auto_increment |
| cust_lname | char(50) | YES  |     | NULL    |                |
| cust_fname | char(50) | YES  |     | NULL    |                |
| cust_phone | char(50) | YES  |     | NULL    |                |
+------------+----------+------+-----+---------+----------------+

--

Christopher Devlin
dev...@iamaquatics.org
O|ASS
  American Red Cross - LGI, WSI
  PADI - Divemaster
  Illinois Department of Public Health - Certified Pool Operator
  NSPF - CPO
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to