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!

Search results for query: *

  • Users: hemal666
  • Content: Threads
  • Order by date
  1. hemal666

    database record update error

    hi, im trying to updaye a access db using a sql update statement......it just wont work...I get an error saying Microsoft JET Database Engine error '80040e10' No value given for one or more required parameters. /modc1.asp, line 50 which points to psql = "UPDATE client SET...
  2. hemal666

    check online status of specific msn messinger account via ASP script

    hi i want one of my pages to be able to tell if im signed in on msn messinger? Is it possible and how do i do it? Plaese HELP! thanks hemal
  3. hemal666

    asp to launch windows messinger

    Hi poeple, I want to use an asp script on a web page to launch msn messenger and add a contact to list. Im not quite sure if this can be done, but really want to do this for one of my sites. Any suggestions would be cool. Thanks hems
  4. hemal666

    odbc access connection insert problem

    hi people ive written a siomple script to inserta record into an Access data base, when i try to execute the code i get the following error, which i belive means that a colum in the table is not peresent (which it is)...
  5. hemal666

    urgent: trying to open a new asp page from a submit on a form with JS

    Hey there people, Im trying to open a new window from an html page using the submit button on a form. This is not a problem, however i do not want the address bar to open and i want to control the size of the window. With my current code the new window will open (no address bar and the correct...
  6. hemal666

    Problem code i can't see whats gone wrong (simple form)

    hey there peeps, ive been writing a form for a client, when the pgae loads none of the html shows, yet i can view source and its all there. Im sure its an obious mistake, but im blind to them. Please help, heres the code: <%@ Language=VBScript %> <% Option Explicit %> <% Response.Buffer = True...
  7. hemal666

    Vb script compilation error while TRYING to write to db, URGENT

    hi, im trying to wite some info to MS Access database with a DSNLess connection, i just cant seem to get past ther error! heres the error: Microsoft VBScript compilation error '800a0401' Expected end of statement /registerinterest.asp, line 40 SQL =&quot;INSERT INTO...
  8. hemal666

    Am i blind????? simple code but no clue on whats wrong please help!

    hi i just wrote some simple code for a menu system. It looks straight forward and i cant seem to spot the error. Please help heres the code: <%@ LANGUAGE=VBSCRIPT %> <% Option Explicit %> <% Response.Buffer = True %> <!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;>...
  9. hemal666

    DSN less Connection to a database dont work HELP please

    hi, ive got a asp page that tries to write to a data base, but it produces an error that i cant figure out here's the error code: Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Driver Manager] Data source name too long /registerinterest.asp, line 43 heres my...
  10. hemal666

    ASP error reporting

    hi , i was wondering if there is any way of putting an script or somthing on my server so that if any ASP errors occur, it is reported in with more description than just the error code??? please help thanks hemal
  11. hemal666

    problem with validation of a simple form Help

    Hi i ve just writen some code to validate a simple form the JS is not working at all, im completely lost please help! heres the code:: <!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;> <html> <head> <meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html...

Part and Inventory Search

Back
Top