I am having an issue regarding the use of output parameters in a SQL Stored Procedure.
I want to be able to pass a string to a Stored Procedure and have it return a string for processing in my C# app.
The code that I have is this:
----------
public static bool clStatus(string strClient)
{...
Does anyone know why it wouldn't work if we tried to use the FileExists method of the filesystemobject from an asp page on our intranet that is trying to check the existence of a file on a different server. We've tried using the unc path including the administrative share, but we can't get it...
Does anyone know why it wouldn't work if we tried to use the FileExists method of the filesystemobject from an asp page on our intranet that is trying to check the existence of a file on a different server. We've tried using the unc path including the administrative share, but we can't get it...
Just use the modulo operator (%) and check to see if the result is 0 or 1.
Modulo divides one number by another and displays the remainder. Ex. 6 % 2 is 0, but 5 % 2 is 1. All even numbers will have 0 as the remainder.
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.