Re: [Gambas-user] Suggestion SQL object

2009-08-09 Thread richard terry
On Mon, 10 Aug 2009 08:48:04 am richard terry wrote: Sorry, misread the email and the discussion, ignore my not related reply!!! Richard > On Mon, 10 Aug 2009 08:39:53 am Benoît Minisini wrote: > > > Jean-Yves F. Barbier-2 wrote: > > > > Doriano Blengino a écrit : > > > >> Jean-Yves F. Barbier h

Re: [Gambas-user] Suggestion SQL object

2009-08-09 Thread richard terry
On Mon, 10 Aug 2009 08:39:53 am Benoît Minisini wrote: > > Jean-Yves F. Barbier-2 wrote: > > > Doriano Blengino a écrit : > > >> Jean-Yves F. Barbier ha scritto: > > complex that endup over 80+ stored proc . sorry that I not sure > > about those > > programs that don't required much

Re: [Gambas-user] Suggestion SQL object

2009-08-09 Thread Benoît Minisini
> Jean-Yves F. Barbier-2 wrote: > > Doriano Blengino a écrit : > >> Jean-Yves F. Barbier ha scritto: > complex that endup over 80+ stored proc . sorry that I not sure about > those > programs that don't required much sql > >>> > >>> Actually we don't play on the same ground: most of

Re: [Gambas-user] Suggestion SQL object

2009-08-09 Thread kobolds
Jean-Yves F. Barbier-2 wrote: > > Doriano Blengino a écrit : >> Jean-Yves F. Barbier ha scritto: complex that endup over 80+ stored proc . sorry that I not sure about those programs that don't required much sql >>> Actually we don't play on the same ground: most of the

Re: [Gambas-user] Suggestion SQL object

2009-08-09 Thread Jean-Yves F. Barbier
Doriano Blengino a écrit : > Jean-Yves F. Barbier ha scritto: >>> complex that endup over 80+ stored proc . sorry that I not sure about those >>> programs that don't required much sql >>> >> Actually we don't play on the same ground: most of the projects I was >> involved >> in used 400-4,000

Re: [Gambas-user] Suggestion SQL object

2009-08-09 Thread Doriano Blengino
Jean-Yves F. Barbier ha scritto: > >> complex that endup over 80+ stored proc . sorry that I not sure about those >> programs that don't required much sql >> > > Actually we don't play on the same ground: most of the projects I was involved > in used 400-4,000 stored procedures. > Dear Jean

Re: [Gambas-user] Suggestion SQL object

2009-08-09 Thread Jean-Yves F. Barbier
kobolds a écrit : ... >> ? A really good program doesn't contains much of SQL code, and if so, you > just have > to put it in only one class and that's all > > the most funny things I ever heard . in my 9 years of programming > experiences, I had been mostly involved in database programs . some o

Re: [Gambas-user] Suggestion SQL object

2009-08-09 Thread kobolds
Benoît Minisini wrote: > >> Benoît Minisini wrote: >> >> I wish to propose SQL object . >> >> >> >> in the project tree to add a new folder call SQL where it contain sql >> >> object . >> >> the sql object basically is just use to store sql code (like a local >> >> stored >> >> procedure) but y

Re: [Gambas-user] Suggestion SQL object

2009-08-09 Thread kobolds
Jean-Yves F. Barbier-2 wrote: > > kobolds a écrit : >> I wish to propose SQL object . >> >> in the project tree to add a new folder call SQL where it contain sql >> object >> . >> the sql object basically is just use to store sql code (like a local >> stored >> procedure) but you can edit wi

Re: [Gambas-user] Suggestion SQL object

2009-08-09 Thread Benoît Minisini
> Benoît Minisini wrote: > >> I wish to propose SQL object . > >> > >> in the project tree to add a new folder call SQL where it contain sql > >> object . > >> the sql object basically is just use to store sql code (like a local > >> stored > >> procedure) but you can edit with 2 option . one using

Re: [Gambas-user] Suggestion SQL object

2009-08-09 Thread kobolds
Benoît Minisini wrote: > >> I wish to propose SQL object . >> >> in the project tree to add a new folder call SQL where it contain sql >> object . >> the sql object basically is just use to store sql code (like a local >> stored >> procedure) but you can edit with 2 option . one using sqlquery

Re: [Gambas-user] Suggestion SQL object

2009-08-09 Thread Jean-Yves F. Barbier
kobolds a écrit : > I wish to propose SQL object . > > in the project tree to add a new folder call SQL where it contain sql object > . > the sql object basically is just use to store sql code (like a local stored > procedure) but you can edit with 2 option . one using sqlquery the second > edit

Re: [Gambas-user] Suggestion SQL object

2009-08-09 Thread Benoît Minisini
> I wish to propose SQL object . > > in the project tree to add a new folder call SQL where it contain sql > object . > the sql object basically is just use to store sql code (like a local stored > procedure) but you can edit with 2 option . one using sqlquery the second > edit the sql code (text d

[Gambas-user] Suggestion SQL object

2009-08-09 Thread kobolds
I wish to propose SQL object . in the project tree to add a new folder call SQL where it contain sql object . the sql object basically is just use to store sql code (like a local stored procedure) but you can edit with 2 option . one using sqlquery the second edit the sql code (text directly)