You might start here:
http://www.jes.com/pb/pbapg.pdf jBase is a Pick derivative which means that it’s unstructured. It’s a database without a schema, and without data types, so it’s up to the programmer to maintain the integrity of the data and the readability of their code. From: [email protected] [mailto:[email protected]] On Behalf Of Ashish Kopre Sent: Tuesday, July 14, 2015 4:21 AM To: [email protected] Subject: Create db and crud operation I have looked at the documentation page : <http://www.jbase.com/support/documentation.html> http://www.jbase.com/support/documentation.html, but i feel overwhelmed and confuse as how to perform certain things post database installation. My objectives are : 1) Create a new database 2) Create some testing tables 3) Insert some data into testing tables 4) Perform CRUD (Select, Update, Delete, Create) to the respective tables All those 4 tasks are very basic tasks to familiarize myself in using JBase. May i know is there any beginner tutorial or something like "getting started" for the beginners, before moving on to the complex tasks, such as advanced query with relationships etc. Regards, -- -- IMPORTANT: T24/Globus posts are no longer accepted on this forum. To post, send email to [email protected] <mailto:[email protected]> To unsubscribe, send email to [email protected] <mailto:[email protected]> For more options, visit this group at http://groups.google.com/group/jBASE?hl=en --- You received this message because you are subscribed to the Google Groups "jBASE" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:[email protected]> . For more options, visit https://groups.google.com/d/optout. -- -- IMPORTANT: T24/Globus posts are no longer accepted on this forum. To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en --- You received this message because you are subscribed to the Google Groups "jBASE" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
