Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Vern #1
ASP - Maintain Database Record's Formatting
It's been so long since I've messed with ASP and for the life of me I cannot
remember how to maintain the formatting of the already formatted text that
exist with a record. Anyone have a clue?
Thanks
Vern Guest
-
maintain userlist
how do you go about maintaining a list of connected clients identified by a 'username' ... so i can selectively send messages .. ... -
Maintain (database) Connections option eventuallycrashes server
anyone get anywhere on this? MACR??? We have the same isue with Oracle. -
What is the best way to maintain synchrony?
I am building an ASP.NET application. Everything is working, but I am not sure if I am doing things correctly. I have a datagrid bound to a... -
Error 80040e21 - Received when setting a new record's values
I am opening a connection to my Table via the recordset object. I have poured over it, but i can't seem to find the issue. I consistently... -
Displaying & formatting text with mysql database
I need some help with formatting some text received from a database query. I am only selecting a single row per query so the formatting will only... -
Chris In Madison #2
Re: ASP - Maintain Database Record's Formatting
Probably the biggest one is maintaining line breaks and what-not.
In VBScript, that's:
myString = Replace(rsRecordset("myField"), chr(13), "<br>")
Then you can plop myString anywhere you need it. That's the quick and dirty
way, anyway :-)
Best regards,
Chris
Chris In Madison Guest



Reply With Quote

