top

  Info

  • Utilizzare la checkbox di selezione a fianco di ciascun documento per attivare le funzionalità di stampa, invio email, download nei formati disponibili del (i) record.

  Info

  • Utilizzare questo link per rimuovere la selezione effettuata.
Oracle database programming with Visual Basic.NET : concepts, designs and implementations / / Ying Bai
Oracle database programming with Visual Basic.NET : concepts, designs and implementations / / Ying Bai
Autore Bai Ying <1956->
Pubbl/distr/stampa Hoboken, New Jersey : , : Wiley, , [2021]
Descrizione fisica 1 online resource (672 pages)
Disciplina 005.7585
Soggetto topico Database management
Relational databases
ISBN 1-119-73448-7
1-119-73452-5
1-119-73444-4
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910555121703321
Bai Ying <1956->  
Hoboken, New Jersey : , : Wiley, , [2021]
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Oracle database programming with Visual Basic.NET : concepts, designs and implementations / / Ying Bai
Oracle database programming with Visual Basic.NET : concepts, designs and implementations / / Ying Bai
Autore Bai Ying <1956->
Pubbl/distr/stampa Hoboken, New Jersey : , : Wiley, , [2021]
Descrizione fisica 1 online resource (672 pages)
Disciplina 005.7585
Soggetto topico Database management
Relational databases
ISBN 1-119-73448-7
1-119-73452-5
1-119-73444-4
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910829916503321
Bai Ying <1956->  
Hoboken, New Jersey : , : Wiley, , [2021]
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Practical database programming with Java / / Ying Bai
Practical database programming with Java / / Ying Bai
Autore Bai Ying <1956->
Pubbl/distr/stampa Hoboken, New Jersey : , : Wiley, , 2011
Descrizione fisica 1 online resource (947 p.)
Disciplina 005.13/3
005.133
Soggetto topico Database management - Computer programs
Database design
Java (Computer program language)
Computer software - Development
ISBN 1-118-10469-2
1-283-22792-4
9786613227928
1-118-10466-8
Classificazione COM051230
ST 250
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Preface xxiii -- Acknowledgments xxv -- Chapter 1 Introduction 1 -- What This Book Covers 2 -- How This Book Is Organized and How to Use This Book 3 -- How to Use the Source Code and Sample Databases 5 -- Instructor and Customer Support 6 -- Homework Solutions 7 -- Chapter 2 Introduction to Databases 9 -- 2.1 What Are Databases and Database Programs? 10 -- 2.2 Develop a Database 12 -- 2.3 Sample Database 13 -- 2.4 Identifying Keys 17 -- 2.5 Define Relationships 18 -- 2.6 ER Notation 21 -- 2.7 Data Normalization 21 -- 2.8 Database Components in Some Popular Databases 26 -- 2.9 Create Microsoft Access Sample Database 34 -- 2.10 Create Microsoft SQL Server 2008 -- 2.11 Create Oracle 10g XE Sample Database 61 -- 2.12 Chapter Summary 85 -- Chapter 3 JDBC API and JDBC Drivers 89 -- 3.1 What Are JDBC and JDBC API? 89 -- 3.2 JDBC Components and Architecture 90 -- 3.3 How Does JDBC Work? 92 -- 3.4 JDBC Driver and Driver Types 95 -- 3.5 JDBC Standard Extension API 99 -- 3.6 Chapter Summary 108 -- Chapter 4 JDBC Application Design Considerations 113 -- 4.1 JDBC Application Models 113 -- 4.2 JDBC Applications Fundamentals 115 -- 4.3 Chapter Summary 151 -- Chapter 5 Introduction to NetBeans IDE 155 -- 5.1 Overview of the NetBeans IDE 6.8 156 -- 5.2 Installing and Confi guring the NetBeans IDE 6.8 161 -- 5.3 Exploring NetBeans IDE 6.8 164 -- 5.4 Chapter Summary 312 -- PART I Building Two-Tier Client-Server Applications 317 -- Chapter 6 Query Data from Databases 319 -- Section I Query Data Using Java Persistence API Wizards 319 -- 6.1 Java Persistence APIs 319 -- 6.2 Query Data Using Java Persistence API Wizards (JPA) 321 -- Section II Query Data Using Java Runtime Objects Method 383 -- 6.3 Introduction to Runtime Object Method 383 -- 6.4 Create a Java Application Project to Access the SQL Server Database 384 -- 6.5 Create a Java Application Project to Access the Oracle Database 441 -- 6.6 Chapter Summary 455 -- Chapter 7 Insert, Update, and Delete Data from Databases 463 -- Section I Insert, Update and Delete Data Using Java Persistence API Wizards 463.
7.1 Perform Data Manipulations to SQL Server Database Using JPA Wizards 464 -- 7.2 Perform Data Manipulations to Oracle Database Using JPA Wizards 482 -- Section II Insert, Update and Delete Data Using Java Runtime Objects Method 488 -- 7.3 Perform Data Manipulations to SQL Server Database Using Java Runtime Object 488 -- 7.4 Perform Data Manipulations to Oracle Database Using Java Runtime Object 502 -- 7.5 Perform Data Manipulations Using Updatable ResultSet 510 -- 7.6 Perform Data Manipulations Using Callable Statements 522 -- 7.7 Chapter Summary 550 -- PART II Building Three-Tier Client-Server Applications 555 -- Chapter 8 Developing Java Web Applications to Access Databases 557 -- 8.1 A Historical Review about Java Web Application Development 557 -- 8.2 Java EE Web Application Model 597 -- 8.3 The Architecture and Components of Java Web Applications 599 -- 8.4 Getting Started with Java Web Applications Using NetBeans IDE 611 -- 8.5 Build Java Web Project to Access SQL Server Database 625 -- 8.6 Build Java Web Project to Access and Manipulate Oracle Database 690 -- 8.7 Chapter Summary 764 -- Chapter 9 Developing Java Web Services to Access Databases 769 -- 9.1 Introduction to Java Web Services 770 -- 9.2 The Structure and Components of SOAP-Based Web Services 772 -- 9.3 The Procedure of Building a Typical SOAP-Based Web Service Project 774 -- 9.4 Getting Started with Java Web Services Using NetBeans IDE 786 -- 9.5 Build Java Web Service Projects to Access SQL Server Database 787 -- 9.6 Build a Windows-Based Web Client Project to Consume the Web Service 795 -- 9.7 Build a Web-Based Client Project to Consume the Web Service 801 -- 9.8 Build Java Web Service to Insert Data into the SQL Server Database 808 -- 9.9 Build a Windows-Based Web Client Project to Consume the Web Service 811 -- 9.10 Build a Web-Based Client Project to Consume the Web Service 815 -- 9.11 Build Java Web Service to Update and Delete Data from the SQL Server Database 819 -- 9.12 Build a Windows-Based Web Client Project to Consume the Web Service 827.
9.13 Build a Web-Based Client Project to Consume the Web Service 834 -- 9.14 Build Java Web Service Projects to Access Oracle Databases 840 -- 9.15 Build a Windows-Based Web Client Project to Consume the Web Service 873 -- 9.16 Build a Web-Based Web Client Project to Consume the Web Service 890 -- 9.17 Chapter Summary 904 -- Homework 905 -- Index 909 -- About the Author 919.
Record Nr. UNINA-9910139614803321
Bai Ying <1956->  
Hoboken, New Jersey : , : Wiley, , 2011
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Practical database programming with Java / / Ying Bai
Practical database programming with Java / / Ying Bai
Autore Bai Ying <1956->
Pubbl/distr/stampa Hoboken, New Jersey : , : Wiley, , 2011
Descrizione fisica 1 online resource (947 p.)
Disciplina 005.13/3
005.133
Soggetto topico Database management - Computer programs
Database design
Java (Computer program language)
Computer software - Development
ISBN 1-118-10469-2
1-283-22792-4
9786613227928
1-118-10466-8
Classificazione COM051230
ST 250
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Preface xxiii -- Acknowledgments xxv -- Chapter 1 Introduction 1 -- What This Book Covers 2 -- How This Book Is Organized and How to Use This Book 3 -- How to Use the Source Code and Sample Databases 5 -- Instructor and Customer Support 6 -- Homework Solutions 7 -- Chapter 2 Introduction to Databases 9 -- 2.1 What Are Databases and Database Programs? 10 -- 2.2 Develop a Database 12 -- 2.3 Sample Database 13 -- 2.4 Identifying Keys 17 -- 2.5 Define Relationships 18 -- 2.6 ER Notation 21 -- 2.7 Data Normalization 21 -- 2.8 Database Components in Some Popular Databases 26 -- 2.9 Create Microsoft Access Sample Database 34 -- 2.10 Create Microsoft SQL Server 2008 -- 2.11 Create Oracle 10g XE Sample Database 61 -- 2.12 Chapter Summary 85 -- Chapter 3 JDBC API and JDBC Drivers 89 -- 3.1 What Are JDBC and JDBC API? 89 -- 3.2 JDBC Components and Architecture 90 -- 3.3 How Does JDBC Work? 92 -- 3.4 JDBC Driver and Driver Types 95 -- 3.5 JDBC Standard Extension API 99 -- 3.6 Chapter Summary 108 -- Chapter 4 JDBC Application Design Considerations 113 -- 4.1 JDBC Application Models 113 -- 4.2 JDBC Applications Fundamentals 115 -- 4.3 Chapter Summary 151 -- Chapter 5 Introduction to NetBeans IDE 155 -- 5.1 Overview of the NetBeans IDE 6.8 156 -- 5.2 Installing and Confi guring the NetBeans IDE 6.8 161 -- 5.3 Exploring NetBeans IDE 6.8 164 -- 5.4 Chapter Summary 312 -- PART I Building Two-Tier Client-Server Applications 317 -- Chapter 6 Query Data from Databases 319 -- Section I Query Data Using Java Persistence API Wizards 319 -- 6.1 Java Persistence APIs 319 -- 6.2 Query Data Using Java Persistence API Wizards (JPA) 321 -- Section II Query Data Using Java Runtime Objects Method 383 -- 6.3 Introduction to Runtime Object Method 383 -- 6.4 Create a Java Application Project to Access the SQL Server Database 384 -- 6.5 Create a Java Application Project to Access the Oracle Database 441 -- 6.6 Chapter Summary 455 -- Chapter 7 Insert, Update, and Delete Data from Databases 463 -- Section I Insert, Update and Delete Data Using Java Persistence API Wizards 463.
7.1 Perform Data Manipulations to SQL Server Database Using JPA Wizards 464 -- 7.2 Perform Data Manipulations to Oracle Database Using JPA Wizards 482 -- Section II Insert, Update and Delete Data Using Java Runtime Objects Method 488 -- 7.3 Perform Data Manipulations to SQL Server Database Using Java Runtime Object 488 -- 7.4 Perform Data Manipulations to Oracle Database Using Java Runtime Object 502 -- 7.5 Perform Data Manipulations Using Updatable ResultSet 510 -- 7.6 Perform Data Manipulations Using Callable Statements 522 -- 7.7 Chapter Summary 550 -- PART II Building Three-Tier Client-Server Applications 555 -- Chapter 8 Developing Java Web Applications to Access Databases 557 -- 8.1 A Historical Review about Java Web Application Development 557 -- 8.2 Java EE Web Application Model 597 -- 8.3 The Architecture and Components of Java Web Applications 599 -- 8.4 Getting Started with Java Web Applications Using NetBeans IDE 611 -- 8.5 Build Java Web Project to Access SQL Server Database 625 -- 8.6 Build Java Web Project to Access and Manipulate Oracle Database 690 -- 8.7 Chapter Summary 764 -- Chapter 9 Developing Java Web Services to Access Databases 769 -- 9.1 Introduction to Java Web Services 770 -- 9.2 The Structure and Components of SOAP-Based Web Services 772 -- 9.3 The Procedure of Building a Typical SOAP-Based Web Service Project 774 -- 9.4 Getting Started with Java Web Services Using NetBeans IDE 786 -- 9.5 Build Java Web Service Projects to Access SQL Server Database 787 -- 9.6 Build a Windows-Based Web Client Project to Consume the Web Service 795 -- 9.7 Build a Web-Based Client Project to Consume the Web Service 801 -- 9.8 Build Java Web Service to Insert Data into the SQL Server Database 808 -- 9.9 Build a Windows-Based Web Client Project to Consume the Web Service 811 -- 9.10 Build a Web-Based Client Project to Consume the Web Service 815 -- 9.11 Build Java Web Service to Update and Delete Data from the SQL Server Database 819 -- 9.12 Build a Windows-Based Web Client Project to Consume the Web Service 827.
9.13 Build a Web-Based Client Project to Consume the Web Service 834 -- 9.14 Build Java Web Service Projects to Access Oracle Databases 840 -- 9.15 Build a Windows-Based Web Client Project to Consume the Web Service 873 -- 9.16 Build a Web-Based Web Client Project to Consume the Web Service 890 -- 9.17 Chapter Summary 904 -- Homework 905 -- Index 909 -- About the Author 919.
Record Nr. UNINA-9910830500803321
Bai Ying <1956->  
Hoboken, New Jersey : , : Wiley, , 2011
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Practical database programming with Visual C# .NET / / Ying Bai
Practical database programming with Visual C# .NET / / Ying Bai
Autore Bai Ying <1956->
Pubbl/distr/stampa Hoboken, New Jersey : , : John Wiley & Sons, , c2010
Descrizione fisica 1 online resource (931 p.)
Disciplina 005.2768
006.7/882
Soggetto topico C (Computer program language)
Database design
ISBN 1-282-68928-2
9786612689284
0-470-56784-8
0-470-56783-X
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Preface -- Acknowledgment -- 1 Introduction -- Outstanding Features of the Book -- Target Audience -- Topics Covered -- Organization of the Book and How to Use It -- How to Use the Source Code and Sample Databases -- Instructor and Customer Support -- Homework Solutions -- 2 Introduction to Databases -- 2.1 What Are Databases and Database Programs? -- 2.2 Develop a Database -- 2.3 Sample Database -- 2.4 Identifying Keys -- 2.5 Defi ne Relationships -- 2.6 ER Notation -- 2.7 Data Normalization -- 2.8 Database Components in Some Popular Databases -- 2.9 Create Microsoft Access Sample Database -- 2.10 Create Microsoft SQL Server 2005 Sample Database -- 2.11 Create Oracle 10g XE Sample Database -- 2.12 Chapter Summary -- Homework -- 3 Introduction to ADO.NET -- 3.1 ADO and ADO.NET -- 3.2 Overview of ADO.NET 2.0 -- 3.3 Architecture of ADO.NET 2.0 -- 3.4 Components of ADO.NET 2.0 -- 3.5 Chapter Summary -- Homework -- 4 Introduction to Language-Integrated Query (LINQ) -- 4.1 Overview of Language-Integrated Query -- 4.2 Introduction to LINQ Query -- 4.3 Architecture and Components of LINQ -- 4.4 LINQ to Objects -- 4.5 LINQ to DataSet -- 4.6 LINQ to SQL -- 4.7 LINQ to Entities -- 4.8 LINQ to XML -- 4.9 C# 3.0 Language Enhancement for LINQ -- 4.10 Chapter Summary -- Homework -- 5 Data Selection Query with Visual C#.NET -- PART I Data Query with Visual Studio Design Tools and Wizards -- 5.1 Completed Sample Database Application Example -- 5.2 Visual Studio.NET 2008 Design Tools and Wizards -- 5.3 Build a Sample Database Project-SelectWizard with SQL Server Database -- 5.4 Add and Utilize Visual Studio.NET Wizards and Design Tools -- 5.5 Query and Display Data Using the DataGridView Control -- 5.6 Use DataSet Designer to Edit the Structure of DataSet -- 5.7 Bind Data to Associated Controls in LogIn Form -- 5.8 Develop Codes to Query Data Using Fill() Method -- 5.9 Use Return a Single Value to Query Data for LogIn Form -- 5.10 Coding for Selection Form -- 5.11 Bind Data to Associated Controls in Faculty Form.
5.12 Develop Codes to Query Data from Faculty Table -- 5.13 Display Pictures for Faculty Form -- 5.14 Binding Data to Associated Controls in Course Form -- 5.15 Develop Codes to Query Data for Course Form -- 5.16 Build a Sample Database Project-SelectWizardOracle with Oracle Database -- PART II Data Query with Runtime Objects -- 5.17 Introduction to Runtime Objects -- 5.18 Query Data Using Runtime Objects to Microsoft Access 2007 Database -- 5.19 Query Data Using Runtime Objects to SQL Server Database -- 5.20 Query Data Using Runtime Objects to Oracle Database -- 5.21 Chapter Summary -- Homework -- 6 Data Inserting with Visual C#.NET -- PART I Data Inserting with Visual Studio.NET Design Tools and Wizards -- 6.1 Insert New Data into a Database -- 6.2 Insert Data into Microsoft Access Database Using Sample Project InsertWizard -- 6.3 Insert Data into SQL Server Database Using Sample Project SQLInsertWizard -- 6.4 Insert Data into Oracle Database Using Sample Project OracleInsertWizard -- PART II Data Insertion with Runtime Objects -- 6.5 General Runtime Objects Method -- 6.6 Insert Data into SQL Server Database Using Runtime Objects Method -- 6.7 Insert Data into Microsoft Access Database Using Runtime Objects -- 6.8 Insert Data into Oracle Database Using Runtime Objects -- 6.9 Insert Data into Database Using LINQ Queries -- 6.10 Insert Data into Database Using Stored Procedures -- 6.11 Chapter Summary -- Homework -- 7 Data Updating and Deleting with Visual C#.NET -- PART I Data Updating and Deleting with Visual Studio.NET Design Tools and Wizards -- 7.1 Update or Delete Data in Databases -- 7.2 Update and Delete Data for Microsoft Access Database -- 7.3 Update and Delete Data for SQL Server Database -- 7.4 Update and Delete Data for Oracle Database -- PART II Data Updating and Deleting with Runtime Objects -- 7.5 Runtime Objects Method -- 7.6 Update and Delete Data for SQL Server Database Using Runtime Objects -- 7.7 Update and Delete Data for Oracle Databases Using Runtime Objects.
7.8 Update and Delete Data in Database Using Stored Procedures -- 7.9 Update and Delete Data in Databases Using LINQ to SQL Query -- 7.10 Chapter Summary -- Homework -- 8 Accessing Data in ASP.NET -- 8.1 What Is .NET Framework? -- 8.2 What Is ASP.NET and ASP.NET 3.5? -- 8.3 Develop ASP.NET Web Application to Select Data from SQL Server Databases -- 8.4 Develop ASP.NET Web Application to Insert Data into SQL Server Databases -- 8.5 Develop Web Applications to Update and Delete Data in SQL Server Databases -- 8.6 Develop ASP.NET Web Applications with LINQ to SQL Query -- 8.7 Develop ASP.NET Web Application to Select Data from Oracle Databases -- 8.8 Develop ASP.NET Web Application to Insert Data into Oracle Databases -- 8.9 Develop ASP.NET Web Application to Update and Delete Data in Oracle Databases -- 8.10 Chapter Summary -- Homework -- 9 ASP.NET Web Services -- 9.1 Web Services and Their Components -- 9.2 Procedures to Build a Web Service -- 9.3 Build ASP.NET Web Service Projects to Access SQL Server Database -- 9.4 Build ASP.NET Web Service Project to Insert Data into SQL Server Database -- 9.5 Build ASP.NET Web Service to Update and Delete Data for SQL Server Database -- 9.6 Build Windows-Based Web Service Clients to Use Web Services -- 9.7 Build Web-Based Web Service Clients to Use Web Services -- 9.8 Build ASP.NET Web Service Project to Access Oracle Database -- 9.9 Build Web Service Clients to Use the Web Service WebServiceOracleSelect -- 9.10 Build ASP.NET Web Service Project to Insert Data into Oracle Database -- 9.11 Build Web Service Clients to Use Web Service WebServiceOracleInsert -- 9.12 Build ASP.NET Web Service to Update and Delete Data for Oracle Database -- 9.13 Build Web Service Clients to Use Web Service -- 9.14 Chapter Summary -- Homework -- Index -- About the Author.
Record Nr. UNINA-9910140575103321
Bai Ying <1956->  
Hoboken, New Jersey : , : John Wiley & Sons, , c2010
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Practical microcontroller engineering with ARM&#xAA; technology / / Ying Bai
Practical microcontroller engineering with ARM&#xAA; technology / / Ying Bai
Autore Bai Ying <1956->
Pubbl/distr/stampa Hoboken, New Jersey : , : Wiley : , : IEEE Press, , [2015]
Descrizione fisica 1 online resource (1031 p.)
Disciplina 629.89
Soggetto topico Microcontrollers
ISBN 1-119-05839-2
1-119-05800-7
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Introduction to Microcontrollers and This Book -- ARM(a) Microcontroller Architectures -- ARM(a) Microcontroller Development Kits -- ARM(a) Microcontroller Software and Instruction Set -- ARM(a) Microcontroller Interrupts and Exceptions -- ARM(a) Microcontroller Memory System -- ARM(a) Cortex(a)-M4 Parallel I/O Ports Programming -- ARM(a) Cortex(a)-M4 Serial I/O Ports Programming -- ARM(a)Cortex(a)-M4 Timer and USB Programming -- ARM(a) Cortex(a)-M4 Other Peripherals Programming -- ARM(a) Floating Point Unit (FPU) -- ARM(a) Memory Protection Unit (MPU).
Record Nr. UNINA-9910137172103321
Bai Ying <1956->  
Hoboken, New Jersey : , : Wiley : , : IEEE Press, , [2015]
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Practical microcontroller engineering with ARM&#xAA; technology / / Ying Bai
Practical microcontroller engineering with ARM&#xAA; technology / / Ying Bai
Autore Bai Ying <1956->
Pubbl/distr/stampa Hoboken, New Jersey : , : Wiley : , : IEEE Press, , [2015]
Descrizione fisica 1 online resource (1031 p.)
Disciplina 629.89
Soggetto topico Microcontrollers
ISBN 1-119-05839-2
1-119-05800-7
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Introduction to Microcontrollers and This Book -- ARM(a) Microcontroller Architectures -- ARM(a) Microcontroller Development Kits -- ARM(a) Microcontroller Software and Instruction Set -- ARM(a) Microcontroller Interrupts and Exceptions -- ARM(a) Microcontroller Memory System -- ARM(a) Cortex(a)-M4 Parallel I/O Ports Programming -- ARM(a) Cortex(a)-M4 Serial I/O Ports Programming -- ARM(a)Cortex(a)-M4 Timer and USB Programming -- ARM(a) Cortex(a)-M4 Other Peripherals Programming -- ARM(a) Floating Point Unit (FPU) -- ARM(a) Memory Protection Unit (MPU).
Record Nr. UNINA-9910830369103321
Bai Ying <1956->  
Hoboken, New Jersey : , : Wiley : , : IEEE Press, , [2015]
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui