| Thu Apr 26, 2007 12:11 am |
| Replies: 4 |
| Views: 12794 |
|
 |
ASP.NET 2.0 membership can be maintained using XML files, as well as an Access or SQL database. It may even be possible on MySQL, but I've never had reason to investigate.
|
| Thu Apr 26, 2007 12:09 am |
| Replies: 1 |
| Views: 9278 |
|
 |
I'm thinking that cmdStoredProc.Parameters.Append needs to appear after the parameter object is created.
|
| Tue Oct 25, 2005 2:29 pm |
| Replies: 4 |
| Views: 17638 |
|
 |
http://www.asp101.com/tips/index.asp?id=35
|
| Mon Oct 24, 2005 6:56 pm |
| Replies: 4 |
| Views: 17638 |
|
 |
http://javascript.internet.com/forms/val-zip-code.html
|
| Mon Sep 05, 2005 1:23 pm |
| Replies: 2 |
| Views: 17067 |
|
 |
Dim sqlConnection As System.Data.Odbc.OdbcConnection = New System.Data.Odbc.OdbcConnection(connectionString)
OdbcConnection.Open
Looks to me it's that you are declaring your connec ...
|
| Mon Aug 22, 2005 8:43 pm |
| Replies: 6 |
| Views: 21773 |
|
 |
The variables are being passed as dates from an MS Access table: For instance, the error page shows:
select Evt_Date, Evt_name from tblCalendar where Evt_Date >= '8/20/2005' and Evt_Date & ...
|
| Mon Aug 22, 2005 5:35 pm |
| Replies: 6 |
| Views: 21773 |
|
 |
<cfset start=#begin_date#>
<cfset end = #end_date#>
<cfquery name="get_cal" Datasource="#db#">
select Evt_Date, Evt_name from tblCalendar
where Evt_Date >= '#start#' and E ...
|
| Tue Aug 09, 2005 8:54 pm |
| Replies: 0 |
| Views: 7951 |
|
 |
Is there a means of converting strings to hex in T-SQL?
I located one user defined function online; however, it makes use of an undocumented system stored procedure xp_varbintohexstr (located in M ...
|
| Fri Aug 05, 2005 1:27 pm |
| Replies: 4 |
| Views: 15609 |
|
 |
This article does mention that it can affect other queries during the same connection: http://www.devx.com/getHelpOn/10MinuteSolution/20564. Glad it seems to be working for you now.
|
| Fri Aug 05, 2005 5:14 am |
| Replies: 4 |
| Views: 15609 |
|
 |
Do you have a SELECT TOP 10 in your statement anywhere?
If you post the code you're using I'd be glad to take a look-see.
|
| Fri Jun 24, 2005 11:39 pm |
| Replies: 5 |
| Views: 16277 |
|
 |
One very good use I've found for XML is when using Access Data Projects (ADPs) for a front-end to SQL Server. ADPs do not have the benefit of local storage for lookup tables etc, and there's no reason ...
|
| Tue Jun 14, 2005 5:57 pm |
| Replies: 28 |
| Views: 65026 |
|
 |
This is a trick question isn't it?
Only if you take it as one
Bryant
|
| Tue May 17, 2005 7:55 pm |
| Replies: 2 |
| Views: 10164 |
|
 |
There are a handful of things I can think of ... would you mind posting or emailing the page code & indicate which info goes into whose site (between yours & salesforce.com), and I'll be glad ...
|
| Mon May 16, 2005 5:14 pm |
| Replies: 28 |
| Views: 65026 |
|
 |
I was just curious how people code their ASP.NET pages ...
|
| Mon May 16, 2005 5:12 pm |
| Replies: 5 |
| Views: 16490 |
|
 |
Is there a way in ASP.NET (VB) to determine whether an email was sent successfully, whether it bounced, etc?
Thanks in advance,
Bryant
|