Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by BeeerFizz

  1. BeeerFizz

    Blob in 60 seconds

    Is there something I'm missing on the setup of the server?? Anyone any ideas?
  2. BeeerFizz

    Blob in 60 seconds

    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?
  3. BeeerFizz

    Blob in 60 seconds

    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...
  4. BeeerFizz

    Blob in 60 seconds

    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...
  5. BeeerFizz

    onChar issue

    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...

Part and Inventory Search

Back
Top