lebronletchev
06-29-2007, 08:43 PM
Hi,
Could I create hypertexts or hyperlinks inside a memofield for output
like this?
http://www.intratext.com/IXT/ESL0013/_P2.HTM
Thank you
LeBRON
Daemonspyre
06-29-2007, 09:17 PM
Sure. You may need to do some escaping of certain characters ( like ", /, <, :, and > ), but there should be no issues with storing data like this in your database.
lebronletchev
06-29-2007, 09:39 PM
Thus, I create a memofile using the wildcards? like a .html page?
LeBRON
Daemonspyre
06-30-2007, 01:14 AM
I don't know what you mean by "wildcards" (wild cards are _ . ? * used for text unknowns in SQL and boolean searches), but, yes, you can store the whole HTML page in a record in a database and read/write it like you would any other record.