Re: Lurking Wanna Be

Поиск
Список
Период
Сортировка
От Glenn Davy
Тема Re: Lurking Wanna Be
Дата
Msg-id 1153960635.6127.42.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: Lurking Wanna Be  (Hal Davison <herbie@faams.net>)
Ответы Re: Lurking Wanna Be  (nhrcommu@rochester.rr.com)
Re: Lurking Wanna Be  (Keith Worthington <KeithW@NarrowPathInc.com>)
Список pgsql-novice
On Wed, 2006-07-26 at 19:47 -0400, Hal Davison wrote:
> Sean,
>
> Being specific..
>
> The PostgreSQL is running on Linux.
>
> The client/users will connect from their bloated Intel PCs.
>
By bloaded Intel PC's Im guessing you mean  "Windows"? All my linux is
on intel also.

maybe the question your trying to ask is what screen/client side tools
does postgres come with - and the answer in this sense is none. There is
a product you can navigate to from the pg site call pgadmin which will
let you visually access the data, but i dont think its what you're after

> With an HTML browser they could connect from anywhere and any box if
> that option were available.
>
so if you want to go this way you could a web application framework like
turbogears, django or ruby on rails - google for these - theres no
shortage of detail out there inlucding screen casts etc etc

> I'm looking for a tool or toolset that will enable one to 'PAINT' the
> screen, extract information from one or more datasets, display the
> information. Give the user some interaction and send the changed
> information back to the db server.
>
'Paint' implies a very visual process - perhaps you could check dabo
(http://www.dabodev.com) again have a look at their screen casts and see
if it does what you want.

there are also things like delphi which snuggles up nicely to postgres,
and perhaps you can use vb.net - dont know about that, or even old
fashion vb?

you can alsothere are also things like delphi which snuggles up nicely
to postgres, and perhaps you can use vb.net - dont know about that, or
even old fashion vb? use microsoft access which with odbc and I
understand many people do that - and if these other options sound
daunting, its possibly your shortest root with smallest learning curve
(except maybe dabo?)

do you/are you willing to program at all? all of these (even access)
will involve -some- programing.

other people, what else is out there in windows desktop land (esp that
may not involve programing)? it would make an interesting survey to hear
what other people are using for this type of application and what is and
isnt effective.

glenn



> Hal Davison
> Sarasota, Florida
>
> On Wed, 2006-07-26 at 09:24, Sean Davis wrote:
> >
> > On 7/26/06 8:50 AM, "Hal Davison" <herbie@faams.net> wrote:
> >
> > > One of the biggest problems I have is presenting the data to the user on
> > > their display. Fitting the colums, labels, tooltip thingies then
> > > intergrating the display to extract the selected data from a configured
> > > dataset to associate the column data to a specific presentation field.
> > >
> > > Maybe it's fun for some but the development code for the user
> > > presentation is a bit of a headache, at least for me.
> >
> > Hal,
> >
> > You are really going to have to be more specific.  What OS are you on?  What
> > language/environment are you trying to use?  Web-based or standalone
> > application?  Do you have just three in-house users or thousands of off-site
> > users?  Give an CONCRETE example of what you are trying to do.
> >
> > Sean
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend

В списке pgsql-novice по дате отправления:

Предыдущее
От: Hal Davison
Дата:
Сообщение: Re: Lurking Wanna Be
Следующее
От: "Damian C"
Дата:
Сообщение: Re: Novice! How to run pg_dump from within Java?