Search results

  1. J

    Merant ODBC

    I had this Problem too. If there is one record bigger than 100 Chars in your field you will not be able to read that field with a SQL Connection. Try to set a new SQL field width. Maximum: 31995
  2. J

    Merant ODBC

    @jongpau The Problem is not cause of missing double quotation marks. But thanks for the tip. I also had to search for this solution.:) I tried the second tip of you, I also read on other sites in the internet. On a trainings DB i impoved the SQL Field width and it worked well. But I dont...
  3. J

    Merant ODBC

    I've got the same Problem using it in a ASP. There are several Fields including Data but if I read them in my .asp File they are empty. If I read them with read/write connection, I get the errormsg: "....has value exceeding its max length or precision"
Back
Top