Thank you for all the reply....
madhu_v
Posts
-
Faq in C : -
Faq in C :Thanks in advance.. How do the compiler know the availability of free registers at compile time? It's practically soundless, when a stack frame is created at runtime how could the register variable is defined at compile time?
-
Faq in C :Hi, When will a register variable would be created in "C"?(during compile or run time)
-
Database query in VC++??hello, Iam using "CRecordset" class to access SQL database in another PC through network(PEER to PEER). Everything works fine when the network connection is active.. When the network connection is breaked and resumed for period of time, the database cannot be accessed. how to reconnect the database after the network is resumed??? give me a solution.... "Empty mind is devils workspace"
-
Thread Query in vc++I have developed a VC++ program based on communication(online program). In the application,i have used two threads for computation. The working time of two threads is very less. my query is ... 1)If the thread is opened and closed each time for computation, will the program memory grow??? or what is the drawback?? OR Is it advisable to run the thread with sleep mode without closing the thread?? Help me...... Empty mind is Devils-Workshop
-
Disable Message in Sql queryHi, As iam a beginer in database application using VC++, i couldn't overcome an issue. " Help me out" Iam connecting SQL database through "ODBC" connectivity, everything works out at normal operation. if the SQL engine is stopped, and if i try to connect, the SQL API throughs the Message Box--promting some connection failure. How to disable the Message Box????? Help Me Madhu
-
Disable Message in Sql queryHi, As iam a beginer in database application in VC++, i couldn't overcome an issue. " Help me out" Iam connecting SQL database through "ODBC" connectivity, everything works out at normal operation. if the SQL engine is stopped, and if i try to connect, the SQL API throughs the Message Box--promting some connection failure. How to disable the Message Box????? Help Me Madhu
-
RS-232 Serial port Communication?Iam using VC++ as a fonrtend software to communicate with embedded system through Serial communication(RS-232). Iam using Readfile and Writefile functions to read and write through COM port. Can anyone Clarify me the following, * Is it necessary to Flush the Input and Output buffer for every command being transmitted/received ??? * If not, how often should i Flush the input and output buffer ??? Madhu