Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cwong1
  • Content: Threads
  • Order by date
  1. cwong1

    SOAP Problem

    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...
  2. cwong1

    How to get the server name using MS SQL ODBC

    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 ) ...
  3. cwong1

    query problem

    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...
  4. cwong1

    table locking

    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

Part and Inventory Search

Back
Top