You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How is possible to include a new line?
i have a text area but when i try to insert by procedure it doesn't work
I try \n, \r\n,
There is some soluition?
thanks
The text was updated successfully, but these errors were encountered:
This depends on the programming language you are using for data insertion and display in.
If all u need is a blob file with \n inside.
const myTextHere = "Hi mateus \n Hi Node-firebird community";
const sql = "Insert into mytable(blob) values(?)"; ...
This works showing in Delphi but if you use in html you need to use
How is possible to include a new line?
i have a text area but when i try to insert by procedure it doesn't work
I try \n, \r\n,
There is some soluition?
thanks
The text was updated successfully, but these errors were encountered: