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 strongm 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. negronr

    Calling external .exe through C++ v1.5.2

    When I try this a get the following error: call.obj(call.c) : error L2029: '_ShellExecute' : unresolved external any idea...
  2. negronr

    Calling external .exe through C++ v1.5.2

    Hello - I need to call a .exe withing my C code. The .exe program will execute and once finish C should continue executing the rest of the C code. Anybody have a good way to do this ? Thanks...
  3. negronr

    Calling a Stored Procedure from C++ with DateTime as Parameter

    Hello - I need to call a stored procedure using VC++ 6 that has a datetime parameter. If the stored procedure is expecting a datetime as a parameter how will I send a datetime stamp as parameter ? For example: Procedure A(@datetime); Calling Procedure A: A('2002-02-02 00:00:00'); ????? Thanks
  4. negronr

    Connecting to Sybase thru native Driver using C++

    Hello - I have a requirement to connect to a sybase database to run a stored procedured. This call has to be accomplished through a sybase native driver (DNS-less ODBC-less connection). How can I accomplish this task ? Thanks in advance.

Part and Inventory Search

Back
Top