Community-Credit.com
|
NonProfitWays.com
|
SOAPitstop.com
Skin:
Fiery Red
Mello Blue
Purple Passion
The Green Stuff
Grey Flannel
User: Not logged in
Hot Links
Home
Newsletter Signup
XSLT Library
Latest XML Blogs
Featured Examples
Presentations
Featured Articles
Book Chapters
Training Courses
Events
NewsGroups
Menu
Discussions
Examples
Tutorials
Tools
Articles
Resources
Websites
My Pitstop
Sign In
My Profile
My Articles
My Examples
My Favorites
My Resources
Add a Resource
Logout
HeadGeek
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 (28)
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 (71)
ebXML (52)
SOAP (135)
XHTML (111)
XSchema (30)
Flash (12)
SQL (16)
XLL (1)
XSL (423)
Java (74)
SQLXML (139)
XML (769)
XSL-FO (28)
MathML (11)
SVG (56)
XML.NET (85)
XSQL (6)
Oracle (29)
VoiceXML (80)
XMLA (1)
XUL (13)
Pattern (3)
WebDAV (17)
Total Articles: 3,221
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: 77 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: 151 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: 211 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: 317 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: 1074 Category: Article
Using Database Engines in a Mobile Application
Learn how to use databases on mobile devices.
Type: Database #Views: 1144 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: 1527 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: 1071 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: 1109 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: 1337 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: 2282 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: 1137 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: 1477 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: 786 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: 542 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: 442 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: 460 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: 430 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: 461 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: 536 Category: Article
Prev
Next
1
2
Featured Products
Fans of "The Office"
Dwight Bobbleheads are here!
“It's me! I'm the bobblehead! Yes!”
Advertise on XMLPitstop
Our Sponsors
Advertise on XMLPitstop
Partners
Friends
EggHead Cafe
Web Servicee development
DotNetSlackers
conference calls
online fax
conference call
HP Printer Ink Cartridges
Conference Call
Video Surveillance
VoIP, SIP Internettelefonie, Voice over IP
VoIP Internettelefonie
Statistics
2,846 Total Members
32 members(last 30 days)
8 members(last 7 days)
1 members(today)
1,905 Total Discussions
6 Posts(last 30 days)
3 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,050 Total Resources
2 Resources(last 30 days)
1 Resources(last 7 days)
0 Resources(today)
David Silverlight's XMLPitstop.com
| 2801 Florida Ave #225|Miami, FL 33133|Ph:305-447-1139