Tag Archives: database

MySql on Command Line Primer Tutorial

Today’s tutorial follows up on MySql Stored Procedures Primer Tutorial as shown below, to illustrate that MySql database (and PHP server-side language) are friends of the command line, and you can use all these tools in batch processing, even though … Continue reading

Posted in Database, eLearning, Operating System, Tutorials | Tagged , , , , , , , , , , , , | Leave a comment

Ajax jQuery Primer Tutorial

A lot of the things people like about the Web are to do with Javascript and client-side activities. Adding to that experience are Javascript libraries packed full of features. Probably the best known of these is jQuery. It is very … Continue reading

Posted in Ajax, Database, eLearning, Tutorials | Tagged , , , , , , , , , | Leave a comment

Apache/PHP/MySql Configuration Primer Tutorial

Some people like to study things before starting to use it. Some people tackle things head on straight away. Either way, as far as Apache/PHP/MySql web hosting goes, it is good to understand some of the configuration of this hosting. … Continue reading

Posted in Database, eLearning, Operating System, Software, Tutorials | Tagged , , , , , , , , , , , | Leave a comment

OpenOffice MySql Import Data Migration Primer Tutorial

Here is a tutorial that shows you some database functionality of a great suite of office automation programs called OpenOffice, by Apache Software Foundation. OpenOffice has functionality like the Microsoft Office suite of programs, bringing the user a lot of … Continue reading

Posted in Data Integration, Database, eLearning, Tutorials | Tagged , , , , , , , , , , , | 1 Comment

Content Management Systems Primer Tutorial

Here is a tutorial that introduces you to Content Management Systems, or CMS. Let’s have a look at how Wikipedia defines CMS: A Content Management System (CMS)[1][2][3] is a computer program that allows publishing, editing and modifying content as well … Continue reading

Posted in Database, eLearning, Tutorials | Tagged , , , , , , , | 3 Comments

ASP.Net Dynamic Data Entity Framework Primer Tutorial

Today’s tutorial integrates an SQL Server database with an ASP.Net website using dynamic data (ADO.NET) entity framework (also look up CRUD), building on previous Sql Server Stored Procedure Primer Tutorial as shown below. The word dynamic is very suitable for … Continue reading

Posted in Data Integration, Database, eLearning, Tutorials, Visual Studio | Tagged , , , , , , , , , , , | 3 Comments

Advantage Stored Procedures Primer Tutorial

Today’s tutorial uses the database application called Advantage, and adds to a previous tutorial called Advantage Primer Tutorial presented below, to oversee the results of some SQL code calls to create tables called POINT and CIRCLE used to store information … Continue reading

Posted in Database, eLearning, Tutorials | Tagged , , , , | Leave a comment

Access Stored Procedures Primer Tutorial

Today’s tutorial, which builds on previous Access Primer Tutorial, uses Microsoft Office’s database application called Access to oversee the results of some SQL code calls to create tables called POINT and CIRCLE used to store information defining a circle, and … Continue reading

Posted in Database, eLearning, Tutorials | Tagged , , , , , , , , , | Leave a comment