Click to See Complete Forum and Search --> : Yes, I do NOT know about ODBC, DAO, ADO, OLE DB.. which is the short way ..


Kaolian
May 31st, 1999, 03:46 AM
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?

Kaolian
June 1st, 1999, 02:49 AM
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 ?