I tried the same for different users in my local database as well tried using my remote database also...but the same result
Explain about different kinds of threads in MFC? 2 types of thread in MFc are UserInterface thread and worker thread. UserInterface threads...
What is serialization ?which function is responsible for serializing data ? Searialization is the process of streaming the object data to or from...
How to handle RTTI in MFC ? Run-Time Type Information is a mechanism that allows the type of an object to be determined during the program...
Nobody Is there to help me further???
How to update all the views whenever document got updated ? call UpdateAllViews()- which updates all views associated with the document by...
What is the functioning of UpdateData() funciton ? This is to initialize data in a dialog box, or to retrieve and validate dialog data. The...
What is the use of OnInitDialog ? This message is sent to the dialog box during the Create, CreateIndirect, or DoModal calls, which occur...
Tell me the different controls in MFC ? CAnimateCtrl,CButton,CEdit,CListBox,CComboBox,CRichEditCtrl,CStatic,...
Explain about MDI and CMultiDocTemplate ? MDI applications are designed using the doc-view architectures in which there could be many views...
No, I am able to connect to the sql server with those users. I have one user who has sysadmin role. I do login to the sqlserver using that user....
What is the difference between hinstance and hprevinstance in WinMain function? What is the difference between hinstance and hprevinstance in...
What is CSingleDocTemplate? What is CSingleDocTemplate? It’s a document template class used to create single document interface SDI...
Yes, I am getting the same error when i am doing it in the query window of sql server also.
How to create open & save dialogs ? In CommonDialogs class we have to use CFileDialog class where the first parameter TRUE for open dialog and...
What is model and modeless dialog box ? Give some examples? When we create Modal Dialog Box we can't move to other windows until this dialog is...
Explain the flow for a simple win32 based application ? Starting point for win32 based applications is WinMain() WinMain begins by calling the...
What is the entry point for window based applications ? WinMain() is the entry point for window based applications.
How to access document object from view ? Using GetDocument() function within a CView class.
Can you explain the relashionship between document,frame and view ? The frame window is the application's top-level window. It's normally a...
Separate names with a comma.