Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. DTS FLAT File

DTS FLAT File

Scheduled Pinned Locked Moved C#
tutorial
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    vchalla
    wrote on last edited by
    #1

    Hi all, How to use DTS Flat file provider for reading a text file data and fill dataset.I know how to get using OleDB providers.But i do not how to use DTS Flat file to read a text file using delimiters and fill the dataset. If body have any idea please reply back. thanks in advance. Sastry. sastry ch

    J 1 Reply Last reply
    0
    • V vchalla

      Hi all, How to use DTS Flat file provider for reading a text file data and fill dataset.I know how to get using OleDB providers.But i do not how to use DTS Flat file to read a text file using delimiters and fill the dataset. If body have any idea please reply back. thanks in advance. Sastry. sastry ch

      J Offline
      J Offline
      Joshua Lunsford
      wrote on last edited by
      #2

      DTS in its simplest form will convert your flat file using the delimiters, into fields of a table. When creating a DTS package it has a handy wizard that will walk you through matching up fields(simular to a excel import process) Then go into your c# form and make a connection to that database where that table is located and select what you want and adapter.fill(dataset) kinda thingy. -Joshua Lunsford

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups