|
-
May 31st, 1999, 03:46 AM
#1
Yes, I do NOT know about ODBC, DAO, ADO, OLE DB.. which is the short way ..
I use in NT4 with SQL Server 6.5 that
just for storing zounds of bitmap files.
I was poor at Database programming.
How can I add or remove bitmap files stored in SQL Server ?
And which is the shortest way to solve this thing?
I founded many articles about handling SQL Server
with MFC.
but those are all too large to use for me.
and I cannot founded about handling image data.
I am so confused about variaty ways of database
programming..
May I have some helps?
-
June 1st, 1999, 02:49 AM
#2
Use Image data without bound.
I stored lots of image uses bound field.
I confirmed images just now use with MS utils
what I stored in SQL Server.
those are has right BMP header so I thought
write images to server is done well.
but this time I cannot load images still yet.
I met out of memory errors when I moved
recordset pointer to first.
m_pSet->MoveFirset()
how can I confirm the image read from server?
MFC bound LongBinary for reading the image.
there is no problem ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|