Learn how to Make Money Online doing freelancing, Affiliate Marketing, Blogging and many more ...
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  | More
Tutorials and Source Code in : MySQL / PostGRESQL Bookmarks Forum Tools Search this Forum
Announcement
Views: 17,887 View Announcement Announcement: Rules for Duplicate Article Submission
10-08-2008 shabbir (Go4Expert Founder)
  Rating Article / Author Last Post Reverse Sort Order Replies Views
 
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...
03-24-2010 01:17 PM
by pete_bisby Go to last post
17 14,797
 
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 09:44 PM
by pradeep Go to last post
12 43,313
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 09:30 PM
by Saseydon Go to last post
3 4,180
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 01:28 PM
by jspguy Go to last post
7 5,356
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 02:02 PM
by arbaz.it Go to last post
2 7,278
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 08:45 PM
by shabbir Go to last post
2 5,977
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 11:07 AM
by verci Go to last post
5 8,839
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 11:34 AM
by Bhullarz Go to last post
5 27,322
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 09:03 PM
by shabbir Go to last post
1 10,530
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 10:22 AM
by Tango Issac Debian Go to last post
1 5,650
 
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 08:53 PM
by pradeep Go to last post
0 4,682
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 01:52 PM
by shabbir Go to last post
1 6,574
 
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 01:43 PM
by pradeep Go to last post
0 4,836
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 03:28 PM
by pradeep Go to last post
0 6,965
Post New Thread  Submit New Article  Copy HTML to Clipboard  Copy BBCode to Clipboard  | More

Display Options Currently Active Users
Showing articles 1 to 14 of 14 1 (0 members & 1 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
 

All times are GMT +5.5. The time now is 05:35 AM.