Text
|
If you have knowledge of HTML, a programming language, and some database basics, then learning Caravan script is easy. To build applications with Caravan script, you need to write code in the web pages that will form your application. Static HTML or web pages merely display content or information. You will have dynamic web pages in your application that will read information from the database and present them on the web page. Similarly, you will save, modify, and delete information in the database based on the dynamic web pages. Caravan Business Server carries out all these tasks. All you need to do is command it with the right Caravan script code.
Let us learn these topics to handle database syntax in Caravan Business Server.
· Connection Object · Select Statement · Relational Operators · Using Form Fields, Variables and Constants · Manipulating Records · Inserting Records · Updating/Modifying Fields · Deleting Records
We have created a sample program Contacts and provided it in Caravan Business Server CD. All the examples are from the database for the Contacts program. You are welcome to the code examples. You can modify them and use them for your own programs.
|