|
|
| Jet SQL [+] Favor-It | |
| |
 |
| | Sort By:
|
The Functions section of the DevGuru Jet SQL Quick Reference guide covers over 10 functions including:
AVG,
COUNT,
FIRST,
LAST,
MAX,
MIN,
STDEV,
STDEVP,
SUM,
VAR,
VARP Author: DevGuru Code: ASP.NET Beta 1 & VB |
The Statements section of the DevGuru Jet SQL Quick Reference guide covers over 10 statements including:
ALTER TABLE, CREATE INDEX, CREATE TABLE, DELETE, DROP, INSERT INTO, SELECT, SELECT INTO, & more! Author: DevGuru Code: ASP.NET Beta 1 & VB |
The Clauses portion of the DevGuru Jet SQL Quick Reference guide covers the following Clauses: CONSTRAINT,
GROUP BY,
HAVING,
ORDER BY,
WHERE Author: DevGuru Code: ASP.NET Beta 1 & VB |
|  | |
The Operations portion of the DevGuru Jet SQL Quick Reference guide covers over 5 different Operations. Author: DevGuru Code: ASP.NET Beta 1 & VB |
The Declarations portion of the DevGuru Jet SQL Quick Reference guide covers two declarations in detail. Author: DevGuru Code: ASP.NET Beta 1 & VB |
The following example requires generating a mapping file for database. LINQ to SQL solves the mismatch between the object oriented and relational database world. In an application we deal in terms of our domain objects such as customer and orders. Author: Zeeshan Code: ASP.NET v3.5 & VB |
|  | |
Hard coding passwords into your application or your web site is a bad thing. Microsoft SQL has the ability to use "trusted connections" to authenticate your database connection against your login name, so no passwords are ever sent to SQL server Author: idunno Code: ASP.NET v3.5 & VB |
Icon Key >
 - Recently Updated
 - Showcase Listing
|