In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Se encontró 1 coincidencia

por Rick Lipkin
Mar May 13, 2008 4:51 pm
Foro: Xailer English
Tema: AppendChunk, GetChunk, Storing images( binary files ) to SQL server with Win32ole for Jose Gimenez (
Respuestas: 0
Vistas: 4602

AppendChunk, GetChunk, Storing images( binary files ) to SQL server with Win32ole for Jose Gimenez (

Jose
I have a project where I have to store documents ( .doc, .pdf, .txt ) to a
MS SQL Server 2005. Using ADO ( win32ole ) I am trying to import any
document into a SQL table ( for this example ) 3 fields
1) Filename char25
2) DataLen Num 18,0
3) Charter VarBinary(max) // image field
To ...