With GoDB, you can create Mobile Applications that run on Symbian OS ,Palm OS, Pocket PC, Linux, and Windows in ten minutes without knowing any complicated language. Surprised?
Read on.
Get started!!!
First download GoDB from download.com.
and install it.
Run GoDB and select New Project from the File option of GStudio IDE.

Create a New Project
Lets create a Simple Hello World Application that runs on all devices
Notice that home.txt and login.txt files get created when you create a New Workspace.

workspace.jpg
You should know just 3 things before you start creating complicated mobile applications in GBasic
(The scripting language that comes with the GoDB tool):
- The .TXT files are created when you create a project. These are just FORM files (designed using the form builder ) where you create your forms just like in VB.
- .BAS files are the GBASIC programmes where the events are handled for the form elements in the .txt file like buttons, textboxes like button1_click.
- The .TXT and the corresponding .BAS file should have the same primary name.
Now that we are clear on these three rules . We can get started at creating a simple application in all the platforms within no time.
Hello World!
To create the hello world program:
- Design a form by selecting a button from the toolbox and placing it on the design window in a .txt file called home.txt
- To create a .bas file double click on the button . A .bas by the same name gets created with the event handler code. Enter the following code:
Sub Item1_Click
MsgBox "Hello, World!"
endsub
Now, select the PDA you wish to run the application:

Build and run ( F5) the program and we are ready to run the application on all platforms:

To change PDA type to Symbian and run the application.:

> GoDB: a new Mobile Tool that supports Symbian OS , Palm OS , P
Does GoDB supports UIQ also ..
and does it suports all the API's of Symbian ?
What about the UI controls ?? Which all controls r available in GoDB ?
GoDB: Nokia Development , Palm DEvelopment , Pocket PC developme
Does GoDB supports UIQ also ..
We have a beta version available which will allow developers to directly publish their GoDB applications to the UIQ device. Please download GoDB 3.4 RC2 version and proceed to download Symbian.zip. Please go through the deployment section of the GStudio help file, on how to deploy to your device. This is beta implementation and user feedback is most welcome.
and does it suports all the API's of Symbian ? GoDB was designed primarily to develop business applications which can run cross platform.GoDB currently runs on windows pcs, linux pcs, linux based devices like the Amida simputer and Encore simputer, Palm , Pocket PC and Symbian devices. Support for Symbian specific APIs is, thus not supported however all necessary APIs to build business apps are wrapped in GoDB APIs.
What about the UI controls ?? Which all controls r available in GoDB ? We support most of controls needed for Form based development, like Lables, Buttons, check boxes, List boxes etc. We also have support for Frames, Grids, Look up tables, Signature fields etc. For a complete list of controls available in GoDB please look at "Form Tags" section of the GStudio help file
> GoDB: a new Mobile Tool that supports Symbian OS , Palm OS , P
Hi, It is very good, Dear_all, I would like to have a pdf form of tutorial for GoDB . Someone, kindly give me a link for the tutorial in pdf or send it to me.
Thanks & Regards, karthik bala guru
Dead link
The download.com. link does not work.