-
Categories
- about
- Adwords
- Android Application Development
- Artificial intelligence
- Auction Script
- Auction Software
- BlackBerry Application Development
- BlackBerry application development
- Business
- Business & Marketing
- Celebration
- Computer
- crm software
- CRM Solution
- E Commerce
- Employee Collaboration
- ERP Solutions
- Featured
- Fiverr clone
- General
- Groupon clone
- Headline
- HTML5 Development
- Internet Marketing
- iPhone Application Development
- Living Social
- Marketing
- mobile app marketing
- mobile application
- mobile application development
- mobile apps
- Mobile Commerce
- Mobile Computing
- Mobile Computing
- Mobile Products
- Mobile Solutions
- Mobile Website
- mobile website development
- ndot.in
- outsourcing
- Patient Appointment Scheduler
- Programming
- Search Engine Marketing
- Semantic web
- SEO Company
- SEO services
- SmartOffer
- Social Commerce
- Social CRM
- Social media
- Social Media Marketing
- Social networking
- Sports
- Uncategorized
- web design and development
- Web Development
- Yipit Clone
Tags
Add new tag AJAX android android application development api Auction Script blackberry application development crawl CRM Software css e commerce facebook functionality Groupon Clone Groupon Clone Script HTML iPhone application development iphone apps javascript joomla know3 mobile app development mobile application mobile application development mobile apps mobile commerce mobile commerce application mobile website MySQL ndot php rdf Search engines Semantic web SEO Company SEO Service Social Commerce Social media Social Media Marketing Social networking tags twitter 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
- October 14, 2012 |
- 0 Comments
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”; ?>
- October 14, 2012 |
- 0 Comments
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
- October 14, 2012 |
- 0 Comments
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
- October 14, 2012 |
- 0 Comments
