Multidmedia Limited (MDM)
Search
advanced search »    
Quick Links
advanced search »
   Tuesday September 7th 2010

 




Untitled Document
+
Products & Solutions
 
Products
- Zinc 3.0 Builder
- Zinc 3.0 Plug-In Windows
- Zinc 3.0 Plug-In Mac OSX
- Zinc 3.0 Plug-In Linux
- Zinc 3.0 Development Suite
- Inferno 1.0 Windows
- Inferno 1.0 Mac OSX
Solutions
- Developers
- Designers
- Education
   
+
Support & Resources
 
Support
- Support Home
- Technotes & Known Issues
- FAQs
- Contact Us
Resources
- Software Updates
- Software Release Notes
- Software Bug Management
- Developer Articles
- File Exchange
- LiveDocs
- Support Forums
   
+
Purchase Online
 
- Online Shop
- Find a Reseller
- Volume Licensing
   
+
Company
 
- About Multidmedia (MDM)
- Client Showcase
- Legal Information
- Job Opportunities
- Press Room
- Blog
   
 

breadcrumbs

Home > Support > Bugs

 

Software Bug Management & Tracking

The MDM Software Bug Management and Tracking System is used to track and monitor the progress of user reported software bugs. You can search for a reported issue below to track it's progress and/or to get more information on an outstanding technical issue.


Bug Report #ZNC-1311ZL
Verified on 04 January 2010
mdm.Database.SQLite.getXML() throws runtime error  
Reported By Staff Member
This issue is Pending and is marked as a Medium priority.
 
Zinc 3.0 > Windows > SWC > 3.0.18 > Non-Functioning  
Description
When trying to get results from query as XML-formatted string the runtime error is thrown - probably by underlying implementation. The current execution flow is broken unless surrounded with try/catch block as in below example:

var resultsAsXmlString:* = undefined; // untyped
try{
resultsAsXmlString = mdm.Database.SQLite.getXML();
debug(resultsAsXmlString);
} catch(e:Error)
{
debug("runtime error when calling getXML()");
debug(mx.utils.ObjectUtil.toString(e));
}


To recreate issue:
- compile provided project and sample flash movie.
- run native appliaction

Expected output from running application:

initApp()
open()
CREATE TABLE IF NOT EXISTS MyTable(one varchar(10), two smallint);
INSERT INTO MyTable VALUES('hello!',10);
SELECT * FROM MyTable;
hello!,10



hello!
10


close()

(that is it includes XML formatted results)
while current output is:

initApp()
open()
CREATE TABLE IF NOT EXISTS MyTable(one varchar(10), two smallint);
INSERT INTO MyTable VALUES('hello!',10);
SELECT * FROM MyTable;
hello!,10
runtime error when calling getXML()
(TypeError)#0
errorID = 1090
message = "Error #1090"
name = "TypeError"
close()


The issue is similar to that one also related to getXML() method in mdm.Database:
http://www.multidmedia.com/support/bugs/?action=detail&id=246

Attached File(s)
Click Here to download the Attached File
Resolution
Pending

View all Pending Bug Reports » Report a new Software Bug/Issue »

 

 
Multidmedia Limited (MDM)

AddThis Social Bookmark Button
Copyright © 2002-2010 Multidmedia Limited (MDM) All rights reserved. Use of this website signifies your agreement to the Terms of Use.
Flash, Flex and associated Logos are the Registered Trademarks of Adobe Systems, Inc.
There are currently 42 Users Online.