Re: [GENERAL] Client SQL Tool

2011-11-15 Thread Robins Tharakan
On 11/15/2011 01:55 PM, bjo...@hillebrandar.de wrote: I don't want to replace the other tools. It's just another client for postgreSQL and there is a long road for a release. And yes, it uses .NET 4.0 and WPF. The implementation is more than a little more than simply ADO.NET. The ADO.NET objects

Re: [GENERAL] Client SQL Tool

2011-11-15 Thread bjoern
ew. In the backend the sql query is handled as a really SQL statement. But it's ok, if you dont't interested in. -Ursprüngliche Nachricht- From: Brandon Phelps Sent: Monday, November 14, 2011 11:48 PM To: pgsql-general@postgresql.org Subject: Re: [GENERAL] Client SQL Tool On

Re: [GENERAL] Client SQL Tool

2011-11-14 Thread Jerry Levan
On Nov 14, 2011, at 5:33 PM, pgsql-general-ow...@postgresql.org wrote: > Date: Mon, 14 Nov 2011 16:01:16 +0100 > From: > To: > Subject: Client SQL Tool > Message-ID: <2D9339CD594D4A68B51E9D0B3AF134F4@neuromancer> > > Hi all, > > Iâ•˙ve started a new codeplex project that could be interesting

Re: [GENERAL] Client SQL Tool

2011-11-14 Thread Brandon Phelps
On 11/14/2011 05:42 PM, John R Pierce wrote: On 11/14/11 2:32 PM, Josh Kupershmidt wrote: How does this client compare to pgAdmin (as a graphical client) or psql (as a client in general)? its a MS Windows only program using the .NET framework, and it just executes manually entered SQL commands

Re: [GENERAL] Client SQL Tool

2011-11-14 Thread John R Pierce
On 11/14/11 2:32 PM, Josh Kupershmidt wrote: How does this client compare to pgAdmin (as a graphical client) or psql (as a client in general)? its a MS Windows only program using the .NET framework, and it just executes manually entered SQL commands, displaying the results in a ADO grid objec

Re: [GENERAL] Client SQL Tool

2011-11-14 Thread Josh Kupershmidt
On Mon, Nov 14, 2011 at 10:01 AM, wrote: > Hi all, > > I’ve started a new codeplex project that could be interesting for you. It’s > a simple SQL client for postgreSQL databases. > You can found it here : http://postgresqlclient.codeplex.com/ > > I’ve started with this project, because i want to

[GENERAL] Client SQL Tool

2011-11-14 Thread bjoern
Hi all, I’ve started a new codeplex project that could be interesting for you. It’s a simple SQL client for postgreSQL databases. You can found it here : http://postgresqlclient.codeplex.com/ I’ve started with this project, because i want to improve my WPF skills and create something useful for