cws dba34b: fix for i116042
This commit is contained in:
parent
a7432ec69f
commit
dd9c079376
1 changed files with 6 additions and 6 deletions
|
@ -192,15 +192,15 @@ testcase db_JDBCMySQL
|
|||
|
||||
dbok = fCreateMySQL_JDBC_Datasource(sFileName,aDatabaseProperties(3),aDatabaseProperties(2),aDatabaseProperties(4),aDatabaseProperties(5))
|
||||
if dbok = true then
|
||||
'call fOpendatabase(sFileName,aDatabaseProperties(6))
|
||||
'call fCreateTable( aFieldTypeContent(), sTableName)
|
||||
'call fInsertIntoTable( aFieldContent(), sTableName)
|
||||
'call fCloseDatabase
|
||||
call fOpendatabase(sFileName,aDatabaseProperties(6))
|
||||
call fCreateTable( aFieldTypeContent(), sTableName)
|
||||
call fInsertIntoTable( aFieldContent(), sTableName)
|
||||
call fCloseDatabase
|
||||
|
||||
use "dbaccess/optional/includes/db_Query.inc"
|
||||
call db_Query(sFileName,"MYSQL_JDBC")
|
||||
call db_Query(sFileName,"MYSQL_JDBC",aDatabaseProperties(6))
|
||||
|
||||
'call tRelation( sFileName, aDatabaseProperties(6), "rel1", "rel2" )
|
||||
call tRelation( sFileName, aDatabaseProperties(6), "rel1", "rel2" )
|
||||
|
||||
else
|
||||
warnlog "Data Source could not be created - beyond testcases stopped"
|
||||
|
|
Loading…
Reference in a new issue