When a SimpleDBDS object is created, or opened with the GetObject function, it queries the database. If no matching record is found, a new object containing no properties is returned.
To insert a new record, create a SimpleDBDS object that does not return an existing record, set any desired properties using the Put method, and use the SetInfo method to write the record to the database.