public marks

PUBLIC MARKS with tags mysql & sql

04 December 2006

Database Tutorial and Articles-----www.hotcoding.com

by sz2006 & 2 others
Tutorials and articles about database programming and interface. Database topics include MS access, My SQL, Oracle, DB2, MS Sql, AND POSTGRESQL. It's a nice reference site for all kinds of DB-related programming.

Database Tutorial and Articles-----www.hotcoding.com

by Clichop & 2 others
Tutorials and articles about database programming and interface. Database topics include MS access, My SQL, Oracle, DB2, MS Sql, AND POSTGRESQL. It's a nice reference site for all kinds of DB-related programming.

Database Tutorial and Articles-----www.hotcoding.com

by Mintolf & 2 others
Tutorials and articles about database programming and interface. Database topics include MS access, My SQL, Oracle, DB2, MS Sql, AND POSTGRESQL. It's a nice reference site for all kinds of DB-related programming.

15 November 2006

14 October 2006

10 October 2006

03 October 2006

Communicating with the Server of a MySQL Client with AJAX

by rmaltete
Looking for a comprehensive tutorial that shows you how to create a MySQL client application with the help of AJAX? Then this is the article you’ve been waiting for! Welcome to the concluding part of the series "Creating a MySQL Client with AJAX." In three parts, this series walks you through the process of building a simple application that allows you to run select, insert, update and delete SQL commands against a given MySQL database table, all from your own browser.

02 October 2006

Liste des incompatibilités lors de la migration à MySQL 5

by dzc (via)
"Mike Kruckenberg vous donne une vue toute particulière sur la migration vers MySQL 5 : la liste des incompatibilités. Si vous utilisez l'une des fonctionnalités listées dans cet article, alors attendez-vous à devoir modifier votre code. Parmi les points à surveiller : Les types NUMERIC, DECIMAL, DATETIME, BINARY. LOAD DATA, SHOW STATUS, LOCK" (nexen)

20 September 2006

Chaines de caractères Kung Fu, en MySQL

by phpien
Utilisation de quelques fonctions de chaines de caracteres en MySQL

Tagged in MySQL Tip & Notes

by phpien
trucs et astuce d'utilisation de mysql et des bases de données

13 September 2006

06 September 2006

MySQL 5 et les procédures stockées

by dzc
MySQL 5 et les procédures stockées

01 September 2006

30 August 2006

Inserting records into the Database with Java Servlets

by heyvoon
This article is next in the series of articles about selecting, inserting, updating and deleting records from the database using JDBC. In this article we will learn how to insert records into the database. If you have followed my earlier article about 'Displaying Records from the Database' then this article is not going to be difficult at all. 90% of the code will be same. So if you haven't read that article then I will suggest that you go through that article before starting this one as quite a few important things have been explained in detail there.

29 August 2006