News

Check out the latest Visual Studio third-party add-ons, including one that helps you edit your database's data and properties during a debug session.
In Part 2 of this article, I present the source code for a Visual Basic program to generate a SQL script to efficiently delete all data from a database according to the current configuration and ...
I have a table called PurchaseOrder, each row in that table has a unique auto incrementing field named ID. I simply want to get the highest ID and assign it to a string variable in VB .Net - I can ...
Ok I am trying to write a program that will scan a cd and database all the files on the cd, I have that part working but when I try and write the sql code to get it to search the database, I am ...
Check out the latest Visual Studio third-party add-ons, including one that helps you edit your database's data and properties during a debug session.
Untangle SQL Server connection strings Today’s README file explains how to create connection strings to SQL Server databases using Visual Studio’s built-in tools.