3
Answers

About loop in core

Hello,

I have 2 tables LogMaster (with columns LogId, Title) and PermissionMaster (with columns Permission Id, LogId, ContactId)

I am getting 2 different ContactId , I have to save it in PermissionMaster table with same LogId and that will be in two different rows in sql, one for each ContactId

how to achieve that ? or I have to use foreach loop in core also ? 

thank you

Answers (3)
1
cedrick moloto

cedrick moloto

NA 9 811 2y
@Sanchin Singh, i have put on the full path and the folder is not read only
1
Sachin Singh

Sachin Singh

11 55.8k 87.3k 2y

Make sure

  • Path is not a directory (folder) path. (It should be complete path to the file)
  • Path specified is  not a read-only file.