ASP program debugging, the statement is not finished urgently

Updated on technology 2024-06-13
17 answers
  1. Anonymous users2024-02-11

    authorid is the variable to join.

  2. Anonymous users2024-02-10

    Variables and strings should be linked with &! This is the syntax of ASP!

  3. Anonymous users2024-02-09

    That's how it should be:

    html = html & "Company:

    Or simply: html = html &"Company:

    Both.

  4. Anonymous users2024-02-08

    Double quotation marks can no longer be used in double quotation marks. In single quotation marks.

    Or just use two double quotation marks.

    html = html & "Company:"

  5. Anonymous users2024-02-07

    Where double quotation marks are used in the middle, all the places used in the middle are replaced with single quotation marks, and the beginning and end of the quotation marks are left.

  6. Anonymous users2024-02-06

    The name is the location of the current directory The Access Database mappath method returns the physical file path that corresponds to the specified virtual path on the web server.

    ) to get the location of the data source. It is obtained through a systematic approach.

    The correct one is:"provider=;data source=" + "");

  7. Anonymous users2024-02-05

    is the relative path to the current directory.

    ) is the file in the current directory.

    If yes"../") is the file in the parent directory.

  8. Anonymous users2024-02-04

    One point less. It should be:

  9. Anonymous users2024-02-03

    & h can be added to the space.

  10. Anonymous users2024-02-02

    Post more**, this should be fine.

  11. Anonymous users2024-02-01

    I've also done **** with asp.,My way is not like you.,I'm asking the web page to read the url of the song in the database.,That's it.,It's very convenient.,Just modify the song in the database.,The web page will also be displayed.,I can only help you this.,I don't understand how to read the specific you**.,I'm also half a rookie.。

  12. Anonymous users2024-01-31

    First, your first action=request("action")..Note that the field you are passing is act, not actionIt needs to be changed to:

    action=request("act"Try it first. It doesn't work out. If it becomes the best, if it doesn't work, send the ** all.

    And then immediately after that.

    sql,conn,1,3

    if not then

    You also don't have a membername assigned to it. This sentence seems to be to check whether there is this song in the table, but next:

    The parameters were not passed, at least they should be.

    Right? In the end, you haven't finished writing yet. action=show.

    It was too late to go back to bed. Come tomorrow. Upstairs admire, so eager to get points? Doesn't it seem like anything has changed?

  13. Anonymous users2024-01-30

    Add a musicname and

    set rs2=nothing

    rs("username")=membername

    rs("musicid")=musicid

    rs("musicname")=musicname 'Add this.

    rs("singer")=singer

    rs("nclassid")=nclassid

    That 155 points are also needed.

    Am I wrong?

    action=request("action")

    set rs="")

    if action="add" then

    musicid="id")

    sql,conn,1,3

    if not then

    elseset rs2="")

    sql2,conn,1,1

    if ( and then

    errmsg=errmsg+""

    call error()

    elsemusicname=rs2("musicname")

    singer=rs2("singer")

    nclassid=rs2("nclassid")

    end if

    set rs2=nothing

    rs("username")=membername

    rs("musicid")=musicid

    rs("musicname")=musicname 'Add this.

    rs("singer")=singer

    rs("nclassid")=nclassid

    end if

    elseif action="del" then

    id=request("id")

    wma=request("wma")

    elseif action<>"del" and action<>"add" then

  14. Anonymous users2024-01-29

    Alas. Sympathize. It's a pity that I won't, and I can't use .. with enthusiasm

  15. Anonymous users2024-01-28

    "&" is a connector.

    dim cpmc&a

    You can't assign values like this.

  16. Anonymous users2024-01-27

    The problem lies in the variable heimingdan, it's OK to change the name, change it to mingdan and remove the previous hei

  17. Anonymous users2024-01-26

    Is there a hint line number?

    sql=The next line doesn't enter the line and wraps it.

Related questions
7 answers2024-06-13

Select Default in IIS, right-click to open the property and modify the home directory, select the storage path for your ASP file, and change the execution license to a pure script. Application protection is low (IIS process).Then click Application Settings -> click the Configuration button, click the Application tab, and select the Enable Parent Path. >>>More

15 answers2024-06-13

Or is it a matter of logic when you write a program.

First, if then >>>More

10 answers2024-06-13

File**.

msg(i)next >>>More

17 answers2024-06-13

Just swap your 111 for the received variables. Such as:

goemail myusername, mypassword, "111", "111", "2333", request("mytext"), "" >>>More