How can I parse a CSV file from within an X64 OS  
Author Message
jakie1





PostPosted: .NET Framework Data Access and Storage, How can I parse a CSV file from within an X64 OS Top

I have an application that I'm attempting to port to from an x32 asp.net 1.1 enviroment to an asp.net 2.0 x64 enviroment. I have IIS running in 64bit mode thus the ODBC drivers that are installed in the 64bit Enviroment are only the SQL Drivers. WHen I try to access the file i get the error message saying that the drivers are not found. I believe the cause of my problem is that there are no x64 "Microsoft Text Drivers" installed in x64. Has support for these drivers been abandoned or is there a site that they can be downloaded

Thanks in advance,

Jake




.NET Development34  
 
 
Paul P Clement IV





PostPosted: .NET Framework Data Access and Storage, How can I parse a CSV file from within an X64 OS Top


This is correct. There are no 64-bit Jet-ISAM or ODBC drivers for Text files in 64-bit Windows. You will need to use the file I/O namespaces instead.