Prev: FileInfo.CopyTo to a mapped or network drive
Next: DefaultValue attribute for a property with an enum type
From: Bill N on 21 Jan 2010 19:58 I need to know how to obtain and install ODBC text driver on a WIndows 2008 server. CUrrently, the only driver installed is SQLServer v 6.01.7600 The code below worked on my PC but not on the server (as a client machine). Dim csvConnection As OdbcConnection Dim ConnectionString As String = "Driver={Microsoft Text Driver (*.txt; *.csv)};Dbq=" & mcsvPath & ";" YOur help is greatly appreciated. Bill
From: Bill N on 21 Jan 2010 20:09
Additional info: VS 2005 - 32 bit app. I had no problem accessing various SQLserver databases in our network. Bill "Bill N" <billn(a)jaco.com> wrote in message news:... I need to know how to obtain and install ODBC text driver on a WIndows 2008 server. CUrrently, the only driver installed is SQLServer v 6.01.7600 The code below worked on my PC but not on the server (as a client machine). Dim csvConnection As OdbcConnection Dim ConnectionString As String = "Driver={Microsoft Text Driver (*.txt; *.csv)};Dbq=" & mcsvPath & ";" YOur help is greatly appreciated. Bill |