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 > mysql and stored procedures

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-30-06, 02:29
esthera esthera is offline
Registered User
 
Join Date: Jun 2006
Posts: 66
mysql and stored procedures

I have a mysql with v5 and I want to write a stored procedure --
if I write it on a mysql 5 can I access it from any other unix server (even a server that does not have mysql 5 on it)
Reply With Quote
  #2 (permalink)  
Old 10-04-06, 16:06
blmgyossi blmgyossi is offline
Registered User
 
Join Date: May 2006
Location: New York
Posts: 15
as long as it goes through ODBC, it is run on the server which has MySQL 5
Reply With Quote
  #3 (permalink)  
Old 10-05-06, 05:55
Ach Ach is offline
Registered User
 
Join Date: Mar 2004
Posts: 370
stored procedure is stored in your database engine (read it DBMS). you access your mysql from unix,win,... and database access the procedure and run it for you.
So you could run it through any db independent mechanism such as ODBC,JDBC but not a OLEDB/ADO pair because there is no such a facility on *nix machines.
-Good luck!
Reply With Quote
Reply

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