Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Content with tag
programming
<< Previous 20
Items 21 to 40 of 350
Next 20 >>
Accessing Data from a Mobile Application
Data access is an important aspect of developing applications with the Microsoft® .NET Compact Framework for Windows Mobile® devices. By using the existing architecture to send and receive data between your mobile application and your application server, you can pass data with either DataSets, custom objects, or scalar values.
Read more...
By
Additional Articles
2008/01/18
|
Source:
Microsoft MSDN
|
Category:
programming
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,871 reads
SMS Script
This script will modify INI file on destops through SMS push to point server connection from A to B.
Read more...
By
Jay Dave
2008/01/09
|
Source:
SQLServerCentral.com
|
Category:
administration
Rating:
|
Discuss
|
Briefcase
|
1,204 reads
XML IN 20 MINUTES!
This article will quickly dive head first right into XML.
Read more...
By
Leon Platt
2008/01/04 (first published: 2003/09/26)
|
Source:
SQLServerCentral.com
|
Category:
basics
Rating:
|
Discuss
|
Briefcase
|
184,061 reads
Introduction to Bitmasking in SQL Server 2005
The use of bitmasking is usually limited to decoding values in the system views, but it can be useful in other places when you want to save space. New author Lee Everest brings us an introduction to bitmasking and its use in SQL Server 2005.
Read more...
By
Lee Everest
2006/12/13
|
Source:
SQLServerCentral.com
|
Category:
miscellaneous
Rating:
|
Discuss
|
Briefcase
|
15,454 reads
File Management with Scripting Object
Once you get familiar with the File Scripting Object (FSO), managing files in Access is not so bad--getting started is the painful part. To help you along, this month's download includes sample code for both Access (early bound) and VB Script (late bound).
Read more...
By
Additional Articles
2007/12/05
|
Source:
Database Journal
|
Category:
programming
Rating:
(not yet rated)
Rate this
|
Briefcase
|
3,555 reads
SQL Server Connection Strings
Some common and not so common connection strings for the .NET SqlConnection object. The article includes .NET sample code and some tricks to increase the supportability of your application.
Read more...
By
Additional Articles
2007/11/26
|
Source:
SQLTeam.com
|
Category:
.net
Rating:
(not yet rated)
Rate this
|
Briefcase
|
5,935 reads
Events in SharePoint 2007
Windows® SharePoint® Services (WSS) 3.0 offers developers many significant improvements for building custom business solutions based on SharePoint sites. One of the biggest developer-focused enhancements has to do with a new infrastructure for handling server-side events.
Read more...
By
Additional Articles
2007/11/23
|
Source:
Microsoft MSDN
|
Category:
sharepoint
Rating:
(not yet rated)
Rate this
|
Briefcase
|
3,004 reads
.NET Building Blocks: Build a Configurable Database Credential Selector
This handy control gives you everything you need to control how users input usernames, passwords, select servers, and choose connection types.
Read more...
By
Additional Articles
2007/11/20
|
Source:
DevX
|
Category:
programming
Rating:
(not yet rated)
Rate this
|
Briefcase
|
3,401 reads
Create a Custom Test Interface Provider for Team Sytem
This article looks at fuzzy testing and how to build a provider for your own use.
Read more...
By
Additional Articles
2007/11/16
|
Source:
Microsoft MSDN
|
Category:
.net
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,828 reads
Generate C# class code for table
For any supplied table, my proc, usp_TableToClass, generates class code in C#, including fields, properties, getters and setters.
Read more...
By
Cade Bryant
2012/09/06
|
Source:
SQLServerCentral.com
|
Category:
development
Rating:
|
Discuss
|
Briefcase
|
8,005 reads
Working With SqlParameter in .NET
Interacting with SQL Server from .NET is a radical change from the old OLEDB/ODBC method. Raj Vasant brings us some easy ways to work with parameters passed in with the ADO SQLCommand.
Read more...
By
Vasant Raj
2007/11/09 (first published: 2006/03/22)
|
Source:
SQLServerCentral.com
|
Category:
.net
Rating:
|
Discuss
|
Briefcase
|
23,658 reads
A Brief History of Programming, Part 1
In part 1 of his series on the history of programming, David Chisnall takes a look at some of the developments of the last few decades that have created the current crop of languages and discusses where they came from.
Read more...
By
Additional Articles
2007/11/02
|
Source:
InformIT
|
Category:
programming
Rating:
Rate this
|
Briefcase
|
4,332 reads
Linking Access to SQL Server
For quick and dirty work, sometimes Access is the best way to work with SQL Server. Andy Warren brings a basic tutorial on how you can link Access to your SQL Server tables to easily and quickly manipulate data.
Read more...
By
Andy Warren
2007/11/02 (first published: 2006/01/25)
|
Source:
SQLServerCentral.com
|
Category:
access
Rating:
|
Discuss
|
Briefcase
|
26,790 reads
ASP.NET 2.0: Retrieving XML Data with XmlDataSource Control
This article shows how to retrieve both remote and local XML data and display it in a data Web control.
Read more...
By
Additional Articles
2007/09/10
|
Source:
4 Guys From Rolla
|
Category:
basics
Rating:
Rate this
|
Briefcase
|
3,140 reads
Browser Style Form Navigation
This article series features a demo app affectionately named Something Not Entirely Unlike Access, which employs a variety of methods to obfuscate the "Accessian" features.
Read more...
By
Additional Articles
2007/09/06
|
Source:
Database Journal
|
Category:
access
Rating:
Rate this
|
Briefcase
|
3,108 reads
Accessing and Updating Data in ASP.NET 2.0: Filtering Database Data wi
Learn how to retrieve just a subset of database data based on hard-coded values and values from the querystring, other Web controls on the page, session variables, and so on.
Read more...
By
Additional Articles
2007/09/03
|
Source:
4 Guys From Rolla
|
Category:
ado
Rating:
Rate this
|
Briefcase
|
2,986 reads
Getting Small: Building Lightweight Web Applications with Small-Footpr
Not every application needs a full-featured enterprise-scale database. In such cases, you can reduce costs and save resources by using a small-footprint database.
Read more...
By
Additional Articles
2007/08/29
|
Source:
DevX
|
Category:
.net
Rating:
Rate this
|
Briefcase
|
3,223 reads
Accessing and Updating Data in ASP.NET 2.0: Accessing Database Data
This article shows how to use the SqlDataSource and AccessDataSource controls to query data from a relational database.
Read more...
By
Additional Articles
2007/08/27
|
Source:
4 Guys From Rolla
|
Category:
ado
Rating:
Rate this
|
Briefcase
|
3,123 reads
Building Wiki Web Sites with ASP.NET and SQL Server
You can easily build Wiki Web sites with ASP.NET and SQL Server and provide your teams with one of the most powerful ways of collaborating on the Web.
Read more...
By
Additional Articles
2007/08/23
|
Source:
DevX
|
Category:
.net
Rating:
Rate this
|
Briefcase
|
3,617 reads
Accessing and Updating Data in ASP.NET 2.0: Data Source Control Basics
This article explores the concepts and advantages of data source controls, and compares their usage in ASP.NET 2.0 to data access techniques in ASP.NET 1.x.
Read more...
By
Additional Articles
2007/08/20
|
Source:
4 Guys From Rolla
|
Category:
ado
Rating:
Rate this
|
Briefcase
|
1,710 reads
<< Previous 20
Items 21 to 40 of 350
Next 20 >>
Tags
miscellaneous
(152)
.net
(72)
sql server 7
(69)
t-sql
(60)
ado
(44)
visual basic 6
(43)
administration
(32)
sql-dmo
(28)
strategies
(26)
access
(20)
stored procedures
(18)
database design
(16)
configuring
(15)
performance tuning
(15)
asp
(13)
security
(11)
basics
(9)
dts
(8)
xml
(8)
advanced querying
(7)
career
(6)
replication
(6)
backup / restore
(5)
data warehousing
(5)
sql server 2005
(5)
certifications
(4)
indexing
(4)
naming standards
(4)
reviews
(4)
sql server 6.5
(4)
system development life cycle
(4)
upgrading
(4)
analysis services (ssas)
(3)
best and worst practices
(3)
book reviews
(3)
development
(3)
disaster recovery (dr)
(3)
monitoring
(3)
sql puzzles
(3)
worst practices
(3)
advanced
(2)
availability
(2)
editorial
(2)
news
(2)
olap server
(2)
other
(2)
rants
(2)
adobe air
(1)
c#
(1)
c++
(1)
common table expression (cte)
(1)
distributed queries
(1)
english query
(1)
friday poll
(1)
installation
(1)
jet
(1)
php
(1)
product reviews
(1)
python
(1)
semaphore
(1)
sharepoint
(1)
smo
(1)
sql clr
(1)
sql server 2008
(1)
sql server compact edition (ssce)
(1)
state of the business
(1)
synonyms
(1)
testing
(1)
updategrams
(1)
vsts
(1)
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.