crossplatform.ru

Здравствуйте, гость ( Вход | Регистрация )


  Ответ в Oracle +QT 4.6.2
Введите ваше имя
Подтвердите код

Введите в поле код из 6 символов, отображенных в виде изображения. Если вы не можете прочитать код с изображения, нажмите на изображение для генерации нового кода.
Теги
Выровнять по центру
Ссылка на тему
Ссылка на сообщение
Скрытый текст
Сокращение
Код с подсветкой
Offtopic
 
Удалить форматирование
Спец. элементы
Шрифт
Размер
 
Цвет шрифта
 
Отменить ввод
Вернуть ввод
Полужирный
Курсив
Подчеркнутый
 
 
Смайлики
Вставить изображение
Вставить адрес электронной почты
Цитата
Код
Раскрывающийся текст
 
Увеличить отступ
По левому краю
По центру
По правому краю
Вставить список
Вставить список

Опции сообщения
 Включить смайлы?
Иконки сообщения
(Опционально)
                                
                                
  [ Без иконки ]
 


Последние 10 сообщений [ в обратном порядке ]
Andrewshkovskii Дата 20.3.2010, 22:02
  кто-то писал свой драйвер под оракл, я качал, вроде, с qtcentre.org ,сейчас поищу.

http://www.crossplatform.ru/node/883
molchanoviv Дата 16.3.2010, 8:03
  Попробуй через ODBC.
AD Дата 16.3.2010, 0:58
 
Цитата(mettamo @ 16.3.2010, 0:40) *
Не помогло


Я так понял заставить работать oracle с QT практически нереально

Реально, раз драйвера есть! :) Надо покопаться, видимо! :)
mettamo Дата 16.3.2010, 0:40
  Не помогло


Я так понял заставить работать oracle с QT практически нереально
molchanoviv Дата 15.3.2010, 20:49
  http://www.forum.crossplatform.ru/index.php?showtopic=3808
http://www.forum.crossplatform.ru/index.php?showtopic=1087

тут посмотри.
mettamo Дата 15.3.2010, 19:24
  кто нибудь сталкивался?
mettamo Дата 15.3.2010, 0:41
  Здравствуйте, мне нужна помощь, не получается настроить драйвер OCI, руководствовался этим Драйвер Oracle-OCI для Qt (Linux Kubuntu 9.10), Как скомпилировать драйвер oracle для Qt
но безуспешно при выполнении make выдает следующее:

g++ -c -pipe -O2 -fvisibility=hidden -fvisibility-inlines-hidden -D_REENTRANT -Wall -W -fPIC -DQT_NO_CAST_TO_ASCII -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_PLUGIN -DQT_SQL_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I/usr/include/oracle/10.2.0.4 -I/opt/qtsdk-2010.02/qt/include/ -I/opt/qtsdk-2010.02/qt/include/QtSql -I. -o qsql_oci.o ../../../sql/drivers/oci/qsql_oci.cpp
../../../sql/drivers/oci/qsql_oci.cpp: In member function ‘OraFieldInfo QOCICols::qMakeOraField(const QOCIResultPrivate*, OCIParam*) const’:
../../../sql/drivers/oci/qsql_oci.cpp:1098: error: ‘class QOCIResult’ has no member named ‘numericalPrecisionPolicy’
../../../sql/drivers/oci/qsql_oci.cpp:1109: error: ‘class QOCIResult’ has no member named ‘numericalPrecisionPolicy’
../../../sql/drivers/oci/qsql_oci.cpp:1116: error: ‘class QOCIResult’ has no member named ‘numericalPrecisionPolicy’
../../../sql/drivers/oci/qsql_oci.cpp:1118: error: ‘class QOCIResult’ has no member named ‘numericalPrecisionPolicy’
../../../sql/drivers/oci/qsql_oci.cpp: In member function ‘void QOCICols::getValues(QVector<QVariant>&, int)’:
../../../sql/drivers/oci/qsql_oci.cpp:1588: error: ‘class QOCIResult’ has no member named ‘numericalPrecisionPolicy’
../../../sql/drivers/oci/qsql_oci.cpp:1589: error: ‘class QOCIResult’ has no member named ‘numericalPrecisionPolicy’
../../../sql/drivers/oci/qsql_oci.cpp:1593: error: ‘class QOCIResult’ has no member named ‘numericalPrecisionPolicy’
../../../sql/drivers/oci/qsql_oci.cpp:1603: error: ‘class QOCIResult’ has no member named ‘numericalPrecisionPolicy’
../../../sql/drivers/oci/qsql_oci.cpp: In member function ‘virtual QStringList QOCIDriver::tables(QSql::TableType) const’:
../../../sql/drivers/oci/qsql_oci.cpp:2212: error: ‘isIdentifierEscaped’ was not declared in this scope
../../../sql/drivers/oci/qsql_oci.cpp:2213: error: ‘stripDelimiters’ was not declared in this scope
../../../sql/drivers/oci/qsql_oci.cpp: In member function ‘virtual QSqlRecord QOCIDriver::record(const QString&) const’:
../../../sql/drivers/oci/qsql_oci.cpp:2326: error: ‘isIdentifierEscaped’ was not declared in this scope
../../../sql/drivers/oci/qsql_oci.cpp:2327: error: ‘stripDelimiters’ was not declared in this scope
../../../sql/drivers/oci/qsql_oci.cpp:2336: error: ‘isIdentifierEscaped’ was not declared in this scope
../../../sql/drivers/oci/qsql_oci.cpp:2337: error: ‘stripDelimiters’ was not declared in this scope
../../../sql/drivers/oci/qsql_oci.cpp: In member function ‘virtual QSqlIndex QOCIDriver::primaryIndex(const QString&) const’:
../../../sql/drivers/oci/qsql_oci.cpp:2394: error: ‘isIdentifierEscaped’ was not declared in this scope
../../../sql/drivers/oci/qsql_oci.cpp:2395: error: ‘stripDelimiters’ was not declared in this scope
../../../sql/drivers/oci/qsql_oci.cpp:2404: error: ‘isIdentifierEscaped’ was not declared in this scope
../../../sql/drivers/oci/qsql_oci.cpp:2405: error: ‘stripDelimiters’ was not declared in this scope
../../../sql/drivers/oci/qsql_oci.cpp: In member function ‘virtual QString QOCIDriver::escapeIdentifier(const QString&, QSqlDriver::IdentifierType) const’:
../../../sql/drivers/oci/qsql_oci.cpp:2506: error: ‘isIdentifierEscaped’ was not declared in this scope
make: *** [qsql_oci.o] Ошибка 1
Просмотр темы полностью (откроется в новом окне)
RSS Рейтинг@Mail.ru Текстовая версия Сейчас: 5.7.2025, 4:22