Tag : mysql

Title User Language Tags Description Date
Connecting to Oracle using Java JDBC roizaig Java

Connecting to Oracle using Java JDBC

April 20
La fonction COALESCE de MySQL permet de renvoyer une valeur par défaut si la valeur null est renvoyée initialement. pruntrut MySQL

Le fonction COALESCE de MySQL permet de renvoyer une valeur par défaut si la valeur null est renvoyée initialement.

January 29
PHP ile MySQL Veritabanı Bağlantısı kombicom PHP

AÇIKLAMA

Aşağıdaki kod kullanıcı adı root (default) ve şifresi 123456789 olan bir kullanıcının sistemde tanımlı database isimli bir veritabanına bağlantısını göstermektedir. Php' den MySQL'e nasıl bağlanıldığına dair örnek kod teşkil eder.

Yerel (local) bilgisayarda Php ile veritabanına basit bir code ile bağlanma aşağıdaki gibidir.(baymak kombi servis, ariston kombi servisi)

Program Kodu:

January 18
[MySQL] Add condition to Virutal Fields tucq88 MySQL

By using HAVING 'virtual_field' CONDITION we can add conditions to virtual fields that created at SELECT

January 10
batch accounts import into discuz with python dylanninin Python

batch accounts import into discuz with python

December 4
JSONP Public API with jQuery getJSON (callback) (MySql) halk PHP

This is a public jsonp api. I use it with jQuery Like This: $.getJSON("http://yourdomain/yourpath/jsonpapi.php?method=getSchema&params=yourdb_name&jsoncallback=?", function(data){ //DO SOMETHING WITH THE DATA HERE } );

November 16
What MySQL Table Has What Column philsown MySQL

How to find a given column in a given database in MySQL

November 16
PHP Simple Class For MySQL rutti PHP

a brief Class of frequently used MySQL functions.

November 6
create new database claudiodev MySQL

Create a new database and its respective user with all privileges

October 22
[CakePHP] Update field with current field data tucq88 PHP

Update current field data.

October 22
Delete duplicate records in MySQL database bluecap MySQL

Compare a table against itself to remove records where column value(s) are identical.

October 15
MySql Safe Escape (single var,array,md-array)vs Injection XSS halk PHP

This is my function for sanitizing data before I insert it into my database. It handles single variables, single dimensional arrays, and multi-dimensional arrays(recursive). It sanitizes numeric data(detects if int or float), checks for html tags in the posted data and makes it safe for storage(I store html and code snippets in my db). It checks for magic quotes and determines if mysqlrealescapestring function exists and if it doesnt mysqlescape_string is used (for older versions of php).

October 14
PDO Insert array function rickygri PHP

PDO-format insert array function

October 10
MySQL - Simulate MySQL Queries satie83 MySQL

You could start a transaction before running your queries and then rollback after running them. Note that to do this you'll require InnoDB or XtraDb tables (won't work on MyISAM).

September 20
MySQL Pipeline scrapy Python September 1