Hello All, I started getting the following error for some unknow reason and can not figure out why. Here are the errors I am getting: An...
Thanks Bob, I'll look into it. Dan "Bob Barrows " <SPAMcom> wrote in message news:u#phx.gbl... > It's probably not a "client" problem...
> Nope. No such thing as UPSERT. <whine> Aw, but Oracle has it (MERGE)! </whine> ;-) for the humor impaired. -- http://www.aspfaq.com/
Got it...thanks will do as advised and use @ when referring to parameters. - Jason "Aaron " <noraa> wrote in message news:phx.gbl... > > 2. To...
I think a javascript approach is not good since many ms explorer browsers cannot handle the 'history' of javascript. I tried <A...
Mike wrote: > "Bob Barrows " <SPAMcom> wrote in message > news:<phx.gbl>... >> Mike wrote: >>> >>> So, does anyone know how to 1) turn off...
Mike wrote: > "Bob Lehmann" <zzz> wrote in message > news:<phx.gbl>... >> So, did you try to drive a car without first educating yourself? >> Oh,...
> if len(column) = 0 then I had the logic reversed in the article. (Though I believe it worked in some previous version of VBScript, because I...
see www.w3schools.com/asp for on-line help
well this is pretty easy to acomplish on the client ( HTML ) side, if you add handling code to the onchange event of a html textbox control you...
I also forgot to mention that inherited deny permission take precedence over allow permissions. joker wrote: > Well here are some articles...
Got it thanks!
Sorry, I fought with it and realised a comma delimiter was the problem....here is the full query which now works...I'll be more careful about...
Well i think i am getting somewhere now, in my procedure i have added exec @sql to the end of my procedure so it now runs the statement i have...
Is it better to : - use an application object to store my database connection string or - use an include file on each asp page that needs to...
strList = "select * " _ & "from tbltest "_ & "WHERE user LIKE '%" & Replace(strSearch, "'", "''") & "%' AND ID < '2' "_ & "AND IDate Between...
Why does this happen: the code below works fine as-is. If I take out tempValue = rs.fields(i).value and put rs.fields(i).value everywhere...
Ok I have to create on the fly a dynamic search query when the user completes a form, this could have from 1 up to about 15 search values. Is...
Hi, I have a blank field in the database for Address. How do I refer to that? For ex: Set hrRS = Server.CreateObject("ADODB.Recordset") ...
Program to manage .ASP Include-Files... on: http://members.chello.at/otmar.pilgerstorfer/ enjoy it, and give me feedback, o.p.
Use this control to limit the display of threads to those newer than the specified time frame.
Allows you to choose the data by which the thread list will be sorted.
Order threads in...
Note: when sorting by date, 'descending order' will show the newest results first.
Forum Rules