- 热门文章:
- · SYBASE 数据库迁移到AS 400 db2的FAQ(五)
- · SYBASE 数据库迁移到AS 400 db2的FAQ(四)
- · SYBASE 数据库迁移到AS 400 db2的FAQ(三)
- · SYBASE 数据库迁移到AS 400 db2的FAQ(二)
- · SYBASE 数据库迁移到AS 400 db2的FAQ(一)
- · SYBASE到DB2连接服务器的实现
- · SQL Server到SYBASE连接服务器的实现
- · PB开发Sybase数据库应用技巧点滴
- · SYBASE编程中的莫名错误及其解决办法
- · Sybase EAServer 3.6 常见问题解答
- · Sybase数据库的性能优化(-)
- · Sybase存储过程的建立和使用
上一篇:如何拯救数据库Sybase >>
转载:Sybase PocketBuilder: True RAD Technology
By Mario Morejon
CRN
- 4:00 PM EST Fri., Oct. 24, 2003
Sybase@#s newest development environment, Pocket PowerBuilder 1.0, targets Windows CE-based environments and bases most of its technology on PowerBuilder. The CRN Test Center believes that this RAD tool will attract mainstream developers who have been using fourth-generation language (4GL) into coding for wireless devices because it includes a sophisticated method of delivering data with minimal coding.
In addition to using the same scripting language as PowerBuilder, Pocket PowerBuilder eases data-driven mobile development through a patented DataWindow control that includes built-in SQL statements and multiple data formats such as graphs, grids and tabs. Sybase@#s SQL Anywhere Studio, a scaled-down version of the Adaptive Server Anywhere database and an enterprise synchronization tool are integrated into the product.
MARIO MOREJON
Technical EditorPocket PowerBuilder applications are built similarly to DLLs. Developers can deploy executables with link libraries to reduce their size. The Pocket PC platform has a total memory of 8 Mbytes, while Pocket PowerBuilder@#s runtime virtual machine has a 3-Mbyte memory footprint. Currently, developers can@#t determine how much memory their applications use or how much data can be transferred safely to maximize a Pocket PC@#s memory utilization. CRN Test Center engineers recommend that business logic and data transfers be kept to a minimum to avoid unpredictable memory errors.
The IDE contains a couple of template applications that give developers a head start. In future releases, Sybase plans to add more templates based on feedback from developers. The templates are wizard-driven and point to the main functions in the IDE that a developer will need to incorporate when specifying data synchronization and types of executable.
The DataWindow control is a database painter Window that includes a series of tabs to generate SQL without any coding. Developers can build complete SQL statements in seconds and control the amount of data transfers through SQL filtering or by explicitly restricting the data that is retrieved to a single window at a time. Data transfer is therefore controlled through a sophisticated mobile synchronization object that passes along only enough data to fill one pane; the program requests more data when a user scrolls.
On the server side, Pocket PowerBuilder relies on a bidirectional synchronization MobileLink product to retrieve data from enterprise databases. MobileLink can synchronize data with SQL Server, DB2, Oracle and most other enterprise databases in the market. Through MobileLink, SQL code created inside Pocket PowerBuilder can read/write with SQL variants such as TSQL or PLSQL, so developers will find that little knowledge of the targeted server-side enterprise database is required.
SYBASE POCKET POWERBUILDER 1.0Typical Pocket PowerBuilder applications only have a small display layer that is usually added at the beginning of a program execution. The IDE provides a simple way to attach a graphics file to the executable.
Pocket PowerBuilder uses an event-driven scripting language and follows some object-oriented constructs. Most of the language components are datacentric. The IDE also includes some painting controls such as scroll bars, a progress bar and various buttons. Developers can add new controls, which opens the door for solution providers to create all sorts of controls.
One of the earliest products that Sybase offered was a biometrics application that scanned fingerprints on a Pocket PC. Sybase integrated Hewlett-Packard@#s biometrics security tool with Pocket PowerBuilder@#s database to identify users. That tool can be used in conjunction with other applications to secure access to corporate data. The biometrics application will be native in the next version of Pocket PowerBuilder, version 1.5, and can be accessed as a component.
Pocket PowerBuilder can call Web services using the open-source PocketSOAP component. Sybase supplies a DLL that interfaces with that component. CRN Test Center engineers found that applications communicating with Web services are a little more complex because they require more coding from the developer than DataWindow applications.
The synchronization tool uses 128-bit encryption for data transfers. On the server side, all data exchanges have to be coded. On the Pocket PC side, any accessed record set other than simple scrolls from the MobileLink technology cannot be done unless it is coded on the server side. Sybase recommends that developers code-store procedures on the server side to retrieve records when random access is required. Most of the business logic should also remain on the server side, where developers have more control.
相关文章:
- · 通过分析SQL语句的执行计划优化SQL(一)
- · 数据库连接、设计以及备份技巧集锦
- · 保护数据库安全关键在于加密
- · 让SQL程序更快的运行:语句优化分析
- · 数据库技术发展呈现新趋势
- · 从实体到效率:数据库设计中的14个技巧
- · 关于SQL优化的一些知识
- · SQL通用防注入程序带来的攻击及防范
- · 当数据库重启后连接池没有自动识别的解决办法
- · ADO之Command对象全解
- · 一次解决session无法完全删除问题的全过程(原创)
- · 按日统计,销售情况例子
- · 取数据窗口发生变化的一个函数(补充篇)
- · BI构架及相关技术简介(中)
- · 游戏音乐制作的硬件环境
- · ERwin相关概念快速入门(albertyi原创)
- · 多用户权限与数据管理的一种方法
- · 使XML本地化和关系化
- · Visual FoxPro:我是旁观者
- · Visual FoxPro成长之路
- · Tips to optimize plsql
- · 取数据窗口发生变化情况的一个函数
- · 在linux中添加新硬盘
- · 如何驗證與變更 MSDE 系統管理員密碼
- · 标准未定厂商守望第二代10亿智能身份证
- · 符合oo惯例的表现层控制
- · Rows into columns
- · 15 个与日期时间相关的自定义函数
- · 如何在PB中画箭头(二)
- · 利用WSH作定时工作流程
- · 劫持数据库,实现跨站攻击
- · pb中创建数据操作日志字典[收藏]
- · ActiveBar在PB中动态生成Outlook框架的应用
- · 如何在UltraEdit中高亮显示PB代码
- · ASP和JAP的种种区别
- · 无数据库日志文件恢复数据库方法两则
- · 我的第二次数据库作业,老师给了满分!!!
- · 合理使用索引——原创 拒绝抄袭
