timithy3 / jqgrid-for-plsql

Automatically exported from code.google.com/p/jqgrid-for-plsql
0 stars 0 forks source link

how I can save the data in the database? #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, How are you?
It's very good your component, we will use it, but need ask a question,
How I can Save the change in the database? exist an function (I don't find it)
Or I need Open some object and make the change with a procedure or something 
similar?

Thanks and regards

Original issue reported on code.google.com by Ortega.D...@gmail.com on 27 Jan 2011 at 8:50

GoogleCodeExporter commented 8 years ago
Hi,

If your columns map to columns in a table, you can specify the table name in 
the TABLE_NAME column in the JQGRID table. Also remember to set the READ_ONLY 
column to "false". When you specify something in the TABLE_NAME column, the 
grid will automatically generate INSERT, UPDATE and DELETE statements against 
that table.

If this is an Apex application, you also must also make sure that the 
APEX_PUBLIC_USER can execute the JQGRID_PUBLIC_PKG package, and that the ID of 
your application is specified in the APEX_APPLICATION_ID column in the JQGRID 
table.

Original comment by thehunge...@gmail.com on 12 Feb 2011 at 4:45

GoogleCodeExporter commented 8 years ago

Original comment by thehunge...@gmail.com on 22 May 2012 at 8:56