ConnectionString Dialog in VB.NET

ConnectionString Dialog in VB.NET
Ive been working with visual basic .Net for some time now; and I have noticed that there is not GUI tools for editing and creating ConnectionStrings runtime, thats why I created my own, with similar behaviour to the CommonDialogs for file, fonts or color selection. I implemented editing for Connection string of the most used Net Data providers shipped with visual studio: SQLServer (SQLClient), Oracle (OracleClient), Microsoft Access (OleDB), OleDb Net Provider(OleDb) and ODBC Net Provider (ODBC). Note that for ODBC I make support for DSN and DSN-less Connection Strings. I also provided a way to extend the dialog for your specific providers like MySQL, PostgreSQL or Firebird. I include a simple example on how you could do this. I hope that someone find this usefull. – Jose Reynaldo Chavarria
Download Links:



