Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

OleDbDataReader problem with Sybase

Options
  • 23-03-2010 9:46pm
    #1
    Closed Accounts Posts: 324 ✭✭


    Hi
    I'm using OleDbDataReader in Visual Basic to read from a Sybase database.

    A very strange thing is happening which is that it will only read a maximum 200 characters from a field in the database. Anything less is ok, but over 200 will cause it to give a value from a previous field...

    Has anybody seen this before? Is there a maximum number of characters defined for OleDbDataReader ? I'm a newbie to VB.NET so completely lost... :confused:


Comments

  • Closed Accounts Posts: 324 ✭✭radioactiveman


    Hi this turned out to be a bug in the sybase driver itself.. it was so bad that I thought "nah it can't be the driver must be a mistake I'm making" :D


Advertisement