cancel
Showing results for 
Search instead for 
Did you mean: 

Selectblob size limit

Former Member
0 Kudos

I am testing an existing PB10 app on Microsoft SQL Azure using the "SQL Server Native Client 10.0" ODBC driver. All is good so far except this one issue.

The SELECTBLOB is returning a max of 32767 characters into the blob variable. I verified the length of the blob in the table using the datalength sql function.

Accepted Solutions (1)

Accepted Solutions (1)

former_member190719
Active Contributor
0 Kudos

Have you editing PBMaxBlobSize and PBMaxTextSize in the PBODBXXX.INI file?

Former Member
0 Kudos

PBMaxBlobSize was the issue. Thanks!

Answers (0)