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. Database & SysAdmin
  3. Database
  4. Order By

Order By

Scheduled Pinned Locked Moved Database
question
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.
  • J Offline
    J Offline
    jkirkerx
    wrote on last edited by
    #1

    I'm using this, "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & m_path & "; Extended Properties=dBASE IV" for accessing dbf files in Account Mate DOS Is there an Order By, to sort the records by date? Or do I have to do a sort on the structure that I stored the values in

    D 1 Reply Last reply
    0
    • J jkirkerx

      I'm using this, "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & m_path & "; Extended Properties=dBASE IV" for accessing dbf files in Account Mate DOS Is there an Order By, to sort the records by date? Or do I have to do a sort on the structure that I stored the values in

      D Offline
      D Offline
      David Mujica
      wrote on last edited by
      #2

      I can't directly answer your question, but I came across the "DataView" a while ago while developing a utility and found it to be pretty powerful. Check it out ... https://msdn.microsoft.com/en-us/library/system.data.dataview(v=vs.110).aspx[^]

      J 1 Reply Last reply
      0
      • D David Mujica

        I can't directly answer your question, but I came across the "DataView" a while ago while developing a utility and found it to be pretty powerful. Check it out ... https://msdn.microsoft.com/en-us/library/system.data.dataview(v=vs.110).aspx[^]

        J Offline
        J Offline
        jkirkerx
        wrote on last edited by
        #3

        Interesting. I used a DataTable in my RDLC report generator class. Forget that I can sort in the report RDLC Tablix. So I passed a structure to my database class, to load a DataTable in the report class, to pass to the RDLC. Guess I should take the DataTable straight to the database function to populate it. I wrote this early last summer, sort of forgot how it worked. But good call David on the DataTable.

        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