Another demo of JSON Recordset (mimic the behavior of DAO.Recordset) (1 Viewer)

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 12:12
Joined
May 7, 2009
Messages
20,735
again, I asked AI to generate a json recordset class, that you can Apply Filter and Change Value
just as you can with a normal recordset.
this will become very handy if you have a consistent, single table, json file and you want the
ability to show it in the form and perform Edit and Filter to it.

Module1 has several test sample code.
 

Attachments

The demo has 3 identical tables, one curiously named Employees. Can you shed more light on this?
1764522882839.png
 
the Ai keeps generating test code (for export to json) on employee table which i dont have, so i just copy xompany table and rename the copy as employee. New_employee table is created from test code to import back from a json string to New table, which I provide as new_Employees.
 
Last edited:

Users who are viewing this thread

Back
Top Bottom