If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > How long we can execute prepared statement after prepared once?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-15-11, 07:22
rohitamitpathak rohitamitpathak is offline
Registered User
 
Join Date: Feb 2011
Location: india- new delhi
Posts: 31
How long we can execute prepared statement after prepared once?

As i read out, I think whenever i need to perform any query again and again, ( a big no. of time) , prepared statement is best solution because it save time by not to parsed query again and again,**
I want to know after preapared once, how long i can execute prepared statement,
suppose my window application have 10 different frame( window), so i can execute it from different frame,while declare in another frame, what is the scope of prepared statement?
if for inserting millions of record (automatically) ,if we use stored procedure so how it can spoil the system?
__________________
Amit Pathak
S/w Developer
Zero Systems Pvt Ltd..
Reply With Quote
Reply

Tags
mysql prepared stement

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On