Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Payal80

  1. Payal80

    read value from drop down menu into variable and then insert into dB

    sorry.. rephrase qs; how do i do the same in ASP? thanks
  2. Payal80

    read value from drop down menu into variable and then insert into dB

    hi! i have a drop down menu which has 4 values. When i click "sublit" on this form, i want the value selected in the drop down menu to be fed into the database. how do i read the selected value into a variable? eg in php i do it this way: if the name of the drop down is...
  3. Payal80

    Login authentication problems

    hi! i tried the code again. i got no syntax errors but the responses are getting mixed up. This is the working code with the mixed up responses: <% Set Cm = Server.CreateObject(&quot;ADODB.Command&quot;) Cm.ActiveConnection = &quot;sabesan&quot; If...
  4. Payal80

    Login authentication problems

    hi! I tried just this. i still got a syntax eror:i dont even need a database for it.. <% Set Cm = Server.CreateObject(&quot;ADODB.Command&quot;) Cm.ActiveConnection = &quot;sabesan&quot; If Request.Form(&quot;username&quot;)=&quot;payal&quot; &&...
  5. Payal80

    Login authentication problems

    Hi! I have a problem with Login. I am not using any sessions etc. I have 3 levels of administration. sys_asmin:usrname is payal, password is payal org_admin:username and password have to be searched in Organization table clerk)admin: username and password have to be searched in Clerk table. I am...
  6. Payal80

    Accessing 2 tables from the database and outputting in HTML table

    Hi again! I was trying the query by it self. there seems to be an error.:( this is the error i got: You tried to execute a query that does not include the specified expression 'Name' as part of an aggregate function Actually i am trying to get this as my output header...
  7. Payal80

    Accessing 2 tables from the database and outputting in HTML table

    I couldnt figure out from where i have to pass SQLcmd. I am so new to ASP.:( could u help me out? Thanks.
  8. Payal80

    Accessing 2 tables from the database and outputting in HTML table

    Hi! I have 2 tables: Organization(Org_Id,Name,Address,Phone) Rooms(Room_Idi,Organization_Idi,Category,Availabil ity) The category is a drop down menu which has 4 options, type1,type2,type3 and type4. Availabily has &quot;yes&quot; or &quot;no&quot; inputted into the database for each room in the...

Part and Inventory Search

Back
Top