1
Answer

How to insert record in two different tables on a button clk

Photo of Mustaq Khan

Mustaq Khan

12y
1.7k
1
I have two tables product(productId,productName,productRate) and ID(id)...i want to insert record on a button click.I want to insert record into product table and want productId to insert in ID table on same button click.

Answers (1)