User Profile
Collapse
-
database connection with oledb provider for sql server
i want to make database connection with "ole db provider for sql server" without using the wizard and then want to use dll file function to insert data getting from remote server...is ther any link with proper example...or any help how to do thsi.... -
database connection with ole db provider for sql server
i want to make database connection with "ole db provider for sql server" without using the wizard and then want to use dll file function to insert data getting from remote server...is ther any link with proper example...or any help how to do thsi.... -
create object
1) how to declare object for wrapper class in consol based application.
Is it the same :
classname object;
or some other way
if this is the class declaration and i have to declare object for CAAPI class how ????
SO THAT I CAN CALL THE FUNCTION OF CAAPI.
class CAAPI : public CWnd
2)If i want to create menu in consol based application is that possible ????
... -
data from server display and store in msaccess database
hello guys,
1) I have to take data from server and store in my msaccess database and also display the current changes in a text file I am working with dialog based application.And one more thing
If there is any good link pls provide me.
2)In the function:
void CWartzDlg::OnBR equest()
{
// TODO: Add your control notification handler code here
m_arielapi.Requ estPrices(sessi onid,pageno);...
No activity results to display
Show More