Still remember the similar article I wrote regarding the title of this article? Well, if you want to implement breadcrumb using the SQL Server database, then here is the related Stored Procedures in SQL Server format. In other words, this following article will show you the same Stored Procedures in SQL Server instead of using [...]
[Read more...]How to Convert Seconds to “Days, Hours:Minutes:Seconds” Format in Visual Basic 6 (VB6)
This following code will give you a complete solution how to convert a Seconds value to a “Days, Hours:Minutes:Seconds” format in Visual Basic 6 (VB6). This will be useful when you want to know how many days, hours, minutes, and seconds from the given Seconds value. For example, you have a record which has value [...]
[Read more...]How to Convert Special Character to HTML Code
Sometimes, I have to view special character that could not be displayed directly on my website for the certain reason. For example, when I wanted to share a knowledge about How to Translate Your Blog Title and Description Using qTranslate Plugin then I have to display special tag related to this topic like [:en] which [...]
[Read more...]How to Convert 10 Digits Numeral to The Date Value?
I have hundreds of records that need to be imported from one table and database (let’s say that this is the first database) to another table in different database (and the last one is the second database). Unfortunately, one of the columns in the table in first database has the Date value in 10 digits [...]
[Read more...]How to Convert 5 Digits Numeral to The Date Value?
A few days ago, a friend of mine asked me for help. He wanted to export his data from Excel file into Access database file. There were about sixteen thousand rows in Excel that have to be exported into Access. One of the columns in that Excel had a Date data. Unfortunately, most of those [...]
[Read more...]
Recent Comments