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

    ADO Adding records to Oracle RBMS

    I'm experienced with SQL server 7 and Access, but not with Oracle, and I need to do some maintenance on an Oracle 8i server. I stumbled across a problem: A particular table has an insert trigger so that new ID's are being generated by a sequence at insert. However, after insert, that key cannot...
  2. RobV

    ADO: Obtain generated key

    I'm experienced with SQL server 7 and Access, but not with Oracle, and I need to do some maintenance on an Oracle 8i server. I stumbled across a problem: A particular table has an insert trigger so that new ID's are being generated by a sequence at insert. However, after insert, that key cannot...
  3. RobV

    treecontrol Drag & Drop ClientSide

    I need to implement drag & drop of nodes in a treeview. I got the loading and displaying of the tree working, but I cannot seem to get the drag & drop on the webpage working. I need to drag&drop nodes inside the tree, and I need to drag & drop items from another listbox to a given position the...
  4. RobV

    Close Connections - be sure!

    Hi, This is a helpful tip I wanted to share with you. Please let me know if you like it. Sometimes you have a situation where you cannot always be sure that your DB connection is being closed (e.g. in case of a error or simply lazy coding). If you ASP site is running VBScript 5.1 or later (I...
  5. RobV

    Set to nothing?

    Does anybody have experience with server performance or stability by NOT setting references to DLL objects in ASP to nothing? Yours, Rob.
  6. RobV

    ADO Locktypes, properties and methods

    Hi, As I saw some previous posts about which CursorType to use to retrieve the RecordCount (for example), I wanted to post the following link: http://msdn.microsoft.com/workshop/server/components/daciisperf.asp Although it is a document about tuning performance on ADO, the end of the document...
  7. RobV

    vbscript versions 5.0, 5.1. and 5.5

    (excuse me for crossposting - previous post should've been in this topic). I trying desperately to find out what the list of bugfixes is between vbscript versions 5.0, 5.1. and 5.5. We have differences in develop and staging systems where 5.0 and 5.1 are running (which of course is not a good...
  8. RobV

    Differences between VBScript 5.0, 5.1 and 5.5

    I trying desperately to find out what the list of bugfixes is between vbscript versions 5.0, 5.1. and 5.5. We have differences in develop and staging systems where 5.0 and 5.1 are running (which of course is not a good idea). The 5.0 system has some stabilility problems which do not occur on...
  9. RobV

    Fill table with random values

    I'm trying to fill a database with some testdata: update mgMainScore set Score = (rand() * 5) + 1 But all the rows in the table have the same value. Any help? Thnx, Rob.
  10. RobV

    need NS4.7 support for image visibility and mouseover

    I've got a page which displays a table with some image buttons inside. Next, I have a script inside that page which should hide/show each of these images. (Actually, the are mouseovers in a table which should be enabled/disabled). The problem is that I cannot get it to work stable on NS4.7 (IE...

Part and Inventory Search

Back
Top