Nope. No way you can use that number. Delete the column. Insert the column back again when you are ready with the implementation.
What is the difference between ASSERT and VERIFY? The main difference between ASSERT and VERIFY is when you compile the release build of the...
BinaryWriter will do the job for you. Here is a simple sample FileStream fs = File.Create(Server.MapPath("test.bin")); BinaryWriter bw = new...
You cant get the bucket sort program going or you cannot use the POSIX threads for the sorting method.
I always used the enterprise manager for the database backup and restore but I also faced the same problem. The problem was with the relationship...
Actually I could not understand what you are looking for.
Can you explain a bit more on what you mean fires for the first time. Do you mean it fires once for multiple key fire events.
What’s the difference between PostMessage and SendMessage? The PostMessage function places (posts) a message in the message queue associated with...
What is the difference between GetMessage and PeekMessage ? GetMessage function waits for a message to be placed in the queue before returning...
Subject says it all. 1. What is the base class for MFC Framework ? 2. If i derive a new class from CObject what are the basic features my...
All you can do is Use the CFont object and create the fonts to be drawn on the DC or you need to be using MS's tool/software to do the same. Here...
Yet another feature from Google. http://www.google.com/calendar/
Can you clarify a bit more on what you want to be doing with the variable and what is Var ...
I exactly want what they have said.
Looking at the first line will tell you whats dt1. It should be like this SELECT Period, Date as dt1, GL_Name_VC, see the as between Date and dt1
You need to be using cin.getline function for string containing spaces. Here is the signature of of the getline function. istream& getline...
Better performance. Better maintainance of the VB Code None of the above.
When you are not in a key press event that does mean key is not pressed and when ever its pressed the event will be fired.
How to split a field into two fields will solve your problem.
SELECT GL_ID, GL_Name_VC , SELCT SUM(Amount) from <TableName> where Period_TI = 1 GROUP BY GL_ID as Op Bal, SELCT SUM(Amount) from...
Separate names with a comma.