 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Cenk Guest
|
Posted: Sat Jun 17, 2006 5:31 pm Post subject: Which is faster? |
|
|
Hi,
i wanna know, calling SP inside the BCB5 or writing SELECT statement in the
BCB5 faster? |
|
| Back to top |
|
 |
Leif Suonvieri Guest
|
Posted: Thu Jun 22, 2006 8:10 am Post subject: Re: Which is faster? |
|
|
Cenk skrev:
| Quote: | Hi,
i wanna know, calling SP inside the BCB5 or writing SELECT statement in the
BCB5 faster?
A stored procedure should generally perform faster than a SQL-statement, |
because such statement must be parsed, syntax checked, compiled and
optimized. All that is already done in a SP.
/Leif |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|