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 bkrike 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: codestorm
  • Content: Threads
  • Order by date
  1. codestorm

    Implicit (system) timestamp per record?

    Does it exist? I've got a table of dates things happened to a user, and some of the fields are missing (noone bothered to mod the code to populate them). I'm hoping that MSSQL has some hidden field(s) which store the datetime a record was created/last modified. If so I could update the...
  2. codestorm

    DNS commands (from telnet)

    Hey all, newbie to this forum. Just a quick (and hopefully easy) question. I'm searched somewhat and can't for the life of me find anywhere the basic commands you pass to a DNS service. For example with an SMTP service you could do something like: HELO blah MAIL FROM: bob@home.com RCPT TO...
  3. codestorm

    Linux versions of M$ client apps ...

    Hey all, Linux dabbler here, I'm slowly trying to insinuate Linux into our workplace, given our boss gripes at all the M$ licencing costs. An all-out switch is simply not possible, nor is a server end start point for a switch likely. So, given I'm main programmer at my company, thought I'd...
  4. codestorm

    HOWTO: xform attribute with no value?

    The XSL (snippet) <input type=&quot;radio&quot;> <xsl:attribute name=&quot;name&quot;> <xsl:text>Rating</xsl:text> <xsl:value-of select=&quot;$currentnodeid&quot; /> </xsl:attribute> <xsl:attribute name=&quot;value&quot;> <xsl:value-of select=&quot;substring-after(@name, 'Rating')&quot...
  5. codestorm

    refer to attrib of current node for-each called from

    Ran a search on forum & FAQs here for 'for-each' - would you believe actually NO results! Anyway, my problem is this: (example XML) <root> <node id=&quot;1&quot; nodeid=&quot;100&quot;> <node id=&quot;2&quot; nodeid=&quot;103&quot;> </node> </node> <text...
  6. codestorm

    MIDP JRE for EPOC?

    Hi all, I would have run a search for previous thread on this first, but the feature is currently down. I /assume/ CLDC and MIDP are ported to EPOC, just wondered where to grab the JRE for it, or is it already on (even older model) Psion handhelds? The reason I ask is I'm aiming to get an 8Mb...
  7. codestorm

    This *should* be simple

    Hi all, another newbie here, Given how configurable apache, etc is renowned to be, this should be a piece of cake, but as I can't find a doco on the syntax of .htaccess files, I'm stumped. I want a directory to be password protected with .htaccess/.htpasswd. So far no problem. However I want...
  8. codestorm

    Utter newbie problem w/modem

    Hey all .. I installed linux couple days ago, so am utter newbie. After much frustration I gave up trying to get the internal ISA Hayes Accura 56k modem working - I'd looked it up on winmodem site lists and it was states as being OK, but I could never find an actual driver anywhere for it, so...
  9. codestorm

    file to mysql db via ASP

    ANyone done this? You cant use sprocs in mysql, and it's failed when i've tried variations of this: rs.Add rs.Fields(..) = ... codestorm Fire bad. Tree pretty. - Buffy select * from population where talent > 'average' You're not a complete programmer unless you know how to guess. I hope I...
  10. codestorm

    Opinions please ...

    OK, here's the scenario: Our site currently has (or is proposed to have) DIFFERENT database tables to store: a) the (HTML and text) content that are displayed on pages, b) the hyperlinks that are displayed on pages, and c) other items (e.g. XML docs, XSL docs, PDF docs, HTML docs, images, ASP...
  11. codestorm

    How to do this ASP in PHP - utter newbie

    Hopefully some here know both ASP and PHP. I'd like to know if it's possible to do something akin to the code below in PHP. ---ASP Page--- <%@enablesessionstate=&quot;false&quot; language=&quot;javascript&quot;%> <html> <head> <title>Execute Database Stored Code Test</title>...
  12. codestorm

    EM v QA data sizes

    Noticed something odd the other day .. say you run a script like create table table1 (field1 nchar(50)) in QA. Now go into EM and refresh tables list, right-click Design on table1 and note the Length property of field1. Go back to QA and run exec sp_help table1 and note the Length property...
  13. codestorm

    Disabling ASP engine on Server.Transfer?

    Is it possible? (asking for someone else) Apparently Server.Transfer to a GIF still causes the GIF to be run through the ASP engine - which is a problem if the binary data of the file contains something like <% - gives the not closed script tags error. This is not just a problem with GIFs - it...
  14. codestorm

    Tricky one? MSSQL 'image' data into CDO.Message attachment

    How to do it? I can add attachments to CDO.Message objects easily enough using Attachments.Add &quot;<path and filename>&quot;, but how to read some binary data (e.g. an image or PDF stored in a database) into a CDO.Message attachment? codestorm Fire bad. Tree pretty. - Buffy select * from...
  15. codestorm

    Tricky one? sp_OASetProperty

    How to use sp_OASetProperty to set a property of an object which is itself and object? The equivalent in VB in my instance would be set obj_CDOMessage.Configuration = obj_CDOConfiguration But how to do it in a SProc? (In the SProc the handle to the CDO.Configuration object is stored in an...
  16. codestorm

    MS Help Files

    I've noticed a lot of questions recently on here are of the sort which the MS help files (*.chm) can deal with. I'm not picking on anyone for this, just pointing out it's often quicker to check the help files. While they no doubt change depending on your OS, etc, I've found these help files to...
  17. codestorm

    ASP to .NET Question

    Here's a scenario I'm interested in opinions on: Let's say in ASP I've got a page the maintains a table. This page encapsulates all aspects of maintaining that table - listing it's contents, adding, modifying and deleting records for the table. Now the way I typically handle this currently is...
  18. codestorm

    SQL Injection attacks

    For those who still build dynamic SQL statements in ASP, I found this article to be very interesting .. http://www.devarticles.com/content.php?articleId=138 codestorm Fire bad. Tree pretty. - Buffy select * from population where talent > 'average' <insert witticism here>
  19. codestorm

    Question to the masses ..

    Heya Question for you all: I've barely touched .NET so far, but in my limited experience it seems that Javascript ASP would be a better precursor to .NET (even VB.NET) than VBScript, as far as syntax, etc goes? I'm pondering whether to switch our development team to JS ASP from VB ASP, and...
  20. codestorm

    Accessing MSAccess2k w/out DSN

    Hopefully a simple one. I have a experiment site with access to .Net and can use MS Access 2000 databases (Brinkster), but can't for the life of me figure out how to connect to the database using the new .Net ADO/OLEDB stuff. All the MSDN examples appear to be for SQL Server DBs. How to do it...

Part and Inventory Search

Back
Top