Inserting data to SQL server problem
-
Hello All I am using VC6 to get an Image data type from SQL server. I am using the bellow statement.
RFX_Binary(pFX, _T("[@File]"), mFileParam, 800000);
The statement works fine when I am trying to get the data from DB. And also it works fine when I insert data of size is bellow 8KB. But when the data size exceed I an not able to insert data into SQL server using it. Can you please give me any clue to search.Regards Anil
-
Hello All I am using VC6 to get an Image data type from SQL server. I am using the bellow statement.
RFX_Binary(pFX, _T("[@File]"), mFileParam, 800000);
The statement works fine when I am trying to get the data from DB. And also it works fine when I insert data of size is bellow 8KB. But when the data size exceed I an not able to insert data into SQL server using it. Can you please give me any clue to search.Regards Anil
_anil_ wrote:
But when the data size exceed I an not able to insert data...
Do you receive an error?
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb
-
_anil_ wrote:
But when the data size exceed I an not able to insert data...
Do you receive an error?
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb