www.webdeveloper.com

Search:

Type: Posts; User: gift2women

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Do I have to retype this or is there a better way? Union Left Join

    Below is a snippet of my Query:


    LEFT JOIN
    (SELECT
    D.NAME2_REC AS DEGREE1
    , mN.LNAME AS D1_LNAME
    , mN.FNAME AS D1_FNAME
    , mN.MIDDLE AS D1_MNAME
    , mN.SUFFIX AS...
  2. Replies
    2
    Views
    527

    NogDog, Thanks for the response. Unfortunately,...

    NogDog,
    Thanks for the response. Unfortunately, I do not have control over the tables ... for if I did, it certainly would be set-up differently. The way I currently have it accomplished is by...
  3. Replies
    2
    Views
    527

    7 Degrees of Separation

    Good morning world!

    I am sure this is a simple problem, but unfortunately my prime experience in SQL is coupled with .asp or .php which gives (me) much more flexibility when it comes to re-using...
  4. I attempted the same thing, modifying the values...

    I attempted the same thing, modifying the values to match items in my own database, and had no issues.
    What value types are paddrcode & paddritem? If they are numerical, in a numerically-defined...
  5. Replies
    8
    Views
    1,485

    Ummm ... I read the link (and about 3 hours worth...

    Ummm ... I read the link (and about 3 hours worth of other pages on the subject), and guess how far I got. Ergh. What am I missing?

    prov = "Provider=MS Remote;Remote...
  6. Replies
    8
    Views
    1,485

    My bad, here's what I asked them:

    My bad, here's what I asked them:
  7. Replies
    8
    Views
    1,485

    This was the response I got from them when I was...

    This was the response I got from them when I was unable to locate any RDS information:
  8. Replies
    8
    Views
    1,485

    Thanks

    Looks like that would be the solution if my hosting company supported it... thank you.
  9. Replies
    14
    Views
    1,408

    Perhaps I am missing something here (and you may...

    Perhaps I am missing something here (and you may need to reformat the information with a getMonth() and such, but ... something like this:

    // 0=Sunday, 1=Monday, 2=Tuesday, 3=Wednesday,...
  10. Replies
    8
    Views
    1,485

    Database on local and hosted machines

    Sorry, I am assuming that this is answered somewhere on here (or in Internetland) already, but I cannot seem to find the answer to my problem (and I am not sure if this belongs under .ASP or ...).
    ...
  11. I gotchya'. For whatever reason then, my Word...

    I gotchya'. For whatever reason then, my Word (nor anyone that uses my application here) open with Track Changes activated on this as a default behavior. Oh well, I guess it wasn't meant to be.
  12. Thank you for the response. I am aware of the...

    Thank you for the response. I am aware of the multiple ways of creating the file as a word document, but the concept of turning on "Track Changes" is definitely the key to this issue. If there is a...
  13. Create a Word Document from ASP with track changes on

    I do not really have any code on this yet, as the question is somewhat simple and can relate to any asp page. When using application/vnd.ms-word to create a Word document from ASP, can I...
  14. Wolfshade, I'll see what I can find... thanks. ...

    Wolfshade, I'll see what I can find... thanks.

    Criterion, I thought about that, and it is what I did initially, but the special character can appear as ñ, or ñ (or whatever other special...
  15. Access database (sorry, I thought the JET errors...

    Access database (sorry, I thought the JET errors were exclusive to Access), querying in ASP classic.
    That being said, does this mean that there is no REPLACE function ... that seems bizarre.
  16. Thank you for the reply. The second example...

    Thank you for the reply.

    The second example works fine, but it doesn't solve my issue. The search criteria (from an input box), will not be the product containing the tilde. That being said,...
  17. Perhaps I'm missing something (wouldn't be the...

    Perhaps I'm missing something (wouldn't be the first time) ...
    But the issue occurs by using Replace on a column in the database, regardless what I replace it with; "&ntilde" or "ñ", I still need to...
  18. I've tried that as well, "SELECT contid,...

    I've tried that as well,
    "SELECT contid, Replace(CName, 'ñ', 'n') AS CName1 FROM eusers2 INNER JOIN eusers ON eusers.idno = eusers2.contid"_
    &" WHERE (fname LIKE '%" & Rsrchcriteria & "%'...
  19. Yeah, the OR/And issue, i fixed that yesterday...

    Yeah, the OR/And issue, i fixed that yesterday and must not have saved ...

    I'm not sure I know what you mean by
    I tried it similar to
    SELECT DISTINCT contid FROM eusers2 INNER JOIN eusers ON...
  20. Replace function in sql query (classic asp)

    Ahhhhhhhhhh! I have been working on this for far too long to have made no progress.

    "SELECT DISTINCT contid FROM eusers2 INNER JOIN eusers ON eusers.idno = eusers2.contid"_
    &" WHERE (fname LIKE...
  21. That Rocks! You are a genius. Many Thanks. (If...

    That Rocks! You are a genius. Many Thanks.

    (If we're playing Wheel of Fortune ... I'd like to solve the puzzle. though this is not why I'm sending you my thanks.)
  22. Okay, copied that - and still didn't get a...

    Okay, copied that - and still didn't get a result. (Using IE8, as I am relegated to do within my office.) Perhaps my requests were not clear: I have no issues on what is passed to the next page (this...
  23. I was just asking if this should be an onclick,...

    I was just asking if this should be an onclick, onblur, on ... anything? Or, theoretically, by copying and pasting the javascript below the form, and leaving the checkboxes as they are in the third...
  24. Hmm ... I must be missing something. My two...

    Hmm ... I must be missing something. My two questions would be:
    1. What should the input look like? (my methods are apparently incorrect)
    2. Does it matter what the checkbox name/id are, as you...
  25. Another option: I suppose I should mention, if...

    Another option: I suppose I should mention, if there is an alternate solution such as disabling all checkboxes with the same value when 1 is selected, or hiding them, or whatever, I'm open to it. I...
Results 1 to 25 of 110
Page 1 of 5 1 2 3 4
HTML5 Development Center



Recent Articles