OLE DB Provider and Visual Studio.NET
This section outlines issues you should be aware of when using PSQL OLE DB Provider with Visual Studio.NET.
Wizards in Visual Studio.NET
The wizards in Visual Studio.NET that generate ADO.NET code are designed for use only with Microsoft providers. Therefore, it is not recommended that you use these wizards with PSQL. However, the function of these wizards is only to generate code, so everything that the wizards can do can be accomplished with your own code.
Security with ASP.NET
To work with ASP.NET, you need to ensure that both ASP.NET and the user account used by IIS (IUSR_machinename) have read and write access to the following files and directories:
dbnames.cfg, which is located in the \winnt or \windows folder on your system.
Supported Objects
For a reference of supported objects in Visual Studio.NET, see Visual Studio.NET Implementation Reference.