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...
sp4 includes all fixes from previously released service packs . sp4 can be applied to an original sql server 2000 installation "or" to one where s1,sp2,sp3,or sp3a was previously applied.
Hi dashley,
i m not test ur code but if it's ur real xml document ,here is the mistake...
<?xml version="1.0" standalone="yes"?>
<NewDataSet>
<Table1>
<Location>Office</Location>
</Table1>
<Table1> is it true?
<Table1>
<DCurrID>15991</DCurrID>
<DValue>1</DValue>...
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.