Results 1 to 4 of 4

Thread: [RESOLVED] why there is no one helping me?

  1. #1

    Thread Starter
    Frenzied Member avrail's Avatar
    Join Date
    Mar 2006
    Location
    Egypt, Cairo
    Posts
    1,221

    Resolved [RESOLVED] why there is no one helping me?

    well, this is my prob now
    i try to connect to the sql server 2000 using the emulator of the visual studio .net 2005,
    this is my server name AVRAIL
    i set up the activesync on my pc
    and alslo vxUtil when i try to ping my server using the vxUtil the Request time out
    i dont know what to do , plz someone help me
    here is my connection string
    Code:
    "Data Source=AVRAIL,1433;Initial Catalog=master;uid=sa;pwd=;Connect 
    Timeout=180;Integrated Security = SSPI;"
    the error message that i get is general network error, please check your network documentation
    by the way i dont use a firewall
    thax alot
    You Don't Have to Rate Me.
    I'm Not a Civilized Man I'm the Civilization it self
    White or Black, Living or Dieing and 0 or 1 that's MY life
    iam an Object in Object Oriented Life
    my blog : http://refateid.blogspot.com/
    twitter :@avrail
    010011000111010101110110001000000100110101111001001000000101000001100011

  2. #2
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: why there is no one helping me?

    The reason I have nothing to say is because I haven't ever tried what you are doing. However, I do have a book somewhere that talked about synching a server with a local DB on the PDA. It seems to me that there were some threads about that subject in this forum, too, so you might try a search on that. Since I've never done that, I really can't say more than that.
    My usual boring signature: Nothing

  3. #3
    Frenzied Member
    Join Date
    Dec 2001
    Posts
    1,331

    Re: why there is no one helping me?

    Hello,

    There could be many things wrong. I have noticed you have the sql port number in your connection string. That is used if you are connecting to an sql server from the internet.

    Is the sql server on the network or you local host? If its on the network then you must make sure that the sql server is set to remote connections and not local. By default sql server is set to local connections.

    Are you using the default instance of your sql server or a named instance? For example when you installed sql server for the first time you get a opportunity to name your instance or keep it at the default. I think the default for sql server 2000 is mssqlserver.

    The server name is the actual name of the computer that the sql server is installed on. For example: mycomputer\mysqlInstance.

    Try going to www.connectionstring.com.

    Hope this help,

    Steve
    steve

  4. #4

    Thread Starter
    Frenzied Member avrail's Avatar
    Join Date
    Mar 2006
    Location
    Egypt, Cairo
    Posts
    1,221

    Re: why there is no one helping me?

    it is have been solved
    all i have done is getting the sp3 for sql server 2000
    hate u microsoft they have to tell us
    i lost about 4 days for this
    You Don't Have to Rate Me.
    I'm Not a Civilized Man I'm the Civilization it self
    White or Black, Living or Dieing and 0 or 1 that's MY life
    iam an Object in Object Oriented Life
    my blog : http://refateid.blogspot.com/
    twitter :@avrail
    010011000111010101110110001000000100110101111001001000000101000001100011

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width