News

Technology Toolbox: VB.NET, C#, SQL Server "Yukon" All versions of SQL Server prior to SQL Server "Yukon" provide two ways to write procedural code that executes inside the database. The usual way is ...
I'm trying to add to a table in SQL Server by creating a connection in VB.NET. The table has very many columns. I can currently open the connection and write just fine, but I'm not sure I'm doing ...
How to Write Multiple Rows to Excel Using Vb.Net. When building Visual Basic.Net applications, consider adding an export to Excel feature in addition to printed reports.
Well, optimization of SQL in general and VB/SQL (ADO.NET) apps in particular is a huge topic. There is quite a bit on MSDN if you search for it, including some information aimed directly at VB/C# ...