Please Help!
I need to upload multiple files at once by
VB 6.0
I have created a Common Dialog to browse files and saved the files' names and pathes in TextBoxes respectively.
Next, I need to upload these files to a SQL Server by clicking a CommandButton. How do I program this part? thanks.