User Profile

Collapse

Profile Sidebar

Collapse
manisha khabrani
manisha khabrani
Last Activity: Jul 13 '12, 05:22 AM
Joined: Jun 14 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • manisha khabrani
    started a topic C# arrays
    in .NET

    C# arrays

    this is a program on C# arrays. I have no idea how to begin with it and no idea of how the logic will flow. plzz help me.

    The aannual examination results of 100 students are tabulated as follows:

    -----------------------------------------------------------------------
    Roll No Subject1 Subject2 Subject3
    -----------------------------------------------------------------------

    ...
    See more | Go to post

  • thanks platter, u are a genius. bless u...
    See more | Go to post

    Leave a comment:


  • manisha khabrani
    replied to Overload Function
    in .NET
    hey guys, thank u thank u, i got my problem solved on my own!!!!
    love u for being there for me.
    See more | Go to post

    Leave a comment:


  • manisha khabrani
    started a topic Overload Function
    in .NET

    Overload Function

    I have a problem with a simple operator overloading program. plz help. i have posted my question. this thread is just a banner to remind u guys!
    See more | Go to post

  • hey Plater,
    now i got yr point, late realization. but even after implementing what u said , it is giving me teh error "No overload for method Vector takes 0 arguments" i am posting the code here with the changes implemented.

    [code=cpp]
    using System;

    namespace n_overload1
    {
    class Vector
    {
    int x, y, z;

    public Vector(int a, int b, int c)
    ...
    See more | Go to post
    Last edited by Frinavale; Aug 10 '07, 06:07 PM. Reason: Added [code] tags to make more legible

    Leave a comment:


  • hey i did not get that. could u plz inculcate that in the code cos i am so dumb. actually i don't agree with u fully cos v3=v1+v2 and how can i initiliaze the constructor c1. i am all confused. i would highly appreciate yr reply. thanking u in anticipation....
    See more | Go to post

    Leave a comment:


  • why isn't anybody replying to my question on operator overloading

    hey guys,
    plz help me by replying my thread. it is on operator overloading of + operator. look in the links , plz help me
    See more | Go to post

    Leave a comment:


  • manisha khabrani
    started a topic simple overloading of binary operator +
    in .NET

    simple overloading of binary operator +

    Code:

    [code=cpp]
    using System;

    namespace n_overload1
    {
    class Vector
    {
    int x, y, z;

    public Vector(int a, int b, int c)
    {
    x = a;
    y = b;
    z = c;
    }

    public static Vector operator + (Vector a, Vector b)
    {
    Vector c1;
    c1.x = a.x + b.x;
    c1.y = a.y + b.y;
    c1.z = a.z + b.z;...
    See more | Go to post
    Last edited by Frinavale; Aug 10 '07, 06:06 PM. Reason: Added [code] tags to make more legible

  • hey firstly thanks for yr response. you were too technical , i mean i still don't know how to go about the problem as to what needs to be donce actually. i am new to sql server tooo....
    See more | Go to post

    Leave a comment:


  • manisha khabrani
    replied to hey pls answer my query
    Actuallly if you will look below , the header of my query is "sql server access denied or does not exist." hey i will definitely be very greateful if u could try to help me. thanking u in anticipation.

    manisha...
    See more | Go to post

    Leave a comment:


  • manisha khabrani
    started a topic hey pls answer my query

    hey pls answer my query

    I'm waiting desperately for yr answers. plzzzzzzzzzzzzz zzzzzz help a dying soul!!!! plzzzzzzzzzzzzz zzzzzzzzzzzz
    See more | Go to post

  • sql server access denied or does not exist problem

    hey guys plzzzzzzzzzzzzz zzzzzz help me. i am trying to do a simple program on C SHARP databases using sql server but i ma getting an exception , it requires open and available connection, sql server does not exist whereas the sql server icon on my task bar says that status is Running. plzzzzzzzzzzzz help.
    See more | Go to post

  • manisha khabrani
    replied to Connecting to Sql Server
    in .NET
    [QUOTE=Frinavale]>>Blush<< sorry should have know that :P[/QUOTE

    yes, now the program got compiled but it is still giving me that same exeption as before. "SQL SERVER DOES NOT EXIST OR ACCESS DENIED".
    now I have given up but I wanna really thank u for all ur efforts and time which u spent. bless u. thankssssssssss ssssssssss.

    Manisha
    See more | Go to post

    Leave a comment:


  • manisha khabrani
    replied to Connecting to Sql Server
    in .NET
    I am getting a compile time error this time, ofcourse i haven't reached the point where I could get the run time error like before, I guess I will get it again though. but the compile error is actualy simple enough but I couldn't do it.
    "CANNOT IMPLICITLY CONVERT INT TO BOOL".
    the line which gives the error is this,

    1. bool res = false;
    2. res= (myCommand.Exec uteNonQuery() =1);

    ...
    See more | Go to post

    Leave a comment:


  • manisha khabrani
    replied to Connecting to Sql Server
    in .NET
    Actually it is still giving me that same exception, as before. the same connectivity problem as I have mentioned prior.

    Manisha...
    See more | Go to post

    Leave a comment:


  • manisha khabrani
    replied to Connecting to Sql Server
    in .NET
    Hey Frinny,
    I was so exited that I did my set up again of sql server 2000, now with Windows Authentication which had no password and user name as the reqirement at all. i thought may be this authenticaton mode was creating the problem.. but it still did not work.

    1) SqlConnection myConnection = new SqlConnection(" Data Source=localhos t;Integrated Security=SSPI;I nitial Catalog=northwi nd");

    Is...
    See more | Go to post

    Leave a comment:


  • manisha khabrani
    replied to Connecting to Sql Server
    in .NET
    Hi Frinny,
    I was wondering how I can give the user name and password to my Mixed Mode now? my set is already over. i had given my password for the 'sa ' login though.

    Manisha...
    See more | Go to post

    Leave a comment:


  • manisha khabrani
    replied to Connecting to Sql Server
    in .NET
    based on what u said , this is what i did in the code , which unfortunately did not work.

    1.SqlConnection myConnection = new SqlConnection(" data source=localhos t;initial catalog=northwi nd;user id=sa;password= sql");

    and yes today i was following the steps written in the book and managed to set up sql server 2000 because it had got corrrupted it seems. i am equally new to sql too.

    and rite now...
    See more | Go to post

    Leave a comment:


  • manisha khabrani
    replied to Connecting to Sql Server
    in .NET
    wow, in that case i am very lucky to have a pro around!!

    but i am a dumbo , i did not understand much of the reply u had sent me, it was quiet technical and i am quiet new. welll in this code whatever is marked in comments // was actually what u are asking me to do again. i had put the user name and password b4. currently i have written this code in console application....
    See more | Go to post

    Leave a comment:


  • manisha khabrani
    replied to Connecting to Sql Server
    in .NET
    hey Frinny,

    what happened, am I actually disturbing u at work ? actually i am so anxious to know the reply that I can stop myself....
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...