Hi,
I'm working on MS SQL 2005 and need to delete all data from a relational DB via a stored procedure.
Any idea is appreciated
Regards
User Profile
Collapse
-
How to remove all data from a relational database
-
video conferencing in web page
Hi,
I'm developing an application with C# asp.net. I need to enable peer to peer video conferencing; I've done a same job in win application and have displayed the live captured image in picturebox but I don't know any similar web control to use for this purpose in web page.
Any idea is appreciated -
Thank you very much acoder -
Thanks John and acoder for replying!
I call following function in server.aspx:
...Code:private void processGetBan() { lock (syncRoot) { string user = (string)Session["username"]; string channelname = (string)Session["channel"]; Response.Write(Global.Engine.GetChannel(channelname).GetBanType(user));Leave a comment:
-
Evaluate string in javascript/AJAX
Hi,
I need to evaluate the return result of a function from Server.aspx as following. But it doesn't work as I need
[CODE=javascript]function getAjax()
{
var XmlHttp;
//Creating object of XMLHTTP in IE
try
{
XmlHttp = new ActiveXObject(" Msxml2.XMLHTTP" );
}
catch(e)
{
try
{... -
My ActiveX is always installed!! Only install the first time
Hi,
I'm developing a web application using C#.NET and AJAX. I need to install an activex the first time user opens my browser. But every time that the browser is opened the activeX is installed!!
The code I've used in my javascript is as follows:
[HTML]<html>
<body>
...
...
<object id="VaxBroadCas tClientCAB" width="0" height="0" codebase="VaxSt andardCab.cab"... -
Could not start MySQL server: ERROR 0
Hello,
I've installed MySQL using "MySQL Server 5.0.27.exe" on a remote server machine on Windows 2003 server.
But when I try to configure server instance using MySQL Server instance config wizard, at the last step I get the error indicating that could not start MYSQL service. Even when I try to start it from Control Panel->Administrati ve tools->Services I get the same error!
Any idea would be appr...
No activity results to display
Show More
Leave a comment: