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
A

Ayman Mahmoud

@Ayman Mahmoud
About
Posts
8
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to free the my application server memory?!
    A Ayman Mahmoud

    Hi, I'm running IIS 6, but is this problem can be solved with IIS 7 in another manner rather than restarting the IIS, because restarting the IIS will cause the user not to be able to browse the application site during the restarting process and this may cause problem due to the business enviorment in which the application is running. Ayman Mahmoud

    ASP.NET database csharp oracle visual-studio com

  • How to free the my application server memory?!
    A Ayman Mahmoud

    Hi, I'm involved in the development of a web application for a huge organization. The web applications are developed with VS.NET 2003 with oracle DB and IIS for the webserver. We have the problem that the database has huge ammount of data and the application has to be an online one so we can't work in offline mode. The application may load some data in the application server memory for sometime but once the user finished what he wants, I should remove these data from the memory, but the ADO.NET cashes the data and I don't know how to free it. I tried to dispose all the objects but no effect. NOTE: The data is huge that we have a table that may contains about 700000 records and increasing by the time. This problem causes the application server to fall down by the time and I have to restart the IIS to free the memory. If the declartion of the problem is not clear please contact me eng_amahmoud_fcis@hotmail.com or ayman.mahmoud@gmail.com Thanks. Ayman Mahmoud

    ASP.NET database csharp oracle visual-studio com

  • MSN Messenger Servers Down?
    A Ayman Mahmoud

    Hey, Same here in Egypt it is donw :(

    The Lounge json question

  • NDIS I/O Port Functions
    A Ayman Mahmoud

    I'm looking for a ready made code that send and recieve data using the NDIS I/O port functions

    C / C++ / MFC tutorial

  • NDIS I/O Port Functions
    A Ayman Mahmoud

    Hi, I want to use the NDIS I/O Port functions that works in the kernel mode. If any one can provide me with a working example it will be great. Thanks

    C / C++ / MFC tutorial

  • Windows Startup
    A Ayman Mahmoud

    Hi, I want to add something so that my dll is called with the windows startup. I don't want to use the default registry entries under the HKEY_LOCAL_MACHINE & HKEY_CURRENT_USER. Thanks

    C / C++ / MFC windows-admin

  • one more file io (?)
    A Ayman Mahmoud

    Hi, you have either to work with the MFC CFile class or to work with the standad file stream of the C++ using CFile class CFile myFile; /* This will cause a file to be created and if there is a file with the same name to be truncated */ myFile.Open("FileName.txt",CFile::modeCreate|CFile::modeReadWrite); /* This will cause a file to be created and if there is a file with the same name to be appended */ myFile.Open("FileName.txt",CFile::modeCreate|CFile::modeNoTruncate|CFile::modeReadWrite); char* buf; CString strData; strData = "My data"; buf = new char[strData.GetLength()]; strcpy(buf,strData); myFile.Write(buf);

    C / C++ / MFC c++ question

  • Bypass Firewall
    A Ayman Mahmoud

    Hi, I want to bypass firewalls. Actually I want to be able to send some reports from my program to a user email using the SMTP but I don't want any firewall to catch me. I implemnted the sending module, but now the problem is how to avoid tthe firewall. Any one can help me please?!!! Thanks :( Eng. Ayman Mahmoud VC++ Team Leader

    C / C++ / MFC help c++ collaboration tutorial 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