Learn how to Make Money Online | Free Tech Magazines
Go4Expert
Go4Expert RSS Feed

Go Back   Programming and SEO Forum >  Go4Expert > Articles / Source Code > Database

Post New Thread  Submit New Article Copy HTML to Clipboard  Copy BBCode to Clipboard  Add to del.icio.us  Add to Google  Digg it  Add to Yahoo !  Add to Windows Live  Add to Facebook  Add to StumbleUpon 
Tutorials and Source Code in : MySQL / PostGRESQL Bookmarks Forum Tools Search this Forum
Announcement
Views: 11,611 View Announcement Announcement: Rules for Duplicate Article Submission
10-08-2008 shabbir (Go4Expert Founder)
  Rating Article / Author Last Post Reverse Sort Order Replies Views
 
decodec
Introduction A very interesting and useful capability of MySQL is to incorporate Regular Expressions (regex) in SQL queries. The regular expression support in MySQL is extensive. Let's take a look at using Regular Expressions in queries and the supported metacharacters. Using Regular...
11-04-2009 10:44 PM
by pradeep Go to last post
12 26,441
Red face
Thread Rating: 1 votes, 5.00 average. Mary
Introduction If you're using MySQL, there are some easy things you can do to secure your systems and significantly reduce the risk of unauthorised access to your sensitive data. The most valuable asset for technology-based organisations is usually the customer or product information in their...
06-06-2009 10:30 PM
by Saseydon Go to last post
3 3,304
 
Thread Rating: 2 votes, 5.00 average. pete_bisby
Logging database transactions is relatively easy within PostgeSQL and MySQL. Options can be set within the configuration files (postgresql.conf for PostgreSQL and my.ini for MySQL) to enable and record database INSERTs, UPDATEs and DELETEs. But if a client requires to view this information on a...
05-21-2009 11:29 AM
by itsys Go to last post
13 10,184
Thumbs up
Thread Rating: 15 votes, 5.00 average. hurricanesoftwares
Relational Database Design is one of the most powerful ways to ensure data integrity and a great way to kick-off any project. Very often the first thing developers do when starting a new project, or stub-project, is to design the database. This way the structure of the application is already in...
10-08-2008 02:28 PM
by jspguy Go to last post
7 3,482
Talking
pradeep
Many times we need to update a record but we might not know whether such a record exists or not. In traditional programming we usually check whether the record exists or not, then perfrom the appropriate query according to the result of the previous query. A very good example of such situatuion is...
02-25-2008 03:02 PM
by arbaz.it Go to last post
2 4,524
Cool
Thread Rating: 1 votes, 5.00 average. pradeep
Many of the more mature databases like MySQL, Oracle, PostgreSQL, etc. support the concept of prepared statements. Many languages or their database abstraction classes/modules support or sometimes need you to prepare the queries before they are executed, also some modules require that you prepare...
02-20-2008 09:45 PM
by shabbir Go to last post
2 4,114
Exclamation
shabbir
I just happen to make my life worse when I forgot my MySQL password on my Vista PC. I tried Googling out for forgot password for Windows Vista but happen to find everything from XP to Linux but not Vista and after going through each of them including the Linux one's as well I happen to reset the...
10-21-2007 12:07 PM
by verci Go to last post
5 6,635
Wink
shabbir
MySQL -?, --help, -IDisplay help. --auto-rehashEnable automatic rehashing. Disable with --disable-auto-rehash. -A, --no-auto-rehashNo automatic rehashing. WARNING: options deprecated; use --disable-auto-rehash instead. -B, --batch Don't use history file. Disable interactive behavior. ...
09-27-2007 12:34 PM
by Bhullarz Go to last post
5 20,881
Cool
Thread Rating: 3 votes, 5.00 average. pradeep
Recent versions of MySQL have implemented support for foreign keys through the InnoDB table engine. Let's see how it works. Referential integrity is an important concept in database design. The term refers to a state when all the references in a database are valid and no invalid links exist...
08-14-2007 10:03 PM
by shabbir Go to last post
1 7,874
Post
Janu
Introduction Data in MySQL is stored in files (or memory) using a variety of different techniques. Each of these techniques employs different storage mechanisms, indexing facilities, locking levels and ultimately provides a range of different functions and capabilities. By choosing a different...
01-30-2007 11:22 AM
by Tango Issac Debian Go to last post
1 4,401
 
pradeep
Sometimes we require to copy an existing MySQL table to another table, usually we get the SQL dump and execute it to create the new table, but we have a shortcut to do that. For instance if we need to make a copy of go4expert_users to a table named go4expert_users_new we need to execute the...
12-23-2006 09:53 PM
by pradeep Go to last post
0 3,780
Thumbs up
Andrew
Introduction A MySQL database abstraction class, which makes database handling easier and object-oriented. The class: class DBI { var $server; var $user;
11-25-2006 02:52 PM
by shabbir Go to last post
1 5,577
 
pradeep
Introduction Sometimes we need to get a formatted date while getting the date from a MySQL database using a SQL query. Fortunately, MySQL has an in-built function called DATE_FORMAT which will help us to acheive the same. DATE_FORMAT(date,format) What is what?? Here are the format...
11-25-2006 02:43 PM
by pradeep Go to last post
0 4,177
Cool
pradeep
TEXT TYPES CHAR( ) A fixed section from 0 to 255 characters long. VARCHAR( ) A variable section from 0 to 255 characters long. TINYTEXT A string with a maximum length of 255 characters. TEXT A string with a maximum length of 65535 characters. BLOB A string with a maximum length of...
07-07-2006 04:28 PM
by pradeep Go to last post
0 4,573
Post New Thread  Submit New Article Copy HTML to Clipboard  Copy BBCode to Clipboard  Add to del.icio.us  Add to Google  Digg it  Add to Yahoo !  Add to Windows Live  Add to Facebook  Add to StumbleUpon 

Display Options Currently Active Users
Showing articles 1 to 14 of 14 2 (0 members & 2 guests)
 
Forum Tools Search this Forum
Search this Forum :

Advanced Search
Bookmarks

New comments New comments More than 15 replies or 150 views Hot articles with new comments
No new comments No new comments More than 15 replies or 150 views Hot article with no new comments
Closed Thread Article is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump
 

All times are GMT +5.5. The time now is 03:30 AM.