Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: iqof188
  • Content: Threads
  • Order by date
  1. iqof188

    Problems with system.data.sqloledb

    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=&quot;C#&quot; Class=&quot;PubsWS.PubsWS&quot; %> namespace PubsWS { using System; using System.Data; using System.Data.OleDB...
  2. iqof188

    Output all FORM fields

    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...
  3. iqof188

    Get the size of a directory

    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...
  4. iqof188

    DSN-less database connection through COM

    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...
  5. iqof188

    Keyboard configuration Windows 98

    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...
  6. iqof188

    How good is 2000?

    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...
  7. iqof188

    Initdir for input type=&quot;file&quot;

    Hi all, I am working on a web-application, where users can pick a file with the HTML element <input type=&quot;file&quot;>. 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...

Part and Inventory Search

Back
Top