In part 2 of a series, On VB columnist Joe Kunk provides a Visual Basic program to generate a SQL script that clears all the data from a SQL Server database. In part one of this article, I described a ...
First off, I am not a VB programmer. At my office one of our employees needed an update to an old program they use to update an Access database. The user has a form that lists different fields ...
I have been doing small programs in VB for a while, and when querying databases I usually set everything up in code, manually setting up my Workspace, Database and Recordset objects. I will set up an ...