I have a directory full of image files. Inside that directory are also a slew of subdirectories. What I am trying to do is run an ActiveX script that...
1) Takes each image file
2) Finds its appropriate subdirectory (by last two digits of file name)
3) Checks to see if that image exists already...
I'm bringing data from a text file into a database table. I want to INSERT the new records and UPDATE any existing. The insertion works fine, but the update is not happening (no error, but the data is not updated). Is there anything wrong with this function?
Function Main()
' --- set up the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.