+ Post New Thread
Page 3 of 96 FirstFirst 1 2 3 4 5 13 53 ... LastLast
Threads 41 to 60 of 1918

Forum: ASP Database

  1. Microsoft VBScript runtime error '800a01fb'

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

    • Replies: 6
    • Views: 4,219
    01:38 AM Go to last post
  2. Is this server, client or jet engine problem?

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

    • Replies: 4
    • Views: 5
    Me
    08:03 PM Go to last post
  3. how do you do "if record doesn't exist create otherwise update" in one SQL statement?

    > Nope. No such thing as UPSERT. <whine> Aw, but Oracle has it (MERGE)! </whine> ;-) for the humor impaired. -- http://www.aspfaq.com/

    • Replies: 6
    • Views: 7
    07:10 PM Go to last post
  4. Null in SP.

    Got it...thanks will do as advised and use @ when referring to parameters. - Jason "Aaron " <noraa> wrote in message news:phx.gbl... > > 2. To...

    • Replies: 12
    • Views: 13
    05:02 PM Go to last post
  5. ASP keep results in memory

    I think a javascript approach is not good since many ms explorer browsers cannot handle the 'history' of javascript. I tried <A...

    • Replies: 3
    • Views: 5
    12:01 PM Go to last post
  6. Need help with SQL statement for JOIN-type stuff

    Mike wrote: > "Bob Barrows " <SPAMcom> wrote in message > news:<phx.gbl>... >> Mike wrote: >>> >>> So, does anyone know how to 1) turn off...

    • Replies: 13
    • Views: 834
    Bob
    11:36 AM Go to last post
  7. Is "name" really a reserved Access keyword as ASPFAQ #2080 says?

    Mike wrote: > "Bob Lehmann" <zzz> wrote in message > news:<phx.gbl>... >> So, did you try to drive a car without first educating yourself? >> Oh,...

    2 Pages
    1 2
    • Replies: 21
    • Views: 22
    Bob
    11:28 AM Go to last post
  8. error in aspfaq #2304??

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

    • Replies: 2
    • Views: 5
    04:28 PM Go to last post
  9. Data type mismatch error assistance please

    see www.w3schools.com/asp for on-line help

    • Replies: 6
    • Views: 7
    09:01 PM Go to last post
  10. Avoiding query timeouts in ASP.NET ?

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

    • Replies: 3
    • Views: 5
    M.
    09:01 PM Go to last post
  11. A note to add to ASPFAQ.com for database compacting

    I also forgot to mention that inherited deny permission take precedence over allow permissions. joker wrote: > Well here are some articles...

    • Replies: 6
    • Views: 855
    09:24 PM Go to last post
    • Replies: 7
    • Views: 8
    09:07 PM Go to last post
  12. Join sp between Primary and controls?

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

    • Replies: 6
    • Views: 648
    04:35 PM Go to last post
  13. ASP and stored procedure problem (syntax error ?)

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

    • Replies: 4
    • Views: 1,385
    01:11 PM Go to last post
  14. application object vs includes file

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

    • Replies: 1
    • Views: 1,682
    01:01 PM Go to last post
  15. SQL Statement BETWEEN 2 Dates - Advice Please.

    strList = "select * " _ & "from tbltest "_ & "WHERE user LIKE '%" & Replace(strSearch, "'", "''") & "%' AND ID < '2' "_ & "AND IDate Between...

    • Replies: 14
    • Views: 1,943
    06:04 PM Go to last post
  16. How come if you use a rs.fields(0).value it sometimes is empty?

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

    • Replies: 2
    • Views: 6,730
    03:52 PM Go to last post
  17. building dynamic SQL string from multiple search values

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

    • Replies: 1
    • Views: 5,560
    12:08 PM Go to last post
  18. Blank fields in database

    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") ...

    • Replies: 7
    • Views: 1,283
    08:55 AM Go to last post
  19. Manage .ASP Include-Files...

    Program to manage .ASP Include-Files... on: http://members.chello.at/otmar.pilgerstorfer/ enjoy it, and give me feedback, o.p.

    • Replies: 0
    • Views: 807
    12:04 AM Go to last post

Thread Display Options

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.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139