Hi,
Sorry to start a new thread like this, based on the fact that I allready dosted this message in another thread, but the other thread is on a nother topic about DBs (you can view it here http://www.indigorose.com/forums/sho...50&postcount=7)
The thing is that all I really need is some help with a function to create tables, some knowlegde of the way SQLite generates tables on QueryToTable could be usefull but not a importent the important bit is to create loops inside loops.
I'm not that good a the loop thing, dont know if its because I dont think logicaly about it but my last attempt on this caused my SQL server to go baserk because I had by accident created a loop that not only looped the loop inside it, but the inside loop looped a query to the database and you couldent stop it, because when you stoped one loop the other loop wouldt just loop it and start all over.
By the time I figured this out, my MySQL server was allready so messed up with all the looping queries that I had to take it down and restart it.
So what can we learn from this, be carfull what you wish for![]()
The fact remaining, if someone is good with tables inside tables and creating them with loops inside loops then take a look ad the other thread and help solve this problem.
I'm actually trying to create a function that will use the connection to a MySQL database and return the output in the same manner as the SQLite plugin so that every one can use connections to MySQL servers with out huge programming skill all they have to do is use the help files to lern a little about the SQLite plugin and wupti, you can use a MySQL connection aswell.
This wouldt be a wonderful workaround untill IR integrates MySQL database connections in the same manner as the SQLite plugin.
cheers,
Jonas



