MYSQL

Oracle Upgrade: Offers route from SQL Server to MySQL

Submitted by navajocodetalker on
MySQL Workbench 5.2, the latest version has a new migration wizard designed to provide an easy way to migrate from third party products to MySQL. This first version of the wizard lets you migrate from Microsoft SQL Server and from databases supporting ODBC such as PostgreSQL. It has also been improved with over 100 bug fixes and code completion in the SQL Editor. Here's the full list of bug fixes

PHP Bookstore Business w/ MySQL

Submitted by EmbuscadoGeoff on
Hi my name is Geoff Embuscado, a 3rd year BSIT student at Jose Rizal University and Im new to Sourcecodester and I want to contribute this WEB APPLICATION project I made using PHP/MySQL. This is my very first WEB APPLICATION PROJECT I've post in SourceCodester because Im very busy with my THESIS at Jose Rizal University and my free time is taken away because of the time that is consumed due to my

C# MYSQL Point Of Sale Software

Submitted by janaka attanayaka on
Hi all, I'v created this for a computer sales center. check this out and if have any errors, inclinations please leave heare.., [email protected]. thank you, Have fun...! database : Sales Login UserNAme: AdminJIK Password : 1234 Copy 'POS' folder to "C:\Program Files\" and add 6 wallpapers and Rename it as 'POS (1).jpg' ,'POS (2).jpg'.... 'POS (6).jpg'.

How to Concatenate Column Values from Multiple Rows

Submitted by admin on

Just want to share with you on how to concatenate or combine one or more values from multiple rows. This SQL code is part of my “Online Hotel Reservation” project.

The idea here is to group column values while concatenating the other column to avoid duplicate records.

Here’s an example:

I have the following record on my table:

Simple Login using Visual Basic 2010 (SQL Server database)

Submitted by EmbuscadoGeoff on
Simple Login System using Visual Basic 2010. The File-type for its database is SQL SERVER. This Project is for beginners specially for those who are developing System and finding their security purposes for their System using in Visual Basic 2010. This is for Education purposes. Mabuhay Filipino Programmers~!

Salon System using visual basic .net and SQL server

Submitted by thesis2425 on
Im selling the complete source code of the SALON SYSTEM for your thesis, with also the database and a free configuration to your computer. Free technical issue consultation Program was coded using Visual Basic .net 2011 and SQL Server 2008 as database. Report was created using Reporting Services. SYSTEM HAS BEEN DESIGNED FOR A TOUCH SCREEN MONITOR Flow of the system:

Scheduling System

Submitted by may ann on
This is a system called Online Scheduling System made as one of the requirements in school.. uses Sessions for logging in and out [user authentication]. Has Add, View, Edit, delete information related to scheduling such as room, subjects, course, teacher.. etc.. Has a functionality to add, view and delete schedules.

CheckBox Control with MySQL

Submitted by admin on
Another source code on how to populate a CheckBox control with data, this time by using MySQL. In order to run this program you need to install the database included in the TreeView Control with MySQL. This program needs the Products table from the Northwind database which I ported to MySQL. Again the purpose of this code is to show you how to easily populate checkbox control with data. For more

ComboBox Control with MySQL

Submitted by admin on
This program will use the database from the previous source code called DataGridView Control with MySQL. You can use this program without downloading the previous source code by importing the SQL file to the northwind database. If you like you can use different name for the database. Just make sure to change the connection string to the name you choose. I just modified the source code from our