cancel
Showing results for 
Search instead for 
Did you mean: 

problem in output

Former Member
0 Kudos

i created table into SQL, and inserted data's into that table using fixed query and icommand through HTML page.

now i want to modify the above design would give both insert and delete option,

i am new to use JavaScript. so please help me.

give some learning materials of javascript related to our work

-murali.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

For any JavaScript help i would recommed just searching google as there are hundreds of sites which offer beginner introductions to JS. One site that I personally like to use is www.w3schools.com.

Also, a good starting point is to check out the xMII help and also look through the Script Assistant to reference the different methods and functions that xMII applets support for query manipulation.

For deleting a record, it's as easy as creating a query to delete it based on a certain primary key that you pass in as a param. Then you just call that query through the HML page as you did when inserting data into the table.

Also you may want to check out the Wiki for some additional documents and help with xMII: https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xmii/main&;

Hope this helps!