Re: Sql server to xml string with encoding

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Per Bolmstedt (per.bolmstedt_at_framINGENreklamTACKfab.se)
Date: 06/22/04


Date: Tue, 22 Jun 2004 22:27:05 +0200


"Jon Skeet [C# MVP]" <skeet@pobox.com> wrote:

> I think it may be time to start writing a page about this topic...

That's not a bad idea, because as I see it, one of the biggest differences
between text handling in ASP and ADO vs ASP.NET and ADO.NET is that whereas
the former all but encourages you to treat text as binary, and lets you stay
completely ignorant of any encodings, and doesn't do textual conversion, the
latter requires of you to treat text as encoded glyphs, requires of you to
be aware of the encodings involved, and does a lot of implicit textual
conversion. Even if this binary treatment of text was A Bad Thing with ASP
and ADO, there is a world of difference between the assistance the .NET
framework provides to someone who wants to expliclity manage text encoding
and conversion compared to what was offered to the ASP/ADO developer. (This
difference was certainly the problem in this particular thread.)



Relevant Pages

  • Re: What is the best way to work with SQL SERVER data / tables?
    ... have to learn any of the SQL Server specific optimizations in order to ... I must make a decision soon about ASP and ADO versus ASP.NET. ... Another developer whom I respect a very great deal, ...
    (comp.databases.ms-access)
  • Re: "Today in History" project
    ... IIS and use the ASP application locally. ... However, this being an Access newsgroup, if you want to pursue that further ... Googling yielded "Today in History V.1.6 ASP .NET" developed by Dexter ... If conversion is a practical proposition, ...
    (microsoft.public.access.gettingstarted)
  • Re: Connection from ASP- ODBC vs. SQLOLEDB
    ... The ASP code is already using ADO (adodb.connection, ... The new provider is better than ODBC isn't it, ... SQL Server Client Network Utility- "Enable Shared Memory": ... ASP, ASP.NET as well as Microsoft Content Management Server 2002 SP1a. ...
    (microsoft.public.sqlserver.server)
  • Re: default values for Oracle stored procedure
    ... When the parameter isn't define in the asp page, an error message ... The names used in the parameters collection in ADO are not the ...
    (microsoft.public.data.ado)
  • Re: file saving
    ... conversion in excel I think, ... if possible to automate this process, ... You are going to have to a little bit of coding I think. ... For asp, use the file system object to write yourself a csv file. ...
    (alt.html)