Bronze 2
Since ‎10-20-2023
‎11-13-2023

My Stats

  • 12 Posts
  • 0 Solutions
  • 1 Likes given
  • 6 Likes received

MyPill's Bio

Badges MyPill Earned

View all badges

Recent Activity

Hi,I try to scan 2D matrix code that includes four information, all of them start with nonvisible character FNC1. I need to split scanned string according to this nonvisible character. When I scan the code I can see the nonvisible characters in the s...
Hi,I am working on an app to record transfers of pills. I use scanner to read barcodes from pill's packages to identify them. I have table PILL with unique codes of the types of pills (one type = one code) and table BATCH where one type of pill can h...
Hi,I have a parent table Header and child table Items. Header table has ID column, Items table has multiple rows with their own ID and also same HeaderID that links to the Header table.The user is supposed to add items to the Item table as long as th...
Hi,I have tables Product and Order. Lets say I have a row in table Product for product Cake and lots of rows in table Order as people ordering the cake. Everytime another row is added into table Order I need to update a column in a row Cake in table ...