February 9, 2005 at 9:06 pm
I want to store a file say a document or a ppt or a image file in a table of SQL server?
(Note : I will be sending this file as an attachment to a mail generated from SQL server? )
can any one help?
February 9, 2005 at 9:19 pm
I have done this by using vb 6 and Microsoft ADO 2.5 and set it into the following project reference:
dim rst as new adodb.recordset
dim adoConn as new adodb.Connection
You also have to open the connection with the database.
'Open recordset....
rst.Open "Select * from
My Blog:
February 10, 2005 at 1:36 am
See if this helps:
http://www.microsoft.com/resources/documentation/sql/2000/all/reskit/en-us/part3/c1161.mspx
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply