August 25, 2000

Use Select Case When Validating Sequential Steps

When validating a set of sequential steps, the Select Case structure can beused to step through each validation method. As each Case is cycledthrough, the validation method is called to test the Select Case logic.Each method in the Case statements is performed until the Select Case logicis true. So, each

Save Data in a SQL Server Image Column with VB6

I needed to retrieve image fields on SQL Server 7.0 with VB6, and I couldn’t find any article about it. So, I assume others have had the same problem. I’ve since found a method for doing it. You must use Microsoft ADO 2.5 and set it into the following project