|
Home > Archive > SQL Anywhere ultralite > September 2005 > Ultralite_C+++Component
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Ultralite_C+++Component
|
|
|
| Hello All,
Is there any sample code of a "Palm App using Ultralite C++
Component" . i would like to learn it.
Which of the fowllowing is better to follow:
1.static API
2.Component
3.embdSQL
With Regards,
Srini
| |
| Greg Fenton 2005-09-26, 3:23 am |
| Srini wrote:
>
> Is there any sample code of a "Palm App using Ultralite C++
> Component" . i would like to learn it.
I'm pretty sure there is if you look on Code Exchange (I can't seem to
get there right now):
http://ianywhere.codexchange.sybase.com/
> Which of the fowllowing is better to follow:
> 1.static API
> 2.Component
> 3.embdSQL
Both of the static APIs (static C++ and ESQL) are deprecated in
SQLAnywhere 9.0.2. These APIs have been dropped from the upcoming
Jasper release. So if you are starting on a new project, I encourage
you to look at the Dynamic (or Component) APIs.
Hope this helps,
greg.fenton
--
Greg Fenton
Consultant, Solution Services, iAnywhere Solutions
--------
Visit the iAnywhere Solutions Developer Community
Whitepapers, TechDocs, Downloads
http://www.ianywhere.com/developer/
| |
| Michael Thode 2005-09-26, 3:23 am |
| Greg is correct that the static APIs is deprecated, however ESQL will still
be fully supported in future releases as dynamic ESQL, so that is still a
viable choice for you. If your starting a project from scratch then
choosing between the two largely depends are your own personal preference.
- Mike
"Greg Fenton" <greg. fenton_NOSPAM_@ianyw
here.com> wrote in message
news:43375ea8@forums
-1-dub...
> Srini wrote:
>
> I'm pretty sure there is if you look on Code Exchange (I can't seem to
> get there right now):
>
> http://ianywhere.codexchange.sybase.com/
>
>
>
>
> Both of the static APIs (static C++ and ESQL) are deprecated in
> SQLAnywhere 9.0.2. These APIs have been dropped from the upcoming
> Jasper release. So if you are starting on a new project, I encourage
> you to look at the Dynamic (or Component) APIs.
>
> Hope this helps,
> greg.fenton
> --
> Greg Fenton
> Consultant, Solution Services, iAnywhere Solutions
> --------
> Visit the iAnywhere Solutions Developer Community
> Whitepapers, TechDocs, Downloads
> http://www.ianywhere.com/developer/
|
|
|
|
|