The Visual Basic 6 language uses file handlers to write data to a CSV file, which is a text file that separates values using the comma character. The CSV file format lets you export and import data ...
Working with date and time values often requires an ability to convert these values into string values in a particular format. In this article, I’ll look at a simple way of converting these values ...
Hi guys,<BR><BR>I am writing some COM+ components in VB6 that have to log their transactions to a database.<BR><BR>I am required to store the IP address of the client, the web server, and the back-end ...