If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I want to insert data into a table having two fields
column_name data_type
abc char
pqr datetime
the value that has to go into this text type field is a string which has line feeds in between.
for eg
abc should be inserted with 'id1'
par should be inserted with 'This is a
description about
id1'