some charactor losed

i build a vc++6.0 console program,and use HINTERNET send a string to server,and on server,i use asp script receive this string and insert it to access database,when the string include character as '\0',just like a[0]='a',a[1]='b',a[2]='\0',a[3]='c',the script dose not work well,it lose some charactor,why and how to solve this problem


Answer this question

some charactor losed

  • Tom K

    Hello

    Re: some charactor losed

    Such questions are outside the scope of this forum - for the scope of the VC General forum please look at: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=19445&SiteID=1

    For such issues please use the newsgroups at http://msdn.microsoft.com/newsgroups.

    OTP

    Thanks

    Damien



  • Hiney

    What is a null character doing there if not to signify the end of the string
  • Danielz

    Thanks

  • some charactor losed