Jump to content
  • 0
pidow

SQL database

Question

Hello,

I need some information: is possible to a script to read a different SQL database than ragnarok.
I think like IPB database.
Do you think is possible ? how ?
Thx a lot !!

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Depends what this is needed for...

 

You can do it Habilis' way (not as efficient, but somewhat easier)

 

Habilis' way :

  1. Well you can read a custom table (or  MySQL View) from your Ragnarok database
  2. Create a mysql view in your Ragnarok database
  3. reference the other database in this mysql view
  4. Database user your Emulator uses should have access to SELECT (or whatever else you want to do) on that OTHER database...

 

Food for Thought (To inspire you):

 

http://stackoverflow.com/questions/674115/select-columns-across-different-databases

 

http://stackoverflow.com/questions/5698378/mysql-join-between-tables-in-2-different-databases

Edited by Habilis

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.