Posts by pedroct92 • 101 points
1 post
-
0
votes2
answers94
viewsA: Dynamic data entry in 2 tables
Herman, In relational databases you cannot insert more than one table at a time. What you need to do is perform your Inserts using a transaction after all the transaction will avoid inconsistencies…