Dear experts, your humble admirers have need of your genius minds.
I have a problem with my SOAP server. At first all was working perfectly, with all my development done in .Net 2003. I decided to install .Net 2005 when it became available. As soon as it was installed, I tried out my SOAP...
Hi. Is there a way in order to get the Server name using MSSQL ODBC in Visual C++? Here's my code:
CString wstr_connect ;
wstr_connect.Format( "DSN=%s;UID=%s;PWD=%s", gstr_DBName, gstr_UserID, gstr_Password ) ;
CDatabase mydb ;
BOOL ret = mydb.OpenEx( wstr_connect, CDatabase::noOdbcDialog ) ...
I'm having some problem creating a SELECT query (hopefully, with one or two SQL statement only) that would output the contents of two tables. Example, given the table1 and table2 as follows:
table1
------------------------
ID data1 data2
------------------------
1 100 aaa
2...
i was wondering, how will you know that tables of a certain database have been locked by other threads? is there a command for it? i can't find it in the manual. thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.