Hi,Perl monks!
I know I can use Win32::ODBC to operate the DSN of SQLServer on NT OS.
Now I want to save a GIF that user upload from a FORM into a table in the database as a item.
My question is How do I insert GIF into SQLServer and
How to load the GIF and Print it on a web page?
insert sometable(Name,Image)#?????????????
values('john','/directory/john.gif')#??????????????
Many thanks.