Thanks Tony,
No, I am not calling mysql_free_result(). I need to put that in.
However, the issue happens with the first retrieval of a blob.
Any other ideas or things I might look at?
Hi Tony,
thanks for the response...
yes, all three columns are indexed.
DROP TABLE IF EXISTS docimages;
CREATE TABLE docimages (
BatchNum varchar(8) NOT NULL,
ItemId int NOT NULL,
Side varchar(1), # f - front, b - back
Image blob, # Good for 64k (my tiffs are less than...
configuration:
server:
MySql 5.0.15-nt via tcp/ip
Client:
MySql Client Version 5.0.11
Operating system:
XP
Startup Variables:
Max Packet Size 1mb
Net Buffer Length 16k
I am using Inodb and the c/c++ api
Let me know if you need additional config info.
OK.
I have an app which...
Hi,
within a dialog, which has several edit boxes and buttons, I have defined a message handler for WM_CHAR using the class wizard. This creates
void CKeyFromSource::OnChar(UINT nChar, UINT nRepCnt, UINT nFlags)
{
int i;
i = 1; // break here
CDialog::OnChar(nChar, nRepCnt, nFlags);
}
I have...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.