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

From: Russ Brown <pickscrape(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: [ODBC] Adventures with P2P and Scripts in Windows
Date: 2005-04-30 17:23:38
Message-ID: 4273BF1A.4030605@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-odbc

Jeff Eckermann wrote:
> --- Typing80wpm(at)aol(dot)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(at)postgresql(dot)org)
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Raymond O'Donnell 2005-04-30 19:56:00 Re: [ODBC] retrieving images stored by php / pgsql
Previous Message Jeff Eckermann 2005-04-30 17:06:22 Re: [ODBC] Adventures with P2P and Scripts in Windows

Browse pgsql-odbc by date

  From Date Subject
Next Message Raymond O'Donnell 2005-04-30 19:59:53 Re: retrieving images stored by php / pgsql
Previous Message Jeff Eckermann 2005-04-30 17:06:22 Re: [ODBC] Adventures with P2P and Scripts in Windows