advertisement
Login | Register   
  Include Code  Search Tips
TODAY'S HEADLINES  |   ARTICLE ARCHIVE  |   FORUMS  |   TIP BANK
Browse DevX
Partners & Affiliates
advertisement
advertisement
advertisement
Advertisement
advertisement
Database
1 - 20 of 310   Previous   Next
Searching Unidentified Tables and Columns for Specific Content July 15, 2009
You can't let a little thing like not knowing a database's structure keep you from your work. Without identifying tables and columns, you can still find specific values and columns.
Building ASP.NET Applications with Delphi and Advantage Database Server July 7, 2009
The Advantage Data Provider for .NET provides a feature-rich mechanism for Delphi developers using the Advantage Database Server (ADS) to build ASP.NET web applications and web services.
Sending E-mail from SQL Server 200X June 19, 2009
From monitoring e-mail messages to distributing reports for users, SQL Server's database mail proves quite useful. Learn how to use it in SQL Server 2000 and SQL Server 2005/2008.
Create a Web-Based CRUD Automation Framework with Python June 9, 2009
Implement a CRUD automation framework that handles insert and simple queries, an easy way to talk to a database without needing to write any database-access code.
The .NET Newbie's Guide to Customizing the DataGridView Control June 4, 2009
If you're a .NET newbie coming from Access or SQL Server, let .NET do the hard work of creating a connection to foreign data. Then customize the resulting control to add functionality.
Limit Groups by Number Using Transact-SQL or MS Access May 19, 2009
You can easily limit or group a recordset, but doing both to the same recordset takes a bit of hand coding. Find out how both SQL Server and MS Access can handle the task.
Enhance Application Concurrency with Oracle 10g's ROWDEPENDENCIES April 30, 2009
Oracle 10g introduced a new feature called ROWDEPENDENCIES, which made every row independent. Learn how to use this feature to improve application concurrency and avoid the dreaded ORA-8177 error.
Performing Hierarchical Restructuring Using ANSI SQL April 15, 2009
Discover the flexibility and power of using ANSI SQL to reshape and transform hierarchical structures.
.NET Basics for the Database Developer: Take the Plunge April 9, 2009
This short introduction to .NET shows Access and SQL Server developers how to use a development tool to create connections to data and a user interface to manipulate that data.
The Baker's Dozen: 13 Miscellaneous C#, SQL, and Business Intelligence Development Tips March 18, 2009
Windows Communication Foundation is one of the most important features in the history of .NET. Not only does WCF provide a unified programming model for communications, it also promotes the use of interfaces and various recommended programming practices.
Avoid Transact-SQL's Column Alias Limitations March 6, 2009
A column alias seems like a great tool for referencing complex expressions, but SQL Server doesn't work that way. Learn a simple workaround.
Automatic Full Parallel Processing of Hierarchical SQL Queries February 24, 2009
Although adding multiprocessing capabilities to applications is labor-intensive and error-prone, adding multicore capability to SQL query processing can be automatic, benefiting huge numbers of applications with little developer effort.
The Safe and Easy Way to Delete All Data in a SQL Server DB February 19, 2009
Deleting all the data in a SQL Server database doesn't have to involve complex code. The undocumented stored procedure sp_MSForEachTable safely bypasses built-in limitations to accomplish this common task.
Creating and Using Databases in Android February 10, 2009
Every application uses data, and Android applications are no exception. Android uses the open-source, stand-alone SQL database, SQLite. Learn how to create and manipulate a SQLite database for your Android app.
Managing Files with SQL Server 2008's FILESTREAM Feature February 5, 2009
SQL Server's new FILESTREAM feature simplifies the process of keeping file-based data, such as images, in sync with relational data.
Comparing Oracle Query Performance for Faster Applications January 30, 2009
Determining which queries will provide the best performance for a given application often comes down to a simple question: Does Query X perform better than Query Y? Learn the tools and methods that can help you compare query response times in Oracle.
Creating Hierarchical Data Structure Mashups January 15, 2009
You can use SQL to connect or "mash-up" hierarchical structures, joining them at or below the root to create larger queryable hierarchical structures.
Restore a SQL Server 2008 Database into SQL Server 2005 January 7, 2009
You likely will need to test data against SQL Server 2008 and SQL Server 2005, but ordinary backups are incompatible. Use SQL Server 2008's Generate SQL Server Scripts Wizard to push your SQL Server 2008 data back into SQL Server 2005.
Find and Generate Missing Values in an Access Table December 17, 2008
Access can offer a lot of help with missing values, but finding and generating missing values in a field of sequential values requires a bit of code. Find it here.
Adobe AIR: Running SQL Commands Against a Local Database December 16, 2008
Once you've established a connection between an Adobe AIR application and a local database, you can run SQL commands (CREATE TABLE, INSERT, DELETE, SELECT, etc.) using the flash.data.SQLStatement class. Find out how.
1 - 20 of 310   Previous   Next
advertisement