RE: outstream question [i think]

2009-08-28 Thread Boggess Rod
-Original Message- 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 |

Re: outstream question [i think]

2009-08-28 Thread Chris Vine
On Fri, 28 Aug 2009 08:16:25 -0400 Boggess Rod rbogg...@corefurnace.com wrote: -Original Message- The intent is to have the results go to the gui (as opposed to the console). mysql show columns from customers;

Re: outstream question [i think]

2009-08-27 Thread devlin
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

Re: outstream question [i think]

2009-08-27 Thread Lance Dillon
-list@gnome.org Sent: Thursday, August 27, 2009 6:31:58 PM Subject: Re: outstream question [i think] 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

Re: outstream question [i think]

2009-08-25 Thread Freddie Unpenstein
From: dev...@iamaquatics.org, Date: 25/08/2009 16:50, Wrote: The eventual goal is to create a program to log incidents at an aquatic facility. As of right now, I am just trying to write some small simple things to stretch out my [programming] legs. The goal is to connect to the database and

outstream question [i think]

2009-08-24 Thread devlin
Hello, Let me start out by saying that I am new to linux, c/c++, gtk+, and mysql. The eventual goal is to create a program to log incidents at an aquatic facility. As of right now, I am just trying to write some small simple things to stretch out my [programming] legs. At this point, I

Re: outstream question [i think]

2009-08-24 Thread Siddu
2009/8/25 dev...@iamaquatics.org Hello, Let me start out by saying that I am new to linux, c/c++, gtk+, and mysql. The eventual goal is to create a program to log incidents at an aquatic facility. As of right now, I am just trying to write some small simple things to stretch out my