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...
I'm thinking about getting the primary page to open a second, hidden page that is a very small asp file, with a script that causes it to refresh every few seconds, but a straight flow of data would be much better.
Any ideas how www.globulos.com does it? They must be leveraging some advanced...
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
I found this on the Microsoft site, and it allowed me to clearly identify which versions we have been using
http://support.microsoft.com/default.aspx?scid=kb;en-us;264474
Old, crashed SQL Server = 8.00.534
New, SQL Server = 8.00.194
Remarkably, then, it's simply that I hadn't applied SP3 to...
Thanks for the tip about msdb, unfortunately it produces the same error, it is....
SQL-DMO - The backup of the system database on device... cannot be restored because it was created by a different version of the server (134218262) than this server (134217822). RESTORE DATABASE is terminating...
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...
Thanks for the tip, I'm looking at Triggers and IIS ADO connections to make sure everythings disconnecting properly.
The thing that troubles me is why are the handles so high? How can you monitor something like this? Or, more appropriately, how can I kill inactive handles that are clogging...
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...
Thanks for the input, looks like the 1-way hash will handle the problem nicely.
Oh, yes, you're right, if someone has got that far into the database they could do anything they want. What we're trying to avoid is a situation where someone would become aware of a UID and PWD and then go back...
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...
Thanks for the tips. At the moment, I'm trying to test on my PC using http://localhost before uploading to a web server. I looked at the instructions, they say make the following changes to the registry...
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\InetInfo\Parameters\Mimemap...
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>...
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.