User Profile

Collapse

Profile Sidebar

Collapse
sonasiva
sonasiva
Last Activity: Feb 24 '07, 10:06 AM
Joined: Jan 10 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • pdf files are not getting open help me please

    hai
    I am new bie for ASP

    I retrieved files name from a folder by using FSO

    problem is if i click that name link files are getting open


    Code:
    <% 
        folder = "C:\Documents and Settings\Administrator\Desktop\hermitage\pdf" 
     
        set fso = CreateObject("Scripting.fileSystemObject") 
        set fold = fso.getFolder(folder) 
        for each
    ...
    See more | Go to post

  • sonasiva
    started a topic how to display pdf file in my webpage

    how to display pdf file in my webpage

    hai
    in my website
    i need to open PDF files
    i need to display the headings of all pdf files which i have uploaded to server
    if anybody click that heading then corresponding PDF file should open for them to see
    how can i proceed
    iam new for asp

    please help me

    thanks in advance
    sona
    See more | Go to post

  • sonasiva
    started a topic replace function doubt please help me

    replace function doubt please help me

    HAI all
    i have stuffed some comment from database within teaxtarea,
    problem is text are displaying as cobination of data and html tag like <br> (data and <br>) like as follows

    this is the first line means<br> this is the second line



    i wrote replace code as comment=replace (comment,vbcrlf ,"<br>") while adding this comment to database

    how...
    See more | Go to post

  • sonasiva
    started a topic please correct my query

    please correct my query

    iam getting the error as follows
    Error Type:
    Microsoft JET Database Engine (0x80040E14)
    Syntax error in FROM clause

    following is the showing error

    my_sql="SELECT company_name,[tran_date] FROM data as T"&"WHERE [tran_date]=(select max[tran_date] from data & where company_name=T. company_name)"
    See more | Go to post

  • sonasiva
    started a topic correct my error in query

    correct my error in query

    iam getting the error as follows
    Error Type:
    Microsoft JET Database Engine (0x80040E14)
    Syntax error in FROM clause

    following is the showing error

    my_sql="SELECT company_name,[tran_date] FROM data as T"&"WHERE [tran_date]=(select max[tran_date] from data & where company_name=T. company_name)"
    See more | Go to post

  • sonasiva
    started a topic how to retrive the data using asp

    how to retrive the data using asp

    Dear all
    iam new for ASP

    I have data in database as like as follows

    Name company shares date
    A x 100 1/1/07
    A x 200 5/1/07
    A y 100 2/1/07
    A ...
    See more | Go to post

  • sonasiva
    started a topic help me write this query please

    help me write this query please

    Dear all
    iam newbie


    I have data in database as like as follows
    Code:
    Name    company   shares    date
    A          x      100       1/1/07
    A          x      200       5/1/07
    A          y      100       2/1/07
    A          y      500       5/1/07
    I need to display as follows
    Code:
    Name    company   shares     date
    A          x        200      5/1/07
    ...
    See more | Go to post

  • sonasiva
    started a topic how to edit my record

    how to edit my record

    Dear all
    Iam using ASP
    i need to edit a record
    i have 4data fields as follows
    name companyname date percentage



    First user have to enter "name ,comapanyname and date" in th form ,which record they want to edit then that particular record have to display

    After that new data to replace the old one have to enter thro the same form

    once click ok old data...
    See more | Go to post

  • sonasiva
    started a topic to display latestdated data

    to display latestdated data

    Dear all
    how to select latest "updated date" details from table
    i have 3 coulmns including date

    thanks regards
    sona
    See more | Go to post

  • sonasiva
    started a topic please help me to correct my register code

    please help me to correct my register code

    hai
    I need to write a code for register page of my website
    i have written the following code,
    <%
    DIM strusername, strpassword, stremail
    strUsername =request.form(" username")
    strPassword = request.form("p assword")
    strEmail = request.form("e mail")


    DIM my_SQL, objRS

    my_sql= "SELECT username FROM User_list WHERE username='"&str username&"'"...
    See more | Go to post

  • Hi jai
    my problem got solved i got output for that query


    thankss........ ..............

    and i didnt get output for my register code
    I need to write a code for register page of my website
    i have written the following code,
    <%
    DIM strusername, strpassword, stremail
    strUsername =request.form(" username")
    strPassword = request.form("p assword")...
    See more | Go to post

    Leave a comment:


  • sonasiva
    started a topic how to select latest updation using MYSQL

    how to select latest updation using MYSQL

    Hai .
    iam doing my project(website ) using ASP

    I have data in database as like as follows

    NO Name Companyname Shares Date
    1 anish xxx 5000 5/1/2007
    2 sanjai zzz 1000 10/1/2007
    3 anish xxx 10000 10/1/2007
    4 anish xxx ...
    See more | Go to post

  • sonasiva
    started a topic Microsoft VBScript compilation (0x800A03EE)

    Microsoft VBScript compilation (0x800A03EE)

    {asp code}
    Error Type:
    Microsoft VBScript compilation (0x800A03EE)
    Expected ')'
    /web/company_ind.asp , line 35, column 37
    Response.Write( objrs("investor _name")""<a href=""investor _ind.asp?invest or_name="&objrs ("investor_name ")&""">"</a>"
    See more | Go to post

  • sonasiva
    started a topic ADODB.Recordset (0x800A0BB9)

    ADODB.Recordset (0x800A0BB9)

    hai
    Iam creating website using ASP
    i wnts my clients to register first to vist site using username and password,,this i need to do
    iam getting error like this

    ADODB.Recordset (0x800A0BB9)
    Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
    in line
    objRS.Open mySQL, objConn,adOpenK eyset, adLockPessimist ic, adCmdText

    my register coding...
    See more | Go to post

  • sonasiva
    started a topic how to select latest updation from Ms Acess

    how to select latest updation from Ms Acess

    hai
    Iam creating my own website using ASP and MS ACESS ,iam new to ASP and SQL
    Please help me to write a query to finish my project.

    i have datas as follows in my database
    sno name companyname shares percentage date
    1 aaa kroft 5000 5 1/1/2007
    2 aaa kroft 10000 10 1/9/2007
    ...
    See more | Go to post
No activity results to display
Show More
Working...