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 SkipVought 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. howmnsk

    Prevent muuuultiple characters

    Write a routine that would compare the decimal value of the current character and the decimal value of the previous 2 characters. If all three are the same then you know that three consecutive characters were entered. Remember if you are on either the first or second character of the string, do...
  2. howmnsk

    How do you insert rows into an oracle database fro MS SQL Server

    The inserting into Oracle would be done on a as needed basis during the day (M-F)
  3. howmnsk

    How do you insert rows into an oracle database fro MS SQL Server

    Can anybody tell me is it possible for a T-SQL program to insert or delete records from an ORACLE database. If this is possible, can you either provide an example or a hyperlink?

Part and Inventory Search

Back
Top