--- Philippe Lang <philippe.lang@xxxxxxxxxxxxxx> wrote: > > So my question is: is it reasonable to expect as much integration of > Postgresql in Visual Studio than with the other databases? Does > anyone > work under Visual Studio as easily with Postgresql than with MS > Access / > SQL Server? > Open the controls toolbox in VS.Net. Select the "General" category and right-click anywhere on the pane. Select Add/Remove items and navigate to the Npgsql.dll located in your Postgresql install directory. You'll now have the Connection/Command/etc controls that you can place on forms. As an aside, I'd highly recommend learning how ADO.Net works at the fundamental level so that you can (if necessary) code these things manually instead of having to rely on the forms designer provided by VS.Net. Regards, Shelby Cain __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster