Posts by Exprove • 133 points
1 post
-
3
votes1
answer380
viewsQ: How to insert values into a relational table when inserting a Row and get this ID?
I am building a program to insert data from excel files into a database. My database has this structure: Tables (and fields): Schedule (Id (PK), Starttime, Endtime, Dayweek, Roomid (FK), Classid…