PROBLEM:
I currently have a very large .dat file that I ultimately need to get into a SQL Server database table and would like to develop a VB application to handle this.
TECHNICAL ENVIRONMENT:
Visual Basic 6.0 & SQL Server 2000
QUESTION:
Does anyone have advice as to the best way to solve this problem? I was fully expecting that I would need to somehow decrypt it into a text file and then import it into the SQL Server database table from that flat-file.
If there is a better way, or if someone has any general pointers/advice on .dat file decryption, I would greatly appreciate it.
Thank you in advance.
I currently have a very large .dat file that I ultimately need to get into a SQL Server database table and would like to develop a VB application to handle this.
TECHNICAL ENVIRONMENT:
Visual Basic 6.0 & SQL Server 2000
QUESTION:
Does anyone have advice as to the best way to solve this problem? I was fully expecting that I would need to somehow decrypt it into a text file and then import it into the SQL Server database table from that flat-file.
If there is a better way, or if someone has any general pointers/advice on .dat file decryption, I would greatly appreciate it.
Thank you in advance.