You are visiting a carrzkiss's Coding Source Page
-
3224 -
July 07, 2011
Creating a Query against multiple tables inside of Microsoft Access Database, is a good way to gather the data that you need quickly. Read more... -
4966 -
July 18, 2012
This is a paging system for Classic ASP, this also includes Columning with Classic ASP as well. If you have a lot of records, than this is the code for you. This will allow you to page through your records. Read more... -
3028 -
June 23, 2017
When Importing a database's tables in SQL Server 2005, the only thing that gets imported by default is the data in the fields, not the default parameters hidden within the properties of each field. This information must be hand written again like the first time. So, this Read more... -
12362 -
October 07, 2011
Turn url text into actual clickable urls, is easy with the Linkify function. Read more...