InstantDB Project
About InstantDB
Project Mail Lists
Short History
Reporting Bugs
Screen Shots
3rd Party Examples
FAQs

Software
Downloads
Documentation
CVS Repositories
Roadmap
License

About Enhydra.org
Who We Are
News, Articles & Events
Getting Involved
Contact Us

Community
Demos
Contributions
Resources
Case Studies
On The Edge! -NEW-
Commercial Vendors


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: InstantDB: How to Concatenate Carriage Return


Hello --

> Is there a way to concatenate a carriage return when we insert a row onto
an
> InstantDB database?
>
> This is what I get when I tried to use " || chr(13) || chr(10) || ":

Try using the '\n' escape character: so to get a carriage return and some
space at the end of your "End Phase Review", try:
insert into BLOCK values
("Input_P1Milestones",1000706,1,"string","End-Phase Review\n     ",5)

I tried to use "\r\n" but got an error on the "\r" ... but try with just the
\n and see if it doeswhat you need.  If not. maybe someone else on the list
has gotten the full ASCII 13 10 dos carriage return - line feed to work
somehow??

Hope this helps,
Bill Graham


-----------------------------------------------------------------------------
To unsubscribe from this mailing list, send email to majordomo@enhydra.org
with the text "unsubscribe instantdb" in the body of the email.
If you have other questions regarding this mailing list, send email to
the list admin at owner-instantdb@enhydra.org.