I have a VB.Net program with three separate, stand-alone forms displayed as tabs. Each form as an update button. When a user clicks one button I need it to fire the events of all three forms so data entered on any one of those forms is captured as though the user clicked update on all three...
Is there any way to pass variables from one client to another via the server? I'm thinking about developing a javascript game that passes variables back and forth in real time between two different clients across the internet.
Any ideas?
Regards,
Peter
We've had two SCSI HDD fail on our SQL Server 2000 absolutely bring it to its knees. No data could be recovered, it's allllllllll gone.
I've set up a new server, win 2000. Installed SQL Server 2000, with SQL Slammer patches applied (exactly the same patches were aplied to the old server)...
I have a form as part of my active desktop that allows users within the company to search for another employees phone number. It works well but when the form submits instead of updating the desktop it launches a new instance of internet explorer.
Anyway to get it to update the active desktop...
Our SQL Server is running like a dog. I can't see why, but when I look at the win2000 process information it shows SQL Server taking 34,000 handles!!!!
Any ideas?
Process information for xxxx:
Name Pid Pri Thd Hnd Mem User Time Kernel Time Elapsed Time
Idle 0...
How do you store application passwords in an encrypted form within MS SQL Server?
I have an IIS application with UID and PWD stored in a MS SQL Server table, but there's nothing stopping someone with database access from seeing user's passwords.
Any ideas?
As always, many thanks to the...
SELECT @NewValue = @ColName FROM inserted
Does anyone know why this doesn't work and how I can get around it?
I'm building an audit trail trigger. The trigger intercepts the update, places the old and the new value in the audit trail table. Everything appears to be running fine except the...
Does anyone know how to get audio streaming to work with RA files?
I've a RealAudio file and I've made a .RAM file and a .RPM file with the following...
http://localhost/mytest/test.ra
Then placed the following in my page
<a href="test.ram">click here to test audio streaming</a>...
Why is SSL soooo slooooow?
We're using SSL and, even with encryption disabled, it is so incredibly slow.
Where's the performance bottleneck? What can I do to increase performance back to something even remotely like HTTP speeds.....
Many thanks,
Peter
I'm having problems with a trigger that should work.
When a row is added to table1 I need to trigger some SQL that goes away to DB2 database and grabs information about the inserted data and adds it to table2
I've developed a procedure using OPENQUERY on a AS400 linked server that works...
Does anyone know how I can use the...
var X = new ActiveXObject("ProgID")
...and then make X a real object within my HTML page? So I can change it's size, z-index, etc?
The ActiveXObject I'm using does not have z-index, if I set it as an <OBJECT> I have access to z-index, but not...
Can you access an HTML object from the last HTML page if you know the ElementId?
I am processing a form using ASP, but I'd like to access other elements from the form page that are not form items. (The page is dynamically created so there's information on it I can't anticipate)
I tried...
Does anyone know how to restrict ODBC access through the use of exit programs?
I need to limit my users so that, regardless of their ODBC settings, they can only run SELECT statements. In otherwords, whether their ODBC driver is set to Read Only or Read/Write the system should only accept...
I need to build a trigger that passes values from the row being updated, inserted or deleted to a function(that runs beautifully) to update a denormalised running balance column. How do I pass row values in my trigger to my update SQL? Consider the following table....
Date Dealer Amount...
This is another way of solving the same problem I raised as createElement('SCRIPT').... in essence, can you use DOM to change a script, or add a script? Consider the following
<html>
<body>
<script language="javascript" id="jTest">
alert("hi")
</script>
<a...
Has anyone ever tried this???
Look at this example, the first one works, the second doesn't
var DAx=document.createElement('FONT')
var DAtxt=document.createTextNode('Hello')
DAx.setAttribute("color","Red")
DAx.setAttribute("ID","NewFont")...
Does anyone have any good reference material for using DirectX/Direct Animation with Javascript?
I've got the samples from Microsoft, they're OK but they don't define the properties, methods and events associated with DA Objects....
Any ideas?
Thanks....
How can I stop the window.close() method from prompting the user as to whether he wants the window closed or not?
I'm using a log on screen to launch a full screen ASP window in a new window, which, once launched, no longer needs the log on screen, but I can't get the first screen to close...
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.