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

2005-04-30 Thread Russ Brown
Jeff Eckermann wrote:
--- [EMAIL PROTECTED] 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 [EMAIL PROTECTED])

---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
 subscribe-nomail command to [EMAIL PROTECTED] so that your
 message can get through to the mailing list cleanly


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

2005-04-30 Thread Jeff Eckermann
--- [EMAIL PROTECTED] 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.



__
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 [EMAIL PROTECTED])