Aug 17, 2012 @ 3:25 pm.
I found that over time I had a vast number of custom fields set throughout my posts and pages, put there by plugins which are no longer used. In order to remove these unwanted custom fields, you need to edit each post and click on the delete option for each field no longer required, then save the post.
Read the rest of this entry
Tags: SQL, WordPress | Categories: Software Development | 0 Comments
Apr 4, 2011 @ 4:17 pm.
I recently change my blog location from the root domain to a subdomain. Following the guide from WordPress everything went swimmingly, except one thing.
Read the rest of this entry
Tags: SQL, WordPress | Categories: Software Development | 2 Comments
Mar 17, 2008 @ 12:50 pm.
Microsoft SQL Server 2000 provides a method for obtaining meta data using information schema views. Read the rest of this entry
Tags: SQL | Categories: Software Development | 0 Comments
Jan 11, 2008 @ 1:18 pm.
Databases can be compromised if they are open to SQL Injection Attack. Stripping invalid characters from form inputs will reduce this risk.
If you have a form on your site that interacts with a database (e.g. a username/password login form), you should secure the form by adding an additional stage between submission and the database look-up. One way to do this is to check for valid content. Read the rest of this entry
Tags: Forms, Security, SQL, Web Apps | Categories: Software Development | 0 Comments
Jan 5, 2008 @ 10:15 am.
This article illustrates how you can easily connect to and manipulate SQL databases using ActiveX Data Objects (ADO) with Active Server Pages (ASP)
Read the rest of this entry
Tags: SQL, Web Apps | Categories: Software Development | 0 Comments