[Interest] How to port Qt App+third-party-library for Android with Necessitas?

2013-01-23 Thread Xiaognag Wang
Hi everyone, I need to port a Qt Application for Android platform with Necessitas, the Application dependents a third-party c++ library that compiled on Windows. I can port app for android with Necessitas, and alse can port the third-party c++ library for Android. But I am confused with this

[Interest] [HELP]How to open an Oracle database with sysdba role inQt?

2012-12-18 Thread Xiaognag Wang
Hello everyone, I try to execute sql statement create pfile from spfile, it is need DBA access right. but I can not find method to open database with sysdba role in Qt.In Oracle sqlplus, this can be done by following command: SQLconn system/password as sysdba But does anyone has experience for

Re: [Interest] [Help]A big problem about accessing database using OCI driver plugin from qt application.‏

2012-10-31 Thread Xiaognag Wang
: [Interest] [Help]A big problem about accessing database using OCI driver plugin from qt application.‏ On 30/10/12 5:25 PM, Xiaognag Wang wrote: You mean this big difference (7 seconds and 30 millisecond ) was caused by cache

Re: [Interest] [Help]A big problem about accessing database using OCI driver plugin from qt application.‏

2012-10-30 Thread Xiaognag Wang
a string to convert to an integer.. Without seeing code, its gonna be hard to diagnose further. Scott From: interest-bounces+scott=onshorecs@qt-project.org [mailto:interest-bounces+scott=onshorecs@qt-project.org] On Behalf Of Xiaognag Wang Sent: Monday, October 29, 2012 10:23 AM To: qt

[Interest] [Help]A big problem about accessing database using OCI driver plugin from qt application.‏

2012-10-28 Thread Xiaognag Wang
Dear All, I meet a big problem need your help:1. my evnriomnent: Win7 + Qt-SDK1.2.1 + oracle11g_home22. I compiled oci driver plugin for accessing Oracle database from qt application.3. the problem is: it is too slow to get data from database, for example: get 2 records from database will