Hi,
I have a field named Qty which can have decimal values as well. I want to filter records where qty is in decimal (not int)
I did as follow:
select qty from table where qty like '%'||'.'||'%'
but i think this makes query slow. Is there any in-built functio (or any other way) to fetch...
Hi..
I want the source code of a web page. So, I wrote following code:
URL u = new URL("http://www.google.com/search?hl=en&q=camera&meta=");
URLConnection uc = u.openConnection();
uc.connect();
InputStream in = uc.getInputStream();
But it returns this error
"java.io.IOException: Server...
Hi,
In role, I provide MDX expression in AllowedSet. I want to check this expression before creating role.
Can anybody suggest me how to do this using its API? I am using Microsoft.AnalysisServices API to create ROLE.
Thanks
Still no luck.
I am using Windows XP and I tried to go through all combinations of permission. But hard luck.
Through the example given by "Ecreations", it shows successfull execution but actually doesn't start the windows service.
Thanks
Yes ca8msm..
When I run "Calc" instead of my batch file, it is executed.
I am starting a windows service through my batch file (I know this can be done using System.ServiceProcess).
To whom and How to provide permission, if its a security related problem?
Thanks
Hi,
I want to execute commands through .NET.
Using process, i can execute them in WindowsApplication but the process doesn't work in WebApplication.
I am executing a batch file which contains some commands to be executed. They don't have any UI and works in backgroud.
Can it be security...
Hi pgdar,
You have specified queries in terms of SQL queries. It would have been better if you had defined them in terms of dimesions and measures. Still I have tried to give answers of your question.
filter([VW DIM TEAM].[AGENT_HIR].[Level 01].&[0].children,[Measures].[AVAILABLE TIME]=5000...
Hi,
I want time in milliseconds. One way that i came to knew is to use kernal32 as unmanaged code. Is there any other method known to anybody?
Thanks in anticipatiion.
Pratibha
Thanks but above code also returns some error at CommitChanges()
NotImplementedException: Not implemented
]
System.DirectoryServices.Interop.IAds.SetInfo() +0
System.DirectoryServices.DirectoryEntry.CommitChanges() +182
Default_aspx.Page_Load(Object sender, EventArgs e) in...
hi,
From windows form application I can create new user on local machine without problem. But when I try to create new user in web application there is an error "System.UnauthorizedAccessException:General access denied error at System.DirectoryServices.Interop.IAds.SetInfo() at...
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.