My table flat has a foreign key fid referenced hid of house
When establishing connectivity and I set my
set rs =db.OpenRecordset("select * from house"
rs.AddNew -->it says not possible read only mode
It happens to all tables that contain foreign key references
Any suggestions so that I can do both read -write??
When establishing connectivity and I set my
set rs =db.OpenRecordset("select * from house"
rs.AddNew -->it says not possible read only mode
It happens to all tables that contain foreign key references
Any suggestions so that I can do both read -write??