Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > ADO.NET
|
ADO.NET For discussion about ADO.NET.  Topics such as question regarding the System.Data namespace are appropriate.  Questions specific to a particular application should be posted in a forum specific to the application .
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ADO.NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 25th, 2006, 05:05 AM
Registered User
 
Join Date: Sep 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Problem with connection to *.csv

I have this code:
            using ( connection = new OleDbConnection( connectionString ) )
            {
connectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\\car.csv;Extended Properties=""text;HDR=Yes;FMT=Delimited;""";
                connection = new OleDbConnection(connectionString);
                connection.Open();

The compilar in last line make mistake : Could not find installable ISAM.

in what an error???






Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem importing CSV hman MySQL 0 January 6th, 2007 09:13 AM
XML conversion to CSV - Problem with value ccurtiss1977 XSLT 1 December 22nd, 2006 10:40 AM
ODBC Connection problem with .csv file wattgn VB Databases Basics 2 November 2nd, 2005 05:30 PM
Problem applying simple XSLT to XML to create CSV gregclark XSLT 2 August 25th, 2005 07:30 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.