--- Jamie Macleod <[EMAIL PROTECTED]> wrote:
> Satellite uses a VM to  run.
> 
> "S Santoso" <[EMAIL PROTECTED]> wrote in message
> news:39605@palm-dev-forum...
> >
> > Hi all,
> >
> > I have questions on satellite form.  What's the
> satellite form's

> limitation
> > compared to code warrior.  I have been programming
> on code warriors for
> > months now.  Is there any performance speed on
> retriving, inserting, or
> > adding record to database using satellite form?
> >
> > Any comment is appreciated.
> > Thanks.
> >
> > S. Santoso
> >
> >
> >
> >
> 
> 
> 
> -- 

I have worked on both code warrior and satellite
forms.
Performance wise (insert,update,retrive,delete)code
warrior is better than satellite forms also searching
and sorting is better than satellite forms.
Also there is too many limitation in satellite forms.

SF
----
1)Satellite Forms is a RAD tools.
2For a large database, it gets slow because it creates
different PDB files for each tables and it uses SF
engine to understand the PDB.
3)In Satellite, we have to use filters for specific
data in the table and due to this the screen  flikers.
4)In SF we have List control,Drop Down Control which
displays only table's selected columns.

CW
-----
1)Code Warrior is a Engineering Tool. So, we have to
write program using C or C++.
2)CW works fine with large database because we can
create as many no of PDB files and uses PALM OS
internals to run application.
3)To avoid these, we can use sorting & filtering
algorithms.
4)In CW, we have a facilities of the Table Control by
this we can generate the list with different controls
and different datas, e.g. here we can show bitmap and
text box in differnt column and same row. we can edit
the fields of the tables also. 
5)In Code Warrior, we can generate the forms and its
elements dynamically.
6)We can also generate the Menu in the Code Warrior.
We can give the Help on the Message Box and also on
the Modal forms.
7)In Code Warrior we can reuse the code. By writing
the functions.(sf 4 allows) 
8)Forms Designing in Code Warrior is faster than
Satellite Forms.
9)Code Warrior provides inbuilt facility of Version
Control


> For information on using the Palm Developer Forums,
> or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to