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. .NET (Core and Framework)
  4. ADO Delimiters: Space and Tab

ADO Delimiters: Space and Tab

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharpc++databasequestion
3 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.
  • T Offline
    T Offline
    T2102
    wrote on last edited by
    #1

    I've been trying to find a webpage containing the syntax of connection strings, especially for Tab, Space, and multiple delimiters. Right now, I am trying to query a text file that is space delimited where I treat consecutive delimiters as one. The following code snippet is from my connection string in C++ .NET Extended Properties=\"text;HDR=Yes;FMT=Delimited(' ')\"" Do you know what the syntax should be and where I can find a page with a list of the delimiters with syntax? I have examples for csv format, but have not found other examples on google yet.

    R 1 Reply Last reply
    0
    • T T2102

      I've been trying to find a webpage containing the syntax of connection strings, especially for Tab, Space, and multiple delimiters. Right now, I am trying to query a text file that is space delimited where I treat consecutive delimiters as one. The following code snippet is from my connection string in C++ .NET Extended Properties=\"text;HDR=Yes;FMT=Delimited(' ')\"" Do you know what the syntax should be and where I can find a page with a list of the delimiters with syntax? I have examples for csv format, but have not found other examples on google yet.

      R Offline
      R Offline
      RCoate
      wrote on last edited by
      #2

      Have you tried www.connectionstrings.com/[^]? I have not checked for text file connections, but that site has helped me when I can't remember connection string syntax.

      T 1 Reply Last reply
      0
      • R RCoate

        Have you tried www.connectionstrings.com/[^]? I have not checked for text file connections, but that site has helped me when I can't remember connection string syntax.

        T Offline
        T Offline
        T2102
        wrote on last edited by
        #3

        Yes, I already have checked connectionstrings.com. They have examples with Tab, semi-colon, and comma. I have not gotten a space delimiter to work however.

        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