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...
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...
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...
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="1" nodeid="100">
<node id="2" nodeid="103">
</node>
</node>
<text...
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...
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...
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...
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...
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...
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="false" language="javascript"%>
<html>
<head>
<title>Execute Database Stored Code Test</title>...
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...
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...
How to do it?
I can add attachments to CDO.Message objects easily enough using Attachments.Add "<path and filename>", 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...
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...
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...
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...
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>
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...
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...
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.