25 sessions have recently appeared in the MOB (Mobile) track in the TechEd 2013 Session Catalog, but none of them mention SQL Anywhere or MobiLink in either the title or description.
SELECT COUNT ( DISTINCT Session_ID )
FROM SessionDownload2
WHERE Session_ID LIKE 'MOB%'
AND ( Title LIKE '%MobiLink%'
OR Title LIKE '%SQL Anywhere%'
OR Description LIKE '%MobiLink%'
OR Description LIKE '%SQL Anywhere%' );
COUNT
-----
0
|
Here are all the new MOB titles...
Session_ID Title
---------- ----------------------------------------------------------------------------------------------------
MOB100 Understand How SAP Mobile Platform Solves Enterprises' Mobility Needs
MOB101 Syclo Agentry for SAP Mobile Professionals
MOB102 Mobile Application Development with SAP HANA Cloud Platform
MOB103 SAP runs SAP – Mobile security with SMP & SAP Afaria
MOB105 Customer Success with the SAP Machine-to-Machine Platform
MOB106 Deploy the SAP Mobile Platform in Weeks with SAP Rapid Deployment Solutions
MOB107 Using SAPUI5 in Mobile Application Development
MOB108 Rapid Application and Service Development with SAP Mobile Platform 3.0
MOB109 Co-Innovate with SAP Experts to Develop Consumer-Grade Mobile Solutions
MOB111 How to Build and Design Mobile Enterprise Applications
MOB113 Mobile or Immobile?
MOB114 How Newell Rubbermaid Uses Mobile Applications to Improve Quality and Sales
MOB115 Using SAP Mobile Solutions, SAP Afaria, and a Rapid-Deployment Solution to Manage Product Location
MOB116 Enabling Mobile Access to SAP – Design Decisions and Lessons Learned
MOB117 Mobile Platform Design & Management Overview
MOB118 Secure Mobile Content Management with SAP Mobile Documents
MOB119 Tackling Mobile Security – Deep Dive into SAP Afaria
MOB202 Creating Services for Mobile Applications Using SAP NetWeaver Gateway OData Channel
MOB203 Rapid Mobile Deployment with SAP NetWeaver Gateway and Adobe PhoneGap
MOB260 Mobilizing SAP HANA with SAP Mobile Platform
MOB261 Build an enterprise mobile application on SAP Mobile Platform
MOB262 Build a Process Driven Mobile Application on the SAP Mobile Platforrm
MOB263 Building an E2E Solution with SAP Mobile Platform Against a Non-SAP Backend
MOB264 Learn How to Build Mobile Solutions to Integrate with CTS+ and SAP Solution Manager
MOB840 Secure Mobile Content Management with SAP Mobile Documents
|
Here's the list of sessions that
DO touch on SQL Anywhere and MobiLink:
Session_ID Title
---------- ----------------------------------------------------------------------------
RDP109 Orbiting the Enterprise – SAP Sybase SQL Anywhere as a Satellite Server
RDP118 Introduction to SAP Sybase SQL Anywhere
RDP119 SAP Sybase SQL Anywhere Satellite Database Case Studies
RDP121 Best Practices for Embedding Databases in Lines of Business Applications
RDP122 Enhancing Business Intelligence Deployments with SAP Real-Time Data Platform
RDP124 Getting Started with SAP Sybase SQL Anywhere, On-Demand Edition
RDP141 Powerful Data Access at the Edge of the Enterprise
RDP220 Mobilizing Data-Driven Applications
RDP222 OData Support in SAP Real-Time Data Platform
RDP278 Extending SAP HANA to SMEs Using SAP Sybase SQL Anywhere and MobiLink
RDP868 SQL Anywhere Road Map for Mobile and Embedded Systems
TEC101 How to Best Embed SAP Technology
|
RDP868 is new on this list, replacing EA269 (Everything You Need to Know to Use SAP Crystal Reports) which is still being offered but the description no longer mentions SQL Anywhere or MobiLink.
So, the count is still 12... is that enough to get you to Las Vegas?
Are you interested in HANA?
SELECT COUNT ( DISTINCT Session_ID )
FROM SessionDownload2
WHERE Title LIKE '%HANA%'
OR Description LIKE '%HANA%';
COUNT
-----
229
|
No comments:
Post a Comment