Click to See Complete Forum and Search --> : (ASP.NET) HtmlTextBox vs (VB) adtypeBinary


salmeirao
November 19th, 2004, 05:07 AM
Hi,

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 donīt have problem (see my WriteBLOB function).

I have other aplication in ASP.NET (StartKitCommunity) when I use HtmlTextBox and all files recordeds couldnīt be read for VB6 program., but I can read with ASP.NET.

Resume: I canīt read the file (Image) when itīs 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 cantīs change de ASP.NET Program ?

See my Attach Files!!!!