Monday 28 November 2011

What is the difference between sqldirect and other jdbc activities?


3 comments:

  1. 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

    ReplyDelete
  2. sql direct execute all sql (dml) and ddl stmts that are not executes by other activities.

    ReplyDelete
  3. what is the difference b/w sql direct and jdbc query ?

    ReplyDelete