(ASP.NET) HtmlTextBox vs (VB) adtypeBinary
I have a service program (VB 6), when I writed a file (SQL Server Image) and I use type VB adtypeBinary.
If I work in VB6 I can writed and read the file and I dont have problem (see my WriteBLOB function).
I have other aplication in ASP.NET (StartKitCommunity) when I use HtmlTextBox and all files recordeds couldnt be read for VB6 program., but I can read with ASP.NET.
Resume: I cant read the file (Image) when its not the same that recorded it.
My question: When I record a field with (ASP.NET) HtmlTextBox is not the same of (VB) adtypeBinary ? What can I do in VB, because I cants change de ASP.NET Program ?
See my Attach Files!!!!

