Re: [ODBC] Adventures with P2P and Scripts in Windows

Поиск
Список
Период
Сортировка
От Russ Brown
Тема Re: [ODBC] Adventures with P2P and Scripts in Windows
Дата
Msg-id 4273BF1A.4030605@gmail.com
обсуждение исходный текст
Ответ на Re: [ODBC] Adventures with P2P and Scripts in Windows  (Jeff Eckermann <jeff_eckermann@yahoo.com>)
Список pgsql-general
Jeff Eckermann wrote:
> --- Typing80wpm@aol.com wrote:
>
>
>>I DID Succeed in doing the sort of things I want in
>>VBA script in MSAccess,
>>but that does me no good at work because we cant get
>>the money to purchase
>>copies of Access.
>>
>>I own a copy of Visual Basic, and if I could find a
>>good example of
>>accessing the postgres in vba through the odbc
>>driver, then I could do what I  want,
>>compile it, and put it on the work stations.
>
>
> Try this one:
> http://gborg.postgresql.org/project/psqlodbc/genpage.php?howto-visualbasic
>
> If you already have some acquaintance with VBA in
> Access, then you can leverage that knowledge by using
> Visual Basic.  Since you already own Visual Basic,
> that could be the no (extra) cost solution that you
> are looking for.
>
>

To add to this suggesting you could consider entering to world of .NET
at no cost, in eith VB.NET or C#, by using SharpDevelop, which is an
Open-source .NET IDE which comes compete with a visual designer. I've
not really used it in anger, but it's a very impressive bit of work.

http://www.sharpdevelop.net/OpenSource/SD/

PHP will certainly do the polling and querying work, but struggles a bit
with displaying the alert on the screen. You could try PHP/GTK but
you'll probably find SharpDevelop a much nicer development environment.

>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>


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

Предыдущее
От: Jeff Eckermann
Дата:
Сообщение: Re: [ODBC] Adventures with P2P and Scripts in Windows
Следующее
От: Typing80wpm@aol.com
Дата:
Сообщение: VB questions re: Postgresql, Connect...etc