Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User jkosonen's Avatar
    Join Date
    Nov 2010
    Location
    Finland
    Posts
    91
    So is it possible to save some data in Qt app to some database or so where WRT app could find it?

    Or is there any chance to move data from Qt app to WRT app?

  2. #2
    Nokia Developer Moderator isalento's Avatar
    Join Date
    Jun 2008
    Location
    Tampere
    Posts
    832
    Hi,

    From Qt app, you could write the data to some publicly available location like E:\hello.txt etc..
    Then you can just use XMLHttpRequest to read it by passing the file path as URL.
    var req = new XMLHttpRequest();
    req.open("GET","file://E:\\hello.txt", true);

    Br,
    Ilkka

Similar Threads

  1. how to save data in data query dialog
    By karan kumar in forum Symbian C++
    Replies: 4
    Last Post: 2010-06-08, 12:07
  2. how to save data in data query dialog
    By manishpinjani in forum Symbian C++
    Replies: 5
    Last Post: 2010-06-04, 07:56
  3. Download / Save / Read files...
    By kurteknikk in forum Mobile Java General
    Replies: 3
    Last Post: 2010-02-03, 08:49
  4. Replies: 7
    Last Post: 2009-06-12, 09:14
  5. How to read/save midi or wav on series 60?
    By citoyen in forum Audio
    Replies: 3
    Last Post: 2006-05-10, 10:33

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved