With XAMPP in the PHP world, you can install PHP, Apache, MySQL and all of the tools needed to manage a complete solution from a single installer.
All of the ADMIN for this environment is then run from a PHP driven front-end, which I reckon is pretty cool. So, I want to recreate that kind of environment as an "open source" project in a way.
I would be happy to upload the code & share it, as well as use this forum as a repository for the project.
Maybe it is already done and I don't have to beat myself up trying to re-invent the wheel, but I haven't been able to find such a project anywhere else yet.
So, I am including a simple app with this post as a starting point.
The app consists of a single form, a module that has Doug Steele's DSN-Less connection with my amendments to it and a set of linked tables to an SQL Server.
The form has a place to enter a username & password that will refresh the links to your server. I did not put a text box for SERVERNAME or DBName on the form because I am lazy
.
Also on the form is a tab control with 2 tabs which will display all the DBs on the server selected, all the tables in the default database that you are currently logged into and all of the logins defined on your server as a starting point.
I would like to be able to eventually get to the point where this app can be used to fully administer an SQL Server DB, whether that DB is Oracle, MySQL, SQL Server or any other.
I don't know if this would be of interest to everyone else, but it definitely is a tool that I will find very valuable in my life and am willing to contribute to it on an ongoing basis.
I am going to post a couple of other questions related to this app afterwards, so that the individual threads can stay discrete from this broad topic, but they will realy be part of this project in my mind.
All of the ADMIN for this environment is then run from a PHP driven front-end, which I reckon is pretty cool. So, I want to recreate that kind of environment as an "open source" project in a way.
I would be happy to upload the code & share it, as well as use this forum as a repository for the project.
Maybe it is already done and I don't have to beat myself up trying to re-invent the wheel, but I haven't been able to find such a project anywhere else yet.
So, I am including a simple app with this post as a starting point.
The app consists of a single form, a module that has Doug Steele's DSN-Less connection with my amendments to it and a set of linked tables to an SQL Server.
The form has a place to enter a username & password that will refresh the links to your server. I did not put a text box for SERVERNAME or DBName on the form because I am lazy

Also on the form is a tab control with 2 tabs which will display all the DBs on the server selected, all the tables in the default database that you are currently logged into and all of the logins defined on your server as a starting point.
I would like to be able to eventually get to the point where this app can be used to fully administer an SQL Server DB, whether that DB is Oracle, MySQL, SQL Server or any other.
I don't know if this would be of interest to everyone else, but it definitely is a tool that I will find very valuable in my life and am willing to contribute to it on an ongoing basis.
I am going to post a couple of other questions related to this app afterwards, so that the individual threads can stay discrete from this broad topic, but they will realy be part of this project in my mind.