Results 1 to 9 of 9

Thread: [RESOLVED] network error

  1. #1

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

    Resolved [RESOLVED] network error

    when i try to open the connection with database SQL Server 2000, i get this error
    general network error check your network documentation
    any one has a solve to this error
    thanks 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
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

    Re: network error

    Is this on a device or an emulator?
    How are you connected to the PC?
    Can you ping the server?

    Pete

  3. #3

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

    Re: network error

    iam using the emulator
    i connected like this
    1. Tools >> Device Emulator Manager >> Pocket pc Emulator >> Connect
    2. then Cradel
    3. here the ActiveSyn working and Connected
    4. after this i run my program


    and thats all
    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

  4. #4
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

    Re: network error


  5. #5

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

    Re: network error

    well i think it is a helpful topic
    any way, i get the "Virtual Machine Network Services" but when i try to ping my server, this didnt work
    i try the server name it called avrail
    also i try Local
    and i try 127.0.0.1 this wroking good when i change the connection string to
    vb Code:
    1. "Data Source=127.0.0.1,1434;Initial Catalog=BMs;User ID=avrailRofa;Password=4746612;";
    it didnt work and it gives me the same error
    general network error check your network documentation
    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

  6. #6
    Fanatic Member Strider's Avatar
    Join Date
    Sep 2004
    Location
    Dublin, Ireland
    Posts
    612

    Re: network error

    you cant connect to 127.0.0.1, thats a localhost ip address.
    try the machine name or else create a fake network on your machine using a Loopback adapter (http://www.pocketpcdn.com/articles/e..._loopback.html)
    Barry


    Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
    .NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0

    SQL Server 2005/2000/SQL Server CE 2.0


    If you like, rate this post

    Compact Framework for Beginners

  7. #7

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

    Re: network error

    ok, strider i try to connect to my server using its name
    the server name is AVRAIL
    but it still giving me the same Error
    general network error check your network documentation
    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

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

    Re: network error

    Hello,

    Open your sql server and when the dialog opens to connect to a sql server, put in the user credentials for the sql server on the network that you want to connect to. If that works, then there must be something wrong with your connection string.

    Steve
    steve

  9. #9

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

    Re: network error

    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