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 TouchToneTommy 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 choohean

  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...

Part and Inventory Search

Back
Top