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...
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...
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...
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...
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...
(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...
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...
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.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.