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. AtleOlsen

    Return column type from database

    Thanks a lot! It seems to work, though I found a different way around it, selecting the datatype from user_tab_column table in oracle by table name and columnname ,but thanks anyway. (I think that is what VB does when using rs.Fields("ClientName").type When every things go black, scream...
  2. AtleOlsen

    Return column type from database

    Is there anyone than can tell me how to return the type of a column in a oracle database as a string in VB?? When every things go black, scream, change the fuse and start over!! ARRGH!!
  3. AtleOlsen

    Passing matrix from function/module

    Thanks a lot for both code e.g, The last one makes it all a lot easier, it works wonders for me. Atle When every things go black, scream, change the fuse and start over!! ARRGH!!
  4. AtleOlsen

    Passing matrix from function/module

    Hi! I need to pass a matrix from one function/module to another. How is this possible?? I've tried the following code by it only gives me an empty matrix on the other side, any suggestions???? The point of the code is to divide a sentence up into words and add these words into a matrix for...
  5. AtleOlsen

    Unix commands in win 2000

    THx all!!! I can use the telnet protocol, so I get the terminal up and running in the DOS window.
  6. AtleOlsen

    Unix commands in win 2000

    Hi! I need to run a unix command from a win 2000 to the unix how can I for instance start a: &quot;at < test.job&quot; (Starts a job/script on the unix) How can I start this from MS-DOs command line. The Unix is mapped to my V: so i do have access to files and folders there. In advance...
  7. AtleOlsen

    Unix commands in win 2000

    Hi! I need to run a unix command from a win 2000 to the unix how can I for instance start a: &quot;at < test.job&quot; (Starts a job/script on the unix) How can I start this from MS-DOs command line. The Unix is mapped to my V: so i do have access to files and folders there. In advance...
  8. AtleOlsen

    PH QUIZ

    This is a way to extract the day of the week from a date: use the DAYS function to return the quantity of days from a date, where the base date for the DAYS function is Sunday December 31, 1899 (18991231) When you run DAYS on youre date it will give you the number of days since this date. For...
  9. AtleOlsen

    Comment column in history windows

    Is there any way to diplay a column over comments add to the file, in the history window, instead of using the Detail button? Is there also a way to do the same (for the last comment) in the common window ?? It would help searching for spesific changes made to the file. Please help THX...

Part and Inventory Search

Back
Top