I'm something of a VC++ neubie, so please bear with me if this is painfully easy.
I'm not terribly certain how to manipulate the io system such that a process I have written can validate that it's inserting the correct data into the correct file. The data comes out of a SQL database, and there is one column of data that contains a string that could very easily identify what file in the directory is associated with the data.
Could you give me a nudge in the right direction? I have no idea how much coding that this will take.
I'm not terribly certain how to manipulate the io system such that a process I have written can validate that it's inserting the correct data into the correct file. The data comes out of a SQL database, and there is one column of data that contains a string that could very easily identify what file in the directory is associated with the data.
Could you give me a nudge in the right direction? I have no idea how much coding that this will take.