Re: Foxpro

Поиск
Список
Период
Сортировка
От David Siebert
Тема Re: Foxpro
Дата
Msg-id OJEIJALIHAIBMMBFLCOBCECJEHAA.david@eclipsecat.com
обсуждение исходный текст
Ответ на Re: Foxpro  ("Ian Harding" <ianh@tpchd.org>)
Список pgsql-general
I know, I have written a few apps that use Java/JDBC and PostgreSQL. I
really like it. pbAdminII could use some work but PostgreSQL works really
well.I am just trying to get this guy over FoxPro. We do not use it here. We
do mainly c++, java, perl, and php. I can not get it through is head that We
can not depend on a program writen in a language that only one person knows.
I also feel FoxPro is dieing. It might be a good language but it is just not
what we use. I am hoping I can help him out. I have never seen anyone that
does not want to learn a new Language as much as he does.



-----Original Message-----
From: pgsql-general-owner@postgresql.org
[mailto:pgsql-general-owner@postgresql.org]On Behalf Of Ian Harding
Sent: Friday, May 03, 2002 1:41 PM
To: david@eclipsecat.com; pgsql-general@postgresql.org
Subject: Re: [GENERAL] Foxpro


At the most basic level, PostgreSQL is a client - server product, FoxPro is
not.  It is MS Access' daddy and is very similar in many ways (although
vastly more capable in most ways.)

They are apples and oranges.  You will probably not find any comparisons.

- Ian

>>> "David Siebert" <david@eclipsecat.com> 05/03/02 09:33AM >>>
I have a wannabe programer that works for me and he my not for long, nagging
me that we should use FoxPro instead of PostgreSQL and Java.
I have tried and tried to explain this to him. I have tried to show him that
FoxPro is not mainstream anymore. He is a pain in my butt. Would anyone like
to point me to a comparison between FoxPro and PostgreSql. I can find
comparisons between DB-2 or Oracle or MySQL and Postgres but not FoxPro. I
can guess why. I hate being a dictator about things like and I have tried to
help him by saying he could do one little internal project in FoxPro but he
can not even get FoxPro to use ODBC to connect to Postgres. I do not care to
learn anymore about ODBC than what I need to hook Openoffice calc to my
database.

By the way this guy does not even know how to do a binary or to decode a BCD
date. When I asked if it FoxPro had a binary shift he told me it had lots of
keyboard funtions :(


-----Original Message-----
From: pgsql-general-owner@postgresql.org
[mailto:pgsql-general-owner@postgresql.org]On Behalf Of Sean Chittenden
Sent: Monday, March 04, 2002 11:17 PM
To: Chris Bowlby
Cc: pgsql-general@postgresql.org
Subject: Re: [ADMIN] [GENERAL] password change...


> Hmmm hi all,
>
>  Alright I've GOT to be blind (knowing me it's a good possibility)... but
> I have a need to allow postgresql users to be able to change their own
> password, but if they don't have access to the pg_shadow or update user
> command how to I grant them this privilage and/or what command would
> they run....?

$ psql -q template1
template1=# \h ALTER USER
Command:     ALTER USER
Description: change a database user account
Syntax:
ALTER USER username [ [ WITH ] option [ ... ] ]

where option can be:

          [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'password'
        | CREATEDB | NOCREATEDB
        | CREATEUSER | NOCREATEUSER
        | VALID UNTIL 'abstime'


--
Sean Chittenden

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster


---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)


---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster


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

Предыдущее
От: "Ian Harding"
Дата:
Сообщение: Re: Foxpro
Следующее
От: Jim Mercer
Дата:
Сообщение: Re: Foxpro