Login
Home
KB
Snippets
Current Articles
|
Archives
|
Search
Entries for August 2011
31
DNN Resources Keys
posted on August 31, 2011 09:43
In DotnetNuke Localization support, every resource key (in APP_LocalResources or APP_GlobalResources) should end with an extension. resourceName.Tex...
[Read the rest of this article...]
Posted in:
DNN
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
12
Formatting a Short Date in SQL using Convert Function
posted on August 12, 2011 11:26
To format a short date like MM/DD/YY try the following: select CONVERT(VARCHAR(8), GETDATE(), 1) as MyShortDate For a complete guide to ...
[Read the rest of this article...]
SQL
,
Date
,
Convert
Posted in:
SQL Scripts
Actions:
E-mail
|
Permalink
|
Comments (0)
09
Sample Connection Strings
posted on August 09, 2011 05:12
Oracle: "Provider=MSDAORA; Data Source=ORACLE8i7;Persist Security Info=False;Integrated Security=yes" Microsoft Access: "Provider=Microsoft.Jet.OLEDB....
[Read the rest of this article...]
Connection Strings
,
SQL
,
Oracle
,
Microsoft Access
,
MySQL
,
IBM AS/400
Posted in:
Microsoft SQL Server
,
Web.Config
Actions:
E-mail
|
Permalink
|
Comments (0)