Re: [Gambas-user] Forbid DataSource to fetch certain fields

2012-09-30 Thread Tobias Boege
On Sun, 30 Sep 2012, Beno?t Minisini wrote: > Le 30/09/2012 11:48, Tobias Boege a ?crit : > DataSource can take a SQL request instead of a table. But then you > cannot modify the records. > > -- > Beno?t Minisini > >>> > >>> Bruce, clever idea. That's certainly feasible but

Re: [Gambas-user] Forbid DataSource to fetch certain fields

2012-09-30 Thread Benoît Minisini
Le 30/09/2012 11:48, Tobias Boege a écrit : DataSource can take a SQL request instead of a table. But then you cannot modify the records. -- Beno?t Minisini >>> >>> Bruce, clever idea. That's certainly feasible but a workaround. >>> Benoit, is there any reason there is no s

Re: [Gambas-user] Forbid DataSource to fetch certain fields

2012-09-30 Thread Tobias Boege
> >> DataSource can take a SQL request instead of a table. But then you > >> cannot modify the records. > >> > >> -- > >> Beno?t Minisini > > > > Bruce, clever idea. That's certainly feasible but a workaround. > > Benoit, is there any reason there is no such DataSource.Columns As String[]? > > > >

Re: [Gambas-user] Forbid DataSource to fetch certain fields

2012-09-29 Thread Benoît Minisini
Le 29/09/2012 19:07, Tobias Boege a écrit : > On Sat, 29 Sep 2012, Beno?t Minisini wrote: >> Le 29/09/2012 09:44, Tobias Boege a ?crit : >>> On Sat, 29 Sep 2012, Tobias Boege wrote: Hi, rocko's recent question brought me back to a problem I once had: We have a database at school

Re: [Gambas-user] Forbid DataSource to fetch certain fields

2012-09-29 Thread Tobias Boege
On Sat, 29 Sep 2012, Beno?t Minisini wrote: > Le 29/09/2012 09:44, Tobias Boege a ?crit : > > On Sat, 29 Sep 2012, Tobias Boege wrote: > >> Hi, > >> > >> rocko's recent question brought me back to a problem I once had: > >> We have a database at school which contains a lot of big blobs (PDFs of > >

Re: [Gambas-user] Forbid DataSource to fetch certain fields

2012-09-29 Thread Benoît Minisini
Le 29/09/2012 09:44, Tobias Boege a écrit : > On Sat, 29 Sep 2012, Tobias Boege wrote: >> Hi, >> >> rocko's recent question brought me back to a problem I once had: >> We have a database at school which contains a lot of big blobs (PDFs of >> student papers). It consequently takes an unneccessary a

Re: [Gambas-user] Forbid DataSource to fetch certain fields

2012-09-29 Thread Bruce
On Sat, 2012-09-29 at 09:44 +0200, Tobias Boege wrote: > On Sat, 29 Sep 2012, Tobias Boege wrote: > > Hi, > > > > rocko's recent question brought me back to a problem I once had: > > We have a database at school which contains a lot of big blobs (PDFs of > > student papers). It consequently takes

Re: [Gambas-user] Forbid DataSource to fetch certain fields

2012-09-29 Thread Tobias Boege
On Sat, 29 Sep 2012, Tobias Boege wrote: > Hi, > > rocko's recent question brought me back to a problem I once had: > We have a database at school which contains a lot of big blobs (PDFs of > student papers). It consequently takes an unneccessary amount of time to > load all the records in there.

[Gambas-user] Forbid DataSource to fetch certain fields

2012-09-29 Thread Tobias Boege
Hi, rocko's recent question brought me back to a problem I once had: We have a database at school which contains a lot of big blobs (PDFs of student papers). It consequently takes an unneccessary amount of time to load all the records in there. My question is hence: Can I tell the DataView to only