Eranda Sooriyabandara wrote:
I contact PostgreSQL and findout that they uses npgsql to check their compliences. Can we use it to test Derby?
Hi Eranda, Do you mean this tool: http://npgsql.projects.postgresql.org/ ? It looks like it is a .NET data provider, which means it is software that allows an application program written in a .Net programming language such as C# or Visual Basic to connect to Postgres using the System.Data APIs. I'm not really sure that I see how this would be helpful in testing Derby. Can you elaborate on your idea? thanks, bryan
