Problem!!! i am creating database connection using VC++ and SQL server with authentication 'sa' and password "***". I am using ADO connetion (with DSN). I have two accounts on my computer system Administrator and Operator. 1- Administrator have full access on computer system. 2- Operator have limited access in computer system (can't perform installation) Well I can successfully connect with database from administrator account. Buttt when i try to run my application from operator account then then database connection failed. Would some body help me... Its urgent.
I
iz7
@iz7
Posts
-
Data base connection problem -
send message from thread to extended MFC DLLhi can any one tell me that how can i send message from a thread to the dll main, actually i thread is within the dll, now there is a need to display the message that stop the thread for a moment asking the user request to continue or not, now i want this message to be displayed from the dll and not from the thread (i.e outside the thread), i studied about send message and postmessages, but what actually should i do ,, i shall be thankful for ur help thanks