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: *

  1. svennkjetil

    SetDataSource from C++

    Hi. I have data in an ADO Recordset object that I want to send to a Crystal Report. For this I want to use the SetDataSource method. I've managed this in Visual Basic, but I want to do this in a C++ program. Can anybody give me an example of SetDataSource in C++? Regards, Svenn-Kjetil
  2. svennkjetil

    Connect to Access without IUSR

    Hi. I have a server A with some ASP-pages which shall access a MS Access database on another server B (company nettwork drive). In order to connect I normally would give the directory with the Access database the IUSR permissions. But it is difficult for me to get the system administrators in...
  3. svennkjetil

    Same socket descriptor for two C-programs

    Hi. I have two TCP/IP-programs written in C for receiving data from one client. Both programs receive from the same IP-address, but use port 2001 and 2002. When I establish a socket I receive the same descriptor for both programs. Is this possible since they use different ports or is something...
  4. svennkjetil

    Extracting specific records (1, 5, 7, 13 and 22)

    Hi. I have a table that looks like this: Id Value 1 2.3 2 2.9 3 3.2 4 1.8 5 9.2 ... and so on. I want to print the value for id: 1, 5, 7, 13 and 22. How can I accomplish this? Svenn Kjetil

Part and Inventory Search

Back
Top