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

    Scripting DTS packages

    Howdy! Once you've saved your package as a structured storage file, you can load it using vb like below (i have vbscript for this too, if you want it let me know)... Dim oPkg As DTS.Package2 oPkg = New DTS.Package2() oPkg.LoadFromStorageFile("UNC of file...
  2. diggerfm

    How do I set hover text? newbie question

    I should know this - or be able to find it, but I can't! Please help... I'm simply trying to set the hover text for a listbox in vb.net... I realize the MouseEnter, MouseLeave, and MouseHover events, but can't figure out how to set the actual text shown! and I'm stumped! I appreciate any help...
  3. diggerfm

    Table Hint to eliminate index usage

    Thank you! Works great from Ent Mgr...I'm going to see if I can get the syntax working across the Oracle Gateway...
  4. diggerfm

    Table Hint to eliminate index usage

    I would like to eliminate using any index in a select stmt, does anyone know if it's possible and what the syntax would be (I presume index=, but = to what?)? Thank you! fyi, it's due to referencing sqlserver tables via an Oracle gateway - but indexes on the table exceed the oracle object...

Part and Inventory Search

Back
Top