Max number of columns ADO recordset can handle.

  • Hello All,

    can anybody tell me how many number of columns ADO recordset can handle??

    Regards,

    MaheshB

  • The Count Property of the Fileds is defined as Long which is A LOT.

    but if you are retrieving info from SQL Server these are the limitations imposed by Version

    Columns per base table As well as Per View1,024
    Columns per SELECT statement4,096
    Columns per INSERT statement1,024


    * Noel

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply