Multiple Sql Statement ODBC

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?iso-8859-1?B?RmFkpQ==?=

    Multiple Sql Statement ODBC

    Hello Guy,

    I was wondering if you could help me figuring out how to execute
    multiple sql statement at once using odbc_fetch_arra y method. it would
    be much more efficient than executing each statement alone!

    Thanks for your time,

    Fadi

  • dev_jg

    #2
    Re: Multiple Sql Statement ODBC

    On Feb 8, 10:49 am, "Fad„" <fad...@gmail.c omwrote:
    Hello Guy,
    >
    I was wondering if you could help me figuring out how to execute
    multiple sql statement at once using odbc_fetch_arra y method. it would
    be much more efficient than executing each statement alone!
    >
    Thanks for your time,
    >
    Fadi
    Did you consider creating a stored procedure and calling it ?

    Comment

    • =?iso-8859-1?B?RmFkpQ==?=

      #3
      Re: Multiple Sql Statement ODBC

      hello dev_jg
      I have considered stored procedure, but in my case i was wondering if
      we could do it using sql commands!
      any idea?

      thanks!

      Comment

      Working...