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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. choohean

    need help in on_change event with sql

    let say I have one combo box and one text box! The value in combo box are retrive from ms sql database! When I have already selected one of the value in the combo box! How I float the related value which need to retrive from the same database and same table to the text box? Please give me...
  2. choohean

    Not associated with a trusted SQL Server connection. HELP

    thanks for your advice! It already help me solve the problem!
  3. choohean

    Not associated with a trusted SQL Server connection. HELP

    I'm using SQL server 2000 and Windows XP! I facing this problem when I try to connect to my database! Microsoft OLE DB Provider for ODBC Drivers (0x80040E4D) [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'sa'. Reason: Not associated with a trusted SQL Server connection...
  4. choohean

    Login failed

    I was using SQL Server 7 previously, and change to SQL Server 2000! I found some problem within my ASP page with the connection to SQL Server 2000 The error came out is: Microsoft OLE DB Provider for SQL Server (0x80040E4D) Login failed for user 'HPMSF23\IUSR_HPMSF23'. Can Anyone just give me...
  5. choohean

    How Do I get record set for before certain date

    I have created a database that store certain value and date as well at the same time! How do I get record set which is before certain date? Please give me a hand! Thanks for your kindness!!
  6. choohean

    Can I Draw A table within the Textarea?

    I was tried to draw a table and display some data with a textarea, is it possible??
  7. choohean

    How Do I only Allow certain pc to access my page

    I have tried in 2 different PC but the result come out the same! That's mean I get the same about when I using this page in different PC!
  8. choohean

    Date problem

    I using asp to get time value and store in SQL server! The problem I get is, the data I get save into SQL is like this 1/1/1900 1:30:56 am! How do I get only the time value to save in SQL?
  9. choohean

    How Do I only Allow certain pc to access my page

    If I using the solution given by u!! the output will be 00-10-B5-88-B2-E4 and not ip addres! can i use this to check?!?
  10. choohean

    How Do I only Allow certain pc to access my page

    Can somebody give me some help???
  11. choohean

    How Do I only Allow certain pc to access my page

    How if the Ip address is not fix! And also I have tried the solution you given, the IP address comes out are different from the IP address that I have! Is just like that, my PC having 141.253.146.110 as IP but when using theIP = request.servervariables("REMOTE_ADDR") the IP address...
  12. choohean

    How Do I only Allow certain pc to access my page

    I have created some asp page! How do I only allow certain pc to access my asp page within the intranet?
  13. choohean

    Is it possible, generate monthly and daily email reports?

    I was doing a system and I have to send email to some personal for daily and also monthly reports! It is possible to do this by asp???
  14. choohean

    How to change the lenght!

    I tried like this: Response.Write &quot;<td><input name=service_id width=20px value=&quot;&rs(&quot;service_id&quot;)&&quot; readonly></td>&quot; & vbCrLf it didn't work! I tried : Response.Write &quot;<td><input name=service_id style=&quot;HEIGHT: 22px; WIDTH: 79px&quot...
  15. choohean

    How to change the lenght!

    I got a code like this! How do I change the width for the textbox? Please... Response.Write &quot;<td><input name=service_id value=&quot;&rs(&quot;service_id&quot;)&&quot; readonly></td>&quot; & vbCrLf Thanks in advance!!!
  16. choohean

    How to display the data once!

    I was try to something like this ID: 10 Name Email Tan tan@abc.com Lee lee@pqr.com Chong chong@mnp.com
  17. choohean

    How to display the data once!

    I got some data like this ID Name Email 10 Tan tan@abc.com 10 Lee lee@pqr.com 10 Chong chong@mnp.com I want to display the ID one only in other place. How to write the query to get the ID for only once?
  18. choohean

    Is it possible to have 2 submit button in a form? Urgetn!

    I have tried the function given! But I really don't know how to use it! I tried to create two buttons: <input type =button onclick=&quot;this.enabled=false;mysubmitfunction(this);&quot;> <input type =button onclick=&quot;this.enabled=true;mysubmitfunction(this);&quot;> or should I create 2...
  19. choohean

    Is it possible to have 2 submit button in a form? Urgetn!

    Can I do it in one form!? By clicking on one of the button, certain value will pass to certain page. Than by click another button, certain value which is differnet from recent will pass to another page!

Part and Inventory Search

Back
Top