Mar 25, 2008 #1 solo1234 Programmer Jun 25, 2007 39 NL Hello everybody, Configuring fields into a table of sql server 2000 you can to select an image. Can someone tell us how to insert an image into such a field. We can calculate the the binary string of an image. Nice regards, Michelle.
Hello everybody, Configuring fields into a table of sql server 2000 you can to select an image. Can someone tell us how to insert an image into such a field. We can calculate the the binary string of an image. Nice regards, Michelle.
Mar 26, 2008 #2 fredericofonseca IS-IT--Management Jun 2, 2003 3,324 PT Are you using plain T-SQL to do it, or will you be using an external language? Regards Frederico Fonseca SysSoft Integrated Ltd http://www.syssoft-int.com FAQ219-2884 FAQ181-2886 Upvote 0 Downvote
Are you using plain T-SQL to do it, or will you be using an external language? Regards Frederico Fonseca SysSoft Integrated Ltd http://www.syssoft-int.com FAQ219-2884 FAQ181-2886
Mar 26, 2008 Thread starter #4 solo1234 Programmer Jun 25, 2007 39 NL Hello fredericofonseca, We are using VB60, we can call an sql statement for inserting data but an image we don't know how to do. Michelle. Upvote 0 Downvote
Hello fredericofonseca, We are using VB60, we can call an sql statement for inserting data but an image we don't know how to do. Michelle.
Mar 27, 2008 #5 fredericofonseca IS-IT--Management Jun 2, 2003 3,324 PT Ok. This question would have been better answered in forum222. but what you need to do is (using ADO) to look at the appendchunk method of the FIELD object. see http://support.microsoft.com/kb/180368 for a example Regards Frederico Fonseca SysSoft Integrated Ltd http://www.syssoft-int.com FAQ219-2884 FAQ181-2886 Upvote 0 Downvote
Ok. This question would have been better answered in forum222. but what you need to do is (using ADO) to look at the appendchunk method of the FIELD object. see http://support.microsoft.com/kb/180368 for a example Regards Frederico Fonseca SysSoft Integrated Ltd http://www.syssoft-int.com FAQ219-2884 FAQ181-2886
Mar 27, 2008 Thread starter #6 solo1234 Programmer Jun 25, 2007 39 NL Everybody, Thanks for the information! Michelle. Upvote 0 Downvote