|
|
@ -197,7 +197,7 @@ export const DESIGN_DRIVER_TYPE = [ |
|
|
|
]; |
|
|
|
]; |
|
|
|
export const DATA_BASE_TYPES = [ |
|
|
|
export const DATA_BASE_TYPES = [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
text: 'ADS', |
|
|
|
text: BI.i18nText('Dec-Dcm_Connection_Analytic_DB'), |
|
|
|
databaseType: 'ads', |
|
|
|
databaseType: 'ads', |
|
|
|
driver: 'com.mysql.jdbc.Driver', |
|
|
|
driver: 'com.mysql.jdbc.Driver', |
|
|
|
url: 'jdbc:mysql://hostname:port/database', |
|
|
|
url: 'jdbc:mysql://hostname:port/database', |
|
|
|