Custom Search
Category Articles
Airport Database - SQL Engineering Project Download
Added on Thu, Dec 17, 2009
Title: Airport Database Description: Database Download the Below Attached Project Read More
Library System - SQL Engineering Project Download
Added on Thu, Dec 17, 2009
Title: Library System Description: This system use a back end of SQL 2000, use to manipulate the Stored Proc in the Database, it helps you a lot, dont forget to rate it tnx, Click Here To Download The  Project Read More
Registration and Enrolment System - Thesis Version - SQL Engineering Project Download
Added on Thu, Dec 17, 2009
Title: Registration and Enrolment System - Thesis Version Description: Since enrolment system is not that big system so included the Registration as well to make it more interesting to use. Some functions of this software are as follows: a) Client... Read More
Digital clock - SQL Engineering Project Download
Added on Thu, Dec 17, 2009
Title: Digital clock Description: displays date time & year Download the Below Attached Project Read More
EMERGENCY SHUTDOWN! - SQL Engineering Project Download
Added on Thu, Dec 17, 2009
Title: EMERGENCY SHUTDOWN! Description: Start a SQL*Plus session on your PC. Better yet, on somebody else's. Then fire off this script and, with a worried look on your face, get your DBA to come over and check it out. (Intermediate to Advanced).... Read More
SQL Game - SQL Engineering Project Download
Added on Thu, Dec 17, 2009
Title: SQL Game Description: This code allows you to play checkers from Query Analyzer. Download The Below Attached Project Read More
Create thousand Data Base users quickly - SQL Engineering Project Download
Added on Thu, Dec 17, 2009
Create thousand Data Base users quickly 1) Create DBA Privilege user as studentadmin. 2) Create table as studentdata  include ID and Name field. 3) Insert users id and names into studentdata table. 4) Set class path for Oracle DB driver. 5)... Read More
Enrollment System - SQL Engineering Project Download
Added on Thu, Dec 17, 2009
Title: Enrollment System Description: my first enrollment system on vb Click Here To Download The  Project Read More
Calendar - SQL Engineering Project Download
Added on Thu, Dec 17, 2009
Title: Calendar Description: Calendar is a PL/SQL stored procedure that displays a 12-month calendar for the input year upon SQL*Plus execution. (This is a modified version of Sergio Rueda's 7/25/2002 "calproc.sql" Planet Source Code submission)... Read More
Employee Time of Arrival (ETA) prognosticator - SQL Engineering Project Download
Added on Thu, Dec 17, 2009
Title: Employee Time of Arrival (ETA) prognosticator Description: Got an employee or co-worker who's always late? Someone who makes their own hours? Do you want to know when they'll show up? This SQL*Plus script will cue you in to their... Read More
AI, Pattern Recognition - SQL Engineering Project Download
Added on Thu, Dec 17, 2009
Title: AI, Pattern Recognition Description: I present a pattern recognition problem through simplified pictures and random patterns. The PatternRecognition.zip file includes 1) PatternRecognition.doc file with detailed explanation of the pattern... Read More
DBMS JOB job scheduler - status script - SQL Engineering Project Download
Added on Thu, Dec 17, 2009
Title: DBMS JOB  job scheduler - status script Description: This SQL*Plus script shows data on scheduled jobs, non-broken jobs, broken jobs, and jobs currently running under the DBMS_JOB package. Download the Below Attached Project Read More
VB Paint - SQL Engineering Project Download
Added on Thu, Dec 17, 2009
Title: VB Paint Description: VB Paint By Ali2 New Programer For PHOTO Scan All Photo Bu ALL Photo Download The Below Attached Project Read More
Compute Age - SQL Engineering Project Download
Added on Thu, Dec 17, 2009
Title: Compute Age Description: This PL/SQL stored procedure returns a person's age in whole years. It returns the number of whole years between two dates, and will also validate a date. Includes three stored function variants and SQL*Plus test... Read More
A DTS (Data Transformation Service) Search Tool - SQL Engineering Project Download
Added on Thu, Dec 17, 2009
Title: A  DTS (Data Transformation Service) Search Tool Description: Search strings in DTS (Data Transformation Services) Microsoft don't provide such tool Allows, for instance, find what task/package contains certain table or field.... Read More
Spell Number - SQL Engineering Project Download
Added on Thu, Dec 17, 2009
Title: Spell Number Description: Spell,Write,Convert digital number to text word number for more than one language(English /Arabic ..). Easy way just use function to do it from 123456789123456789 and more, The Default Currency is my (Riyal you can... Read More
Count Characters & Count Digits - SQL Engineering Project Download
Added on Thu, Dec 17, 2009
Title: Count Characters & Count Digits Description: Without looping, the tiny count_characters PL/SQL stored function returns the count of IN set characters that are in the IN string. Similarly, count_digits returns the count of digits ... Read More
DBMS JOB job scheduler - INTERVAL examples - SQL Engineering Project Download
Added on Thu, Dec 17, 2009
Title: DBMS JOB  job scheduler - INTERVAL examples Description: Here are nineteen examples of scheduling jobs to run at different intervals using the DBMS_JOB package. (Intermediate to Advanced). Download the Below Attached Project Read More
Document Generator - SQL Engineering Project Download
Added on Thu, Dec 17, 2009
Title: Document Generator Description: generates document having the list of all the tables including their column names datatypes and with their extended properties also in the database Download the Below Attached Project Read More
virtual Magic 8-Ball - SQL Engineering Project Download
Added on Thu, Dec 17, 2009
Title: virtual Magic 8-Ball Description: The virtual Magic 8-Ball SQL*Plus script will answer any yes-or-no question. Just ENTER your question, shake the screen vigorously, and press ENTER. Just like the real thing, but without the icosahedral die... Read More
Create Calendar in T-SQL - SQL Engineering Project Download
Added on Thu, Dec 17, 2009
Title: Create Calendar in T-SQL Description: Creates a simple calendar output (single result set) similar to the screen shot. Can be 1 month or up to 179 years of months. (Sorry, previous screen shot didn't "take".) Download the Below Attached... Read More
A Script To Get Database Info - SQL Engineering Project Download
Added on Thu, Dec 17, 2009
Title: A Script To Get Database Info Description: To get all information about current database. (TableName, FieldName, Type, Length, NULLable, Refer, and more ...) It's usefull when you want to compare 2 versions (old & new) of a database.... Read More
Giftland Wedding DBMS - SQL Engineering Project Download
Added on Thu, Dec 17, 2009
Title: Giftland Wedding DBMS Description: I have developed this DBMS as part of my assignment for one of my modules. It's a DBMS for weddings. It is not a great design but can form a basis for anyone who would like to develop a database using... Read More
Add Hours Or Days Or Weeks Or Months Or Years - SQL Engineering Project Download
Added on Thu, Dec 17, 2009
Title: Add Hours Or Days Or Weeks Or Months Or Years Description: Using simple Oracle date functionality, this PL/SQL stored function adds the specified number of hours, days, weeks, months, or years to the IN date and time, returning the new date... Read More
Compute Duration 2 (get elapsed time to the second) - SQL Engineering Project Download
Added on Thu, Dec 17, 2009
Title: Compute Duration 2 (get elapsed time to the second) Description: This is a variation on my original PL/SQL stored procedure that returns elapsed time. This version provides for DATE datatype IN parameters, and for control over when to replace... Read More
Compute Days Between - SQL Engineering Project Download
Added on Thu, Dec 17, 2009
Title: Compute Days Between Description: This little PL/SQL stored function returns the number of days between two dates (non-inclusive). With SQL*Plus test script. Download the Below Attached Project Read More
G Basic VBScript(Compiler - Editor) - SQL Engineering Project Download
Added on Thu, Dec 17, 2009
Title: G Basic VBScript(Compiler/Editor) Description: My Frist Submision This is a PowerFull vbScript Editor/Compiler or i hope so! =P It takes the code of a vbscript in the editor then open a template Gbf(Gas Basic File[In the Proyects Directory] an... Read More
End-to-End Hash Logon - SQL Engineering Project Download
Added on Thu, Dec 17, 2009
Title: End-to-End Hash Logon Description: This code is is a sample application demonstrating an End-to-End has logon process where the user's password is hashed using MD5 and compared to the stored MD5 hash of the password in the SQL database.... Read More
Ledger Running Balance - SQL Engineering Project Download
Added on Thu, Dec 17, 2009
Title: Ledger Running Balance Description: To calculate Running Balance of ledger or bank statement using a query. This requires an auto number field in MS Access or number field in SQL with its identity set to yes and seed 1. Download The Below... Read More
GEO Query - SQL Engineering Project Download
Added on Thu, Dec 17, 2009
Title: GEO Query Description: Provides a SQL example routine for doing Geographic Radial Searching and a lot of information regarding GEO Coding and formulas. Download The Below Attached Project Read More
Querie Active Directory(LDAP, ADSI) - SQL Engineering Project Download
Added on Thu, Dec 17, 2009
Title: Querie Active Directory(LDAP, ADSI) Description: Querie Active Directory. This code will allow you to run queries against LDAP directory Download The Below Attached Project Read More
Outlook Contacts Loader - SQL Engineering Project Download
Added on Thu, Dec 17, 2009
Title: Outlook Contacts Loader Description: Access the Contact of Outlook into your personal Address Book Program. Download The Below Attached Project Read More
Dollars And Cents To English - SQL Engineering Project Download
Added on Thu, Dec 17, 2009
Title: Dollars And Cents To English Description: This PL/SQL stored function returns the English language translation of the dollars and cents input. (Range: -999999999999999.99 through 999999999999999.99). Download the Below Attached Project Read More
Count Character Or String - SQL Engineering Project Download
Added on Thu, Dec 17, 2009
Title: Count Character Or String Description: Without looping, this little PL/SQL stored function returns the number of times a character or string of characters appears in the IN string. With SQL*Plus test script. Download the Below Attached... Read More
Compute Duration 1 (get elapsed time to the second) - SQL Engineering Project Download
Added on Thu, Dec 17, 2009
Title: Compute Duration 1 (get elapsed time to the second) Description: Clean and fast, this PL/SQL stored procedure returns the number of days + hours + minutes + seconds from a start date and time to an end date and time (i.e., elapsed time to the... Read More
Round Time - SQL Engineering Project Download
Added on Thu, Dec 17, 2009
Title: Round Time Description: Based on the value of the i_minutes input, this PL/SQL stored function returns the i_date_and_time input rounded to the nearest hour, half hour, quarter hour, etc. With SQL*Plus test script. Download The Below... Read More