Categories
- about
- Adwords
- Android Application Development
- Artificial intelligence
- Auction Script
- Business & Marketing
- CRM Solution
- E Commerce
- Featured
- Fiverr clone
- General
- Groupon clone
- Headline
- iPhone Application Development
- Living Social
- mobile application
- Mobile Commerce
- Mobile Products
- ndot.in
- outsourcing
- Programming
- Search Engine Marketing
- Semantic web
- SEO Company
- SEO services
- Social Commerce
- Social CRM
- Social media
- Social Media Marketing
- Social networking
- Sports
- Uncategorized
- Web Development
- Yipit Clone
Tags
Add new tag AJAX android android application android application development api crawl css drupal error facebook Fiverr clone framework functionality Groupon Clone Groupon Clone Script HTML interoperability iPhone application development java script javascript joomla know3 mobile application MySQL ndot open source OWL php rdf Search engines Semantic web SEO Company SEO Service SEO services Social media Social Media Marketing Social networking tags triple DES twitter web 3.0 widgets XHTML Yipit Clone
Tag Archives: MySQL
mysql date_format() list
DATE_FORMAT() function formats the date by specifying a sequence of format strings. A string is composed of the percentage symbol ‘%’ followed by a formatting letter. These are some of the more common strings to use: Specifier Description %a Abbreviated … Continue reading
mysql_error() function in php
Use of mysql_error() in php <?php $link = mysql_connect(“localhost”, ”mysql_user”, ”mysql_password”); mysql_select_db(“nonexistentdb”, $link); echo mysql_errno($link) . ”: ” . mysql_error($link). ”\n”; mysql_select_db(“kossu”, $link); mysql_query(“SELECT * FROM nonexistenttable”, $link); echo mysql_errno($link) . ”: ” . mysql_error($link) . ”\n”; ?>
Effective Data warehousing
Data warehousing applications do not typically process small requests but rather massive queries across specific dimensions such as time, geography, customer, product, etc. These queries may require seconds, minutes, or even hours of processing time depending on database software and … Continue reading
Data integration and mash ups
Data Integration is concerned with combining data from various Sources into one consistent stream. It provides an essential Single View of Data, for example, a Single View of a Customer. Various resources may be necessary for a business so that … Continue reading
Posted in ndot.in
Tagged Apatar, application and data, BorlandJ Data Store, browser, business mash ups, Compiere ERP, consumer mash ups, Csv, data mash ups, DB2, enterprise mash ups, Goldmine, HSQL, InstantDB, integrate, mash ups, MS Access, MS Excel, MS SQL, MySQL, Oracle, Paradox, Postgre SQL, Qed, SugarCRM, Sybase, XML
Leave a comment