John McCawley wrote: > I have found myself somewhat trapped in a project where the software > being used is essentially set in stone, and its limitations are > strangling progress. It is a client-side app written in VB with an > Access backend, and it has no reasonable data > migration/synchronization ability. It was designed for a single user > system, and cannot even hook up to a different backend. I have no > confidence in the vendor's ability to fix this situation in a timely > fashion. > I guess I would recommend you to upgrade your VB application to either vb.net or C#, then you can use the Postgresql .net data provider which requires no additional client libraries. This means you could write a nice compact application that would require one exe and the .net data provider assembly. http://npgsql.projects.postgresql.org/ Or you could use Turbo Delphi (http://www.turboexplorer.com/delphi) along with a native client access library such as PostgresDAC(http://www.microolap.com) or Zeos (http://www.zeoslib.net). You could also use ASP.net to(with npgsql) create a nice web application. For C# or vb.net, you don't need a M$ ide, you could use SharpDevelop (http://www.icsharpcode.com/OpenSource/SD/Default.aspx) which is excellent. Hope this helps, -- Tony Caduto AM Software Design http://www.amsoftwaredesign.com Home of PG Lightning Admin for Postgresql Your best bet for Postgresql Administration
pgsql-general by date:
Соглашаюсь с условиями обработки персональных данных