How can I take a cvs file and basically plop it into an Access database via vbscript? I have a script that generates more than 65K lines of text, therefor Excel complains that it cannot open it.
I've got this from the Technet Script Repository. Simple enough:<BR><BR>Set objFSO = CreateObject("Scripting.FileSystemObject")<BR>objFSO.MoveFile "C FSO\ScriptLog.txt" , "C ...