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 IamaSherpa 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. Faustino29

    Dynamic SQL and host variables

    I have problems with host variables. I'm programming in ESQL/C with MS Visual. I must pass several host variables to a function but I don't know how I could it. Example : void main (void) { EXEC SQL BEGIN DECLARE SECCTION; long test; EXEC SQL END DECLARE SECTION; testMethod(test)...
  2. Faustino29

    Execution time

    I'm looking for a function which could tell me the duration of a query. Is it possible with Informix ? and with SQL in general ? Thanks.
  3. Faustino29

    Problems with FUNCTION

    So, my second instruction was good... Thank you very much... Faustino
  4. Faustino29

    Problems with FUNCTION

    I would like use the instruction FUNCTION with the dates...But I don't know which instruction of these two is right (or are the two right??) 1. FUNCTION DATE-TO-INTEGER (zone) with zone : YYYYMMDD which returns the number of days since 1/1/1600 OR 2. FUNCTION INTEGER-OF-DATE (num)...
  5. Faustino29

    the function clrscr() with visual c++

    Heps! I have a big problem...I usually used the function clrscr() in the Borland C 5.0 to clear the screen and I'm using Visual C++ 5.0 and also 6.0 and it doesn't want to compile the program and run it!! I don't find the right instruction to use with the Visual C++ 5.0... Could help me...

Part and Inventory Search

Back
Top