Community-Credit.com | NonProfitWays.com | SOAPitstop.com   Skin:   
      User: Not logged in 
Home
Newsletter Signup
XSLT Library
Latest XML Blogs
Featured Examples
Presentations
Featured Articles
Book Chapters
Training Courses
Events
NewsGroups
 
Discussions
Examples
Tutorials
Tools
Articles
Resources
Websites
 
Sign In
My Profile
My Articles
My Examples
My Favorites
My Resources
Add a Resource
Logout
 
About Me
My Blog
HeadGeek Articles
Talking Portfolio
Resume
Pictures
World Trip Pics


Articles

 ADO.NET (24)  RDF (28)  WebService (223)  XMLHTTP (3)
 Database (25)  RSS (29)  WML (95)  XMPP (9)
 Debugging (29)  SAX (56)  WSDL (80)  XPath (78)
 DIME (14)  Schema (45)  XAML (5)  XPointer (12)
 DOM (56)  SMIL (38)  XBRL (64)  XQL (24)
 DTD (23)  SOA (8)  XForms (92)  XQuery (72)
 ebXML (56)  SOAP (135)  XHTML (111)  XSchema (30)
 Flash (12)  SQL (16)  XLL (1)  XSL (423)
 Java (75)  SQLXML (141)  XML (776)  XSL-FO (28)
 MathML (11)  SVG (56)  XML.NET (86)  XSQL (6)
 Oracle (29)  VoiceXML (82)  XMLA (1)  XUL (13)
 Pattern (3)  WebDAV (17)

Total Articles: 3,240

 


database Articles
Prev Next
1 2
 
Oracle DBA FAQ - Creating Your Own PL/SQL Procedures and Functions
A collection of 26 FAQs on PL/SQL managing our own procedures. It can also be used as learning tutorials on creating procedures and functions, executing and dropping procedures, passing actual parameters to formal parameters, making optional parameters.

Type: Database  #Views: 227  Category: Article    

MySQL - Reference Implementation of JdbcRowSet
This article provides tutorial notes on Sun's Reference Implementation of JdbcRowSet working with MySQL database. Topics include installing JdbcRowSet reference implementation; connecting JdbcRowSet objects to database server with connection URL, DataSource name, ResultSet objects or Connection objects; query parameters; inserting rows.

Type: Database  #Views: 224  Category: Article    

SQL Server FAQs - Transact-SQL Managing Character Strings and Binary Strings
A collection of 14 FAQs on Transact-SQL language character string and binary string operations. Clear answers are provided with tutorial exercises on concatenating character/binary strings; converting Unicode character strings; converting binary strings; inserting new line characters; locating and taking substrings; bitwise operations.

Type: Database  #Views: 311  Category: Article    

MySQL - Sending Non-ASCII Text to MySQL
This article provides tutorial notes on sending non-ASCII text data to MySQL. Topics include sending non-ASCII text data in SQL statements; changing MySQL character set settings to send Latin1, UTF-8, BGK, and Big5 characters

Type: Database  #Views: 397  Category: Article    

Managing content in an employee workplace, Part 5: Create an authoring process using portlets and IB
In this fifth article in the series about managing content in an employee workplace, the author describes how the team designed and implemented a sample Web portal application to support the authoring tasks for the document management scenario called Analyst research reporting. The scenario is about employees collaborating to author, review, and publish research reports accessible to every employee in the company.

Type: Database  #Views: 1142  Category: Article    

Using Database Engines in a Mobile Application
Learn how to use databases on mobile devices.

Type: Database  #Views: 1214  Category: Article    

The Elements of a Database
What elements comprise a database? This article deals mainly with the objects that comprise a database. Several concepts are worthy of coverage within the scope of the database as it relates to database design. As you work with data and databases, you will see how the origination of business information and databases is formulated into database elements. The intent here is to provide a brief coverage of basic database elements to provide you with a basic understanding of the elements found in a database.

Type: Database  #Views: 1586  Category: Article    

Death, Taxes, and Relational Databases, Part 1
Showcases the XML functionality of SQL Server 2000 by turning SQL Server into an object repository using XML as the bridge between relational and object-oriented data.

Type: Database  #Views: 1121  Category: Article    

Relational databases get a grip on XML
Find out how well IBM DB2, Microsoft SQL Server 2000, Oracle Database 10g, and Sybase ASE handle the structured documents that drive today's business.

Type: Database  #Views: 1152  Category: Article    

How To Get Column Values from a SqlDataReader
Doug explains how to get data out of the SqlDataReader. He explains how to get the column data including GetString(), GetDateTime(), GetValue(), etc.

Type: Database  #Views: 1386  Category: Article    

Binding Raw Xml to a DataGrid Control in ASP.NET
Xml has become a very ubiquitous and is an integral part of .Net and the System.Data namespace. The problem lies in that not many people know how to take advantage of some of the features. When we are using a database, we naturally use the Systen.Data namespace, but with Xml documents as data there are hundreds of solutions for displaying Xml data out there for .Net.

Type: Database  #Views: 2336  Category: Article    

Accessing database in the .Net environment
An extremely flexible and easy-to-use library that retrieves data in XML format, supports simple parameterized queries, stored procedures, and transactions. It can also be used as a web service.

Type: Database  #Views: 1183  Category: Article    

Running Stored Procedures with ASP.NET
In this article, you’ll learn how to extract a list of stored procedures from a database, plus information about the parameters associated with the stored procedure. Finally, you’ll see how to take this information and use it to call a stored procedure on the fly.

Type: Database  #Views: 1521  Category: Article    

The Right Index for the right Job
Along with database design, Indexes are the backbone of optimal database performance. It requires specialist knowledge to ensure that you have the right indexes for the right job and this article will provide you with enough knowledge to make the right choices - and to know when to use an index and when not.

Type: Database  #Views: 836  Category: Article    

Database Normalization And Design Techniques
Basically, the Rules of Normalization are enforced by eliminating redundancy and inconsistent dependency in your table designs...

Type: Database  #Views: 584  Category: Article    

Introductory Database Theory: Systems And Design
Steve gives us a great explanation of what a database is, the relational database model, metadata and indexes, the database management system and structured query language.

Type: Database  #Views: 491  Category: Article    

Evaluating a Database
Julie has written this article to assist a dba to evaluate their database so that it matches the organisation's needs...The database which you think is best matched with your organization is your..

Type: Database  #Views: 507  Category: Article    

Database Programming With Java + JDBC: Part 1/2
In this article I will introduce you to the JDBC API, showing you how to connect to and work with a database.

Type: Database  #Views: 465  Category: Article    

Introductory Database Theory: Systems And ...
The information that has presented in this article is an extremely basic look at databases. If you'd like to learn how to create databases and use manipulate them, then please take a look at the list of related links and books, which are shown below.

Type: Database  #Views: 504  Category: Article    

Using MyODBC To Access Your MySQL Database Via ASP
MySQL is the most popular open source database system available today, and is currently installed on over two million servers worldwide. In this article Annette takes a look at using the free MyODBC driver to talk to a MySQL database from an ASP script.Active Server Pages are a Microsoft technology that allows developers proficient with either Visual Basic or VBScript to easily adapt their skills and knowledge to the web with very little effort at all. ASP uses ActiveX Data Object (ADO) to connect to several popular database management systems including Microsoft Access and SQL Server, Oracle, dBase and Visual Fox Pro.

Type: Database  #Views: 576  Category: Article    

Prev Next
1 2


Fans of "The Office"
Dwight Bobbleheads are here!

  “It's me! I'm the bobblehead! Yes!”



Advertise on XMLPitstop

Advertise on XMLPitstop


EggHead Cafe
Web Servicee development
DotNetSlackers
Ink
it outsourcing
online fax service
UK conference call service
chicago web design
.ES Dominios
UK Web Design
Car News
Prada sunglasses
Video Surveillance
Exchange Hosting

2,892 Total Members
18 members(last 30 days)
6 members(last 7 days)
0 members(today)

1,922 Total Discussions
10 Posts(last 30 days)
1 Posts(last 7 days)
0 Posts(today)

47,487 Total Blog Posts
0 Blogs(last 30 days)
0 Blogs(last 7 days)
0 Blogs(today)

8,699 Newsgroup Posts
0 Posts(last 30 days)
0 Posts(last 7 days)
0 Posts(today)

14,075 Total Resources
11 Resources(last 30 days)
0 Resources(last 7 days)
0 Resources(today)


 

David Silverlight's XMLPitstop.com| 2801 Florida Ave #225|Miami, FL 33133|Ph:305-447-1139