hey everyone!
okay, so I have a server with mysql on it, but I'm having trouble getting any of the scripts work with it. I plan on creating a database to store multiple things, and use alias' to create queries / modifications to the different tables. The catch is I plan to create a plug-in so other people can access and possibly modify. From there, I hope to move the output into a miniwindow, but plan on just noting it into the output for now.
I don't know one scripting language from the other, but with an example I can generally figure out what's happening - so to that end I am open to using any one of the many scripting languages to build this.
For starters..
What do I need to do first? Many of the database plug-ins or scripts require additional dll's, but I don't know if anything has changed with my version (4.43).
From there, How do I connect to my database? Let's say I have a database called test with a table called areas and fields name level directions... see where I am going?
Simple is best, for me, and any help is appreciated! thanks!
okay, so I have a server with mysql on it, but I'm having trouble getting any of the scripts work with it. I plan on creating a database to store multiple things, and use alias' to create queries / modifications to the different tables. The catch is I plan to create a plug-in so other people can access and possibly modify. From there, I hope to move the output into a miniwindow, but plan on just noting it into the output for now.
I don't know one scripting language from the other, but with an example I can generally figure out what's happening - so to that end I am open to using any one of the many scripting languages to build this.
For starters..
What do I need to do first? Many of the database plug-ins or scripts require additional dll's, but I don't know if anything has changed with my version (4.43).
From there, How do I connect to my database? Let's say I have a database called test with a table called areas and fields name level directions... see where I am going?
Simple is best, for me, and any help is appreciated! thanks!