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 / C++ / MFC
  4. Database question !

Database question !

Scheduled Pinned Locked Moved C / C++ / MFC
questiondatabase
6 Posts 4 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.
  • B Offline
    B Offline
    Bravoone_2006
    wrote on last edited by
    #1

    How can i set more then 25 rows in -> dwNewRowsetSize = 25; ---- fetching records in bulk------ pMyDatabase->SetRowsetSize(25); :)

    Bravoone

    H T S 3 Replies Last reply
    0
    • B Bravoone_2006

      How can i set more then 25 rows in -> dwNewRowsetSize = 25; ---- fetching records in bulk------ pMyDatabase->SetRowsetSize(25); :)

      Bravoone

      H Offline
      H Offline
      Hamid Taebi
      wrote on last edited by
      #2

      Do you have any idea?

      _**


      **_

      WhiteSky


      T 1 Reply Last reply
      0
      • H Hamid Taebi

        Do you have any idea?

        _**


        **_

        WhiteSky


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

        maybe... who knows :rolleyes:


        TOXCCT >>> GEII power

        [VisualCalc 3.0  updated ][Flags Beginner's Guide  new! ]

        H 1 Reply Last reply
        0
        • B Bravoone_2006

          How can i set more then 25 rows in -> dwNewRowsetSize = 25; ---- fetching records in bulk------ pMyDatabase->SetRowsetSize(25); :)

          Bravoone

          T Offline
          T Offline
          toxcct
          wrote on last edited by
          #4

          Flaviu_2006 wrote:

          How can i set more then 25 rows in -> dwNewRowsetSize = 25;

          is this is of any help :

          dwNewRowsetSize = 30;


          TOXCCT >>> GEII power

          [VisualCalc 3.0  updated ][Flags Beginner's Guide  new! ]

          1 Reply Last reply
          0
          • B Bravoone_2006

            How can i set more then 25 rows in -> dwNewRowsetSize = 25; ---- fetching records in bulk------ pMyDatabase->SetRowsetSize(25); :)

            Bravoone

            S Offline
            S Offline
            sujtha
            wrote on last edited by
            #5

            CDatabase db; db.Open("MyDataSource", FALSE, FALSE, "ODBC;", FALSE); CRecordset rs( &db ); rs.Open(...); then call rs.SetRowSetSize(30); if the recordset is not opened, then you are unable to set the more than 25 rows.

            1 Reply Last reply
            0
            • T toxcct

              maybe... who knows :rolleyes:


              TOXCCT >>> GEII power

              [VisualCalc 3.0  updated ][Flags Beginner's Guide  new! ]

              H Offline
              H Offline
              Hamid Taebi
              wrote on last edited by
              #6

              Its a secret:)

              _**


              **_

              WhiteSky


              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