Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6002965
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T01:03:12+00:00 2026-05-23T01:03:12+00:00

private void Form1_Load(object sender, EventArgs e) { GetDataTable(@C:\Documents and Settings\agordon\Desktop\ACTIVITYEX.csv); } public System.Data.DataTable GetDataTable(string

  • 0
    private void Form1_Load(object sender, EventArgs e)
    {
        GetDataTable(@"C:\Documents and Settings\agordon\Desktop\ACTIVITYEX.csv");
    }
    public System.Data.DataTable GetDataTable(string strFileName)
    {
        System.Data.OleDb.OleDbConnection conn = 
            new System.Data.OleDb.OleDbConnection
                ("Provider=Microsoft.Jet.OleDb.4.0; Data Source = " 
                + System.IO.Path.GetDirectoryName(strFileName) 
                + ";Extended Properties = \"Text;HDR=YES;FMT=TabDelimited\"");
        conn.Open();
        string strQuery = "SELECT * FROM [" + System.IO.Path.GetFileName(strFileName) + "]";
        System.Data.OleDb.OleDbDataAdapter adapter = new System.Data.OleDb.OleDbDataAdapter(strQuery, conn);
        System.Data.DataTable ds = new System.Data.DataTable("CSV File");
        adapter.Fill(ds);
        return ds;
    }

even though the data is tab delimitted it is writing an enter row into one datapoint. it is not recognizing the tabbing. here is an example of one of the tabs: " "

here is an example of one row that it imported into one single data point:

V2.00 Administrator TX 0002 08:50
04/14/11 0 F 004 H 14400 0000 0000
ok 02 1 biscom-server 4321
Administrator 08:50:31
04/14/2011 08:50:33
04/14/2011 08:50:00
04/14/2011 12ffefe9-fa4f-4b45-8dcb-8ed2a2e28de3 419571 004 YES C:\MerthTesting\XIFINFax\Receive\20110414085022\FAX_8582170332_101169_20110413_13_36.pdf normal BISCOM-SERVER_Dev_1104141550330002

what am i doing wrong? what is the data being scrunched into one data point ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T01:03:13+00:00Added an answer on May 23, 2026 at 1:03 am

    Someone else had the exact same problem:

    http://social.microsoft.com/Forums/en-US/Offtopic/thread/9f7d2b67-cea5-4840-96ef-2e12011752d7

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

private void Form1_Load(object sender, EventArgs e) { GetDataTable(@C:\Documents and Settings\agordon\Desktop\ACTIVITYEX.log); } public System.Data.DataTable GetDataTable(string
private void Form1_Load(object sender, System.EventArgs e) { StartToFillTree(); } private void StartToFillTree( ) {
. private void Form1_Load(object sender, EventArgs e) { List<CaclulatedData> tests = new List<CaclulatedData> {
public class Form1 : System.Windows.Forms.Form { private void eachCornerPix (object sender, PaintEventArgs e, out
I am using this code: private void Form1_Load(object sender, EventArgs e) { } private
Here's my code: private void Form1_Load(object sender, EventArgs e) { maskedTextBox1.Mask = *[L]; maskedTextBox1.MaskInputRejected
int a, b; private void Form1_Load(object sender, EventArgs e) { this.Width = 600; this.Height
Here is my scenario. private void Form1_Load(object sender, EventArgs e) { List<tasks> listOfTasks =
I use two System.Windows.Forms.Timer objects in my project as below. private void Form1_Load(object sender,
I have the following Code : public GUIWevbDav() { InitializeComponent(); } private void Form1_Load(object

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.