Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
b9b433d8
Kaydet (Commit)
b9b433d8
authored
Mar 23, 2009
tarafından
Hans-Joachim Lankenau
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
CWS-TOOLING: integrate CWS automation310e_DEV300
2009-03-20 12:09:30 +0100 msc r269793 : #100389#
üst
9ecd04c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
9 deletions
+29
-9
dbcreatetools.inc
testautomation/dbaccess/tools/dbcreatetools.inc
+29
-9
No files found.
testautomation/dbaccess/tools/dbcreatetools.inc
Dosyayı görüntüle @
b9b433d8
...
...
@@ -1470,14 +1470,22 @@ function getIdForDatabaseType(sType as String ) as Integer
if
(
sType
=
"AdabasD"
)
then
ii
=
4
elseif
(
sType
=
"dBase"
)
then
ii
=
6
elseif
(
sType
=
"dBase"
)
then
if
gPlatform
=
"osx"
then
ii
=
5
else
ii
=
6
endif
elseif
(
sType
=
"Access"
)
then
ii
=
0
elseif
(
sType
=
"Evolution"
)
then
ii
=
13
elseif
(
sType
=
"JDBC"
)
then
ii
=
8
elseif
(
sType
=
"JDBC"
)
then
if
gPlatform
=
"osx"
then
ii
=
7
else
ii
=
8
endif
elseif
(
sType
=
"LDAP"
)
then
if
gPlatGroup
=
"w95"
then
ii
=
12
...
...
@@ -1496,14 +1504,26 @@ function getIdForDatabaseType(sType as String ) as Integer
ii
=
2
elseif
(
sType
=
"MySQLODBC"
)
then
ii
=
1
elseif
(
sType
=
"ODBC"
)
then
ii
=
9
elseif
(
sType
=
"ODBC"
)
then
if
gPlatform
=
"osx"
then
ii
=
8
else
ii
=
9
endif
elseif
(
sType
=
"OracleJDBC"
)
then
ii
=
3
elseif
(
sType
=
"Spreadsheet"
)
then
ii
=
5
elseif
(
sType
=
"Spreadsheet"
)
then
if
gPlatform
=
"osx"
then
ii
=
4
else
ii
=
5
endif
elseif
(
sType
=
"Text"
)
then
ii
=
7
if
gPlatform
=
"osx"
then
ii
=
6
else
ii
=
7
endif
elseif
(
sType
=
"ADO"
)
then
ii
=
9
' only 9 because on windows +1 is added at the end
elseif (sType = "Windows") then '
windows
addressbook
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment