attempt to insert nil object from objects[2]

  1. A

    iOS Question Attempt to insert nil object from objects[2] error

    I have a code that reads a row from a table in the database. Let's say we have 2 fields with timestamps Start, Finish. In some cases Finish doesn't have a timestamp and this field has NULL as a value. My code dim MySQL as String dim Start as string,Finish as String,Schedule as String dim rs as...
Top