i want to know about an creation of database from servoy program…can anyone help me? plz let me know about it
From within Servoy you can only create a Sybase database (in Servoy 4 right click on a server node and you have an menu item for this). If using other database engine you must create the database outside Servoy, then define the Servoy server through Server editor.
Hi
Here I also interest about your topic and discussions.
Now i just trying to create database from servoy (ofcourse my servoy is v4).
But I just want to create new database from servoy at program run time.
Not to sybase but into the MySQL.
Thanks
Aung Mon
so you want in a client (not developer) create a database?
Why would you do that?
Problem is that i think through the raw sql plugin you could maybe do that somehow for specific database
But then still you have a problem that the client will not be able to access it because the server doesnt have any notion of that db.