Technology
2,296 Technology Free Papers: 551 - 560
-
Database Administration and Web Technologies
ANNOTATION Dmitri Orlov Features of non-relational databases in the development of web-applications. Master's dissertation. Balti, 2016. Thesis structure: introduction, three chapters, conclusion, 52 pages of text, 14 figures, a bibliography of 23 sources. Area of research: database management system, providing control of the creation and use of databases, built on
Rating:Essay Length: 267 Words / 2 PagesSubmitted: October 26, 2016 -
Database Connectivity
String name=jTextField1.getText(); String email=jTextField2.getText(); String mobile=jTextField3.getText(); if(name.isEmpty()) { JOptionPane.showMessageDialog(this, "Name not Entered"); } else if(email.isEmpty()) { JOptionPane.showMessageDialog(this, "Email not Entered"); } else if(mobile.isEmpty()) { JOptionPane.showMessageDialog(this, "Mobile not Entered"); } else{ try{ Class.forName("java.sql.DriverManager"); Connection con=(Connection) DriverManager.getConnection("jdbc:mysql://localhost:3306/pk", "root", "1234"); Statement stmt=con.createStatement(); String query="insert into contactdiary values('"+name+"','"+email+"','"+mobile+"');"; stmt.executeUpdate(query); JOptionPane.showMessageDialog(this, "Account added successfully."); }
Rating:Essay Length: 643 Words / 3 PagesSubmitted: August 27, 2015 -
Database Course Work
CHAPTER 1 This chapter gives a brief introduction of the MES system. It contains the company profile, current system and new system. The objective of this chapter is to give a general idea about the system. 1.1 Introduction This project aims to develop a prototype database system for the Metropolitan
Rating:Essay Length: 1,361 Words / 6 PagesSubmitted: May 7, 2012 -
Database Design
Individual Assignment: Database Design DBM380/ Database Concepts University of Phoenix January 9, 2012 Database Design Database systems are simply a collection of various related information that is cataloged through tables or some standard to present items or information about something or someone where each separate table would have different attributes
Rating:Essay Length: 464 Words / 2 PagesSubmitted: August 15, 2012 -
Database Design for Mobile Valet Parking
1. Model details 2. Tables 2.1. Table: User_account 2.2. Table Login 2.3. Table Reservation 2.4. Table customer 2.5. Table role_permission 2.6. Table Location_map 3. References 3.1. Reference user_group 3.2. Reference user_user_role 3.3. Reference role_permission_permission 3.4. Reference role_permission_user_role 3.5. Reference Reservation_Location_map 4. Subject areas 4.1. Subject area users 5. Database Design
Rating:Essay Length: 996 Words / 4 PagesSubmitted: November 28, 2016 -
Database Design Paper
“A database is a structured collection of records or data that is stored in a computer system. In order for a database to be truly functional, it must not only store large amounts of records well, but be accessed easily. In addition, new information and changes should also be fairly
Rating:Essay Length: 420 Words / 2 PagesSubmitted: March 21, 2015 -
Database Enviroment
Database Environment David Branker DBM 380 April 4, 2016 Craig Rose ________________ Database Environment Introduction A database is a computer structure that classifies a collection of data that can be retrieved, updated and edited as quickly and efficiently as possible. There are many classifications of databases. For instance they can
Rating:Essay Length: 875 Words / 4 PagesSubmitted: June 29, 2016 -
Database Environment Paper
Database Environment Paper The database environment that I have chosen to review and discuss in this paper will be for my current employer, a debt collection agency. The company collects debts from a large number of consumer debtors for a variety of different clients from across the United States. The
Rating:Essay Length: 774 Words / 4 PagesSubmitted: April 20, 2015 -
Database Fault Tolerance - Fault Handling and Fault Tolerance
Database Fault Tolerance Fault Handling and Fault Tolerance Along with the advancement and benefits generated by technology, there are also risks to manage. Keeping large amounts of information inside a database will perhaps save reams of paper and storage rooms, but it will also generate large risk threats. The risks
Rating:Essay Length: 1,253 Words / 6 PagesSubmitted: April 9, 2011 -
Database Info of Hungrynaki
Q: What type of database is used in the information systems? Ans: HungryNaki does not relay on single database. Its different module processed with different database. For relational data storage and data handling Hungrynaki use use advanced type secured mySQL DB and for quick data exchange noSQL (MongoDB) is used.
Rating:Essay Length: 267 Words / 2 PagesSubmitted: April 13, 2017