thanx for ur reply
i used runas class in that article and i solved my problem .
but one more thing,it throws exception from exitcode property of process class.
has anyone encountered this problem before???
here my code...
internal void ExecuteMsi()
{
Process...
Hi all,
Here my code ,i tried to execute msi file but it didnt work for me,
System.Diagnostics.ProcessStartInfo proc = new System.Diagnostics.ProcessStartInfo(@"msiexec.exe");
proc.WorkingDirectory = @"c:\windows\system32\";
proc.Arguments = "/passive /i " +...
Hi,
..
..
OracleCommand cmd = this.oraConn.CreateCommand();
cmd.CommandText = sqlStr;
oraConn.Open();
cmd.ExecuteNonQuery();
..
.
.
here ,i try to use batch sql statements in "sqlstr" but i got error.
is it possible ? Any ideas?
thanx
i want to create my own blog in c# and i m starting to design sql tables and
i want to show my archive posts in that way,
e.g
Juli 2006(2) here 2 is the total post of blog articles in July.
Agust 2006(10)
September 2006(34)
Oktober 2006(23)
and so on...
Here is my blog...
Hi,
I m working on windows application.In my applicaton i get outlook contacts and use this contacts for some purposes and it works fine.
But i need "outlook express" contacts too but i couldnt get them. I seach google but i didnt find any useful code and tips.
Is there way to get "Outlook...
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.