Hi. I have some troubles getting the example from an O'Reilly book to work. The first part of the code is like this:
<%@ WebService Language="C#" Class="PubsWS.PubsWS" %>
namespace PubsWS
{
using System;
using System.Data;
using System.Data.OleDB...
Yeah, I know, debug output will do the same, but this piece of code is for those who just want to see the form variables that have been passed. Paste the following code in your action page and there you go:
<cfoutput>
<table>
<tr>
<th>Name</th>
<th>Value</th>
</tr>
<cfloop...
In Allaire's custom tag gallery there's several tags that can read the total size of a given directory on your server. Problem is that all of those tags are SLOOOOOOWWWW (they all start looping and stuff, almost bringing down your server :-) ). For all you IIS users, here's the quick solution...
A couple of weeks ago I posted an example on how to make a DSNless connection to a database in one of the threads. I didn't test the code, and once I did I found some things were imperfect.
So, did you ever dream about creating a DSNless connection to a database (like you can do with ASP)? Well...
I have an IBM Thinkpad laptop with Windows 98 installed, and there is one thing about the configuration that really makes me sick. When I type a single quote or a double quote, it doesn't appear on the screen, only after I press the next key. I mean, if I want to make the quote visible right...
Hi SQL experts,
I was wondering if anyone knows about good articles / reviews on SQL Server 2000. Our company has the choice between 7 and 2000, but is 2000 as good as 7? Any major bugs / problems known for 2000? Any other things to take into consideration on this matter? Thanks in advance...
Hi all, I am working on a web-application, where users can pick a file with the HTML element <input type="file">. I want the dir G:\documents to be the initial dir (i.e. users must start browsing in this directory). I know in Visual Basic you can specify an initdir, but this doesn't...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.