Forum Discussion
MadhuLambu
3 months agoContributor
I have a variable defined on the project of Type 'DB Table'.
Here's the code snippet am using,
let sheet = Project.Variables.params;
sheet.Reset();
while (!sheet.IsEOF()) {
id = sheet.Value("ID");
.
.
.
}
sheet.Disconnect();
- rraghvani3 months agoChampion Level 3
The snippet of coding does not really provide much information, to diagnose the issue. If you can provide the full code and the spreadsheet, that would help.
Related Content
- 4 months ago
- 4 years ago
Recent Discussions
- 28 days ago
- 5 days ago
- 5 days ago
- 9 days ago