Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
F

Frederico Levesque

@Frederico Levesque
About
Posts
4
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Update tree view
    F Frederico Levesque

    After changing your value, try: UpdateData(false); Hope it will help! Regards Frederico

    C / C++ / MFC question data-structures announcement

  • Speed problem with MSSQL server database
    F Frederico Levesque

    I'm using MFC class CRecordset. I create a class derived from CRecordset and bind all fiels to the database fields. Then I create an instance of that class and establish the connection through an ODBC an a CDatabase object. CTableOneSideData* cxOneSide = new CTableOneSideData(cxDatabase); //open the table if(cxOneSide->Open(NULL)) { if (cxOneSide->CanAppend()) { //insert values into fields } cxOneSide->Update(); } Could you tell me more about Store Procedure? Thanks a lot. Frederico

    C / C++ / MFC database sql-server sysadmin css performance

  • Speed problem with MSSQL server database
    F Frederico Levesque

    Hi, I have a big speed problem... I'm working on a database and I access it on a SQL server on local network.. It takes me about 1 minute to write 7000 records... That's way to slow! I thought at first it could be the network speed that would make it slow but I made tests with an MS Access database on the same network and without changing a line of code, writing 7000 records takes less than a second!!! So the network is not the problem... Could the problem be in my code? Or is it MSSql that is to slow? Somebody have an idea on that? It would be very appreciated! Thanks Frederico

    C / C++ / MFC database sql-server sysadmin css performance

  • capture a rectangle in a static image and resize it in another window
    F Frederico Levesque

    Hi, I have a static frame containing an image. I need to get a region (rectangle) of this image and rezize it (zoom it) in another static frame on the same dialog . Somebody have an idea of how that could be done? Thanks a lot! Fred

    C / C++ / MFC question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups