If i try to go to my web site using
www.mysite.com
everything ok
however if i use
mysite.com
everything not ok - (msn dns error)
I realise that I should be shot for not using the correct protocols - however my customers dont - i know some sites work like this - why doesn't mine ?
can...
Morning all,
I need to create a page where browsers can upload files (pdf) that I will then store in a database.
The only problem is, I've never done it before - I've been searching the internet, and cant find any source code.
Can anyone give me any pointers - I'm usually pretty good with...
i have created a recordset called rs
now i would like to use a value returned from this recordset to create another recordset
sql = "Select * from table where lID = "& rs("lID")
my question is this.
is this the right way to do this ? will i come across problems later on...
I have an xml document that i have loaded into ie
var xmlDoc = new ActiveXObject("msxml2.DOMDocument.3.0");
xmlDoc.async = false;xmlDoc.resolveExternals = false;xmlDoc.validateOnParse = false;
xmlDoc.load("area.xml");
I then run a xpath query on it
att = Area
value = 20
var...
I am having trouble accessing data
Dim Ex = Request.Querystring("x")
sql = "Select * from Exp Where ExKey = '" & Ex & "'"
this works fine unless there is no 'x' querystring - then the sql statement will return data where ExKey = 0 - why should this do this ...
which method is best
Insert Into Table (Field) Values ('String')
or
set rs = db.openRecordSet("select * from Table where 0 <> 0")
rs.addnew
rs!Field = 'String'
rs.update
Newbie question
I have a select statement
Select dbID, dbName From dbTable
what i want to do is only dbName when it has a value
ie when it is not empty
I have tried
Select dbID, dbName From dbTable Where dbName Is Not Null
but no success
thanks in advance
Not sure if this is possible
function test(){
alert("It works")
}
i want to be able to store the name in a variable
var temporary = test
and be able to call the function
document. blah blah blah
can I do this - does anyone have any syntax
Thanks in advance
I have a simple table that i want to insert a new record into
field 1 is the primary key
field 2 is the value
when i insert the record into field 2 how to i add a new primary key number into field 1 (im used to access where you can use autonumber)
primary key datatype is smallint
thanks in...
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.