Re: [pgadmin-support] where are the query output tuples stored

2011-03-15 Thread Qiqi YU
2011/3/14 Dave Page : > On Mon, Mar 14, 2011 at 2:39 PM, Qiqi YU wrote: >> Hi Dave, >> >> Thanks for your fast reply. As I went through the code of function >> ctlSQLResult::DisplayData(bool single), there seems to be no calling >> of wxGrid Control to display da

Re: [pgadmin-support] where are the query output tuples stored

2011-03-14 Thread Qiqi YU
Page : > On Sun, Mar 13, 2011 at 3:37 PM, Qiqi YU wrote: >> Hi Dave, >> >> >> Thanks for your reply! However, I still have a few doubts: >> 1: In which stage is the output tuples displayed? Is that within the >> OnQueryComplete function? > > void ct

Re: [pgadmin-support] where are the query output tuples stored

2011-03-13 Thread Qiqi YU
sqlResultTable? Regards Kevin 2011/3/8 Dave Page : > On Tue, Mar 8, 2011 at 5:18 PM, Raymond O'Donnell wrote: >> On 08/03/2011 11:43, Qiqi YU wrote: >>> >>> Hi Raymond, >>> >>> That could be one possible way. >>> The thing is I need to extend

Re: [pgadmin-support] where are the query output tuples stored

2011-03-08 Thread Qiqi YU
Sure. Thank you very much for your time. :-) 2011/3/8 Raymond O'Donnell : > On 08/03/2011 11:43, Qiqi YU wrote: >> >> Hi Raymond, >> >> That could be one possible way. >> The thing is I need to extend the current pgAdmin tool, such as adding >> a new

Re: [pgadmin-support] where are the query output tuples stored

2011-03-08 Thread Qiqi YU
the data? I have been using ddd to trace the program, but pgAdmin keeps starting new threads and lost me. Regards Kevin 2011/3/8 Raymond O'Donnell : > On 08/03/2011 02:47, Qiqi YU wrote: >> >> Hi Raymond, >> >> >> Thanks a lot for your reply. For my project,

[pgadmin-support] where are the query output tuples stored

2011-03-06 Thread Qiqi YU
Hi everyone, I am currently working on a PgAdmin project. The thing is I need to retrieve the query output tuples (Before they are inserted into the table in the output panel). Does anyone know where are these output tuples stored? I have been stuck on this problem. Hope someone could help me. Tha