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 bkrike 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: bloke
  • Content: Threads
  • Order by date
  1. bloke

    set LD_LIBRARY_PATH so use method sees it

    Hi There, I want to be able to set LD_LIBRARY_PATH in my perl script and have the use methods know that this is where they should look for libraries. But if I put $ENV above use, the use method still does not find what I am looking for. Obviously the way the script is parsed means that the...
  2. bloke

    Forcing sorts to memory instead of tempdb

    Hi There, Is it possible to have SQL Server try to sort in memory first before looking at tempdb as an option. I have a relatively small database table ( in comparison to RAM) and it hits tempdb with many sorts. I was hoping to be able to have it look at memory as an option similar to say...
  3. bloke

    array of structures and 3rd party procedure (VB Newbie)

    Hi There, I have a 3rd party procedure that has a structure and an integer as a row_count. If I pass say 3 to the row_count, I am meant to get back an array of structures up to 3 rows. If I pass 1 and simply pass a structure, I get back 1 row. If I pass 2, my VB app dies. How...
  4. bloke

    C++ File access routines ( convert from RDBMS)

    Hi There, I have recently written a pilot application using PB6 and SQL Anywhere. PB does not cater for some lower level things I need to do now. I want to convert to C++ and a flat file database ( indexed if possible). Instead of a file for each table, I was hoping to do...

Part and Inventory Search

Back
Top