sql direct excute all sql(dml) stmts that are not excuted by other activities, for example create a table in database using sql stmt "create" where as jdbc update activity only excute the sql stmts such as insert,delete,update only
sql direct execute all sql (dml) and ddl stmts that are not executes by other activities.
what is the difference b/w sql direct and jdbc query ?
sql direct excute all sql(dml) stmts that are not excuted by other activities, for example create a table in database using sql stmt "create" where as jdbc update activity only excute the sql stmts such as insert,delete,update only
ReplyDeletesql direct execute all sql (dml) and ddl stmts that are not executes by other activities.
ReplyDeletewhat is the difference b/w sql direct and jdbc query ?
ReplyDelete