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 Mike Lewis 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. konsri

    Can anyone please tell me where to

    Can anyone please tell me where to find DDK for AIX 4.3. Thanks Srikanth
  2. konsri

    Arithmetic Overflow

    Any answer for this question.
  3. konsri

    Arithmetic Overflow

    When will the Arithmetic overflow occurs while inserting records into the database. Any help is appreciated. Thanks Srikanth
  4. konsri

    status information

    When executing a SQL(UPDATE/INSERT) fails, how to know which parameter is having bad data which made it to fail. Thanks Srikanth
  5. konsri

    status information

    If there is an error executing a SQL statement(UPDATE/INSERT). How to know which parameter has caused the problem? Thanks Srikanth
  6. konsri

    How to bulk load data into DB2 V7.2 ??

    Try the insert sql for may rows i.e insert into [TABLE NAME](field1,field2,...) VALUES (value11,value21,...) , (value21,value22,...) , ... ... ... (valuen1,valuen2,...)
  7. konsri

    Virtual Memory

    There is a function in windows called VirtualAlloc. This will alloc the memory on the swap file and automatically do the swapping when necessary. Is there any substitute in UNIX platforms. Thanks Srikanth
  8. konsri

    Virtual Alloc

    There is a function in windows called VirtualAlloc. This will alloc the memory on the swap file and automatically do the swapping when necessary. Is there any substitute in UNIX platforms. Thanks Srikanth
  9. konsri

    Is pthread_mutex initialized in one

    Is pthread_mutex initialized in one thread can be used in other threads to lock? Any other additional steps needed to inherit the handles in the other threads? I'm getting EINVAL error in a thread when i'm trying to lock the mutex which was initialized in deifferent thread. Thanks Srikanth
  10. konsri

    Is pthread_mutex_init on AIX is syn

    Is pthread_mutex_init on AIX is synchronous call async? Thanks Srikanth
  11. konsri

    mutex

    Is pthread_mutex_init on AIX is synchronous call async? Thanks Srikanth
  12. konsri

    mutex

    pthread_mutex_lock is returning 22. Whats this 22 is? Thanks Srikanth

Part and Inventory Search

Back
Top