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

    form submitted to another webserver

    i understand that its as if i am posting to myself.... but the sms companies do't say they will post back and don't mention what i should call thr returning page name..... in their tech.doc they say simply after submission you recive '01' now how am i supposed to read that! should they specify...
  2. KnightCoder

    form submitted to another webserver

    i understand that its as if i am posting to myself.... but the sms companies do't say they will post back and don't mention what i should call thr returning page name..... in their tech.doc they say simply after submission you recive '01' now how am i supposed to read that! sorry for bother...
  3. KnightCoder

    form submitted to another webserver

    hi people can u please help!! i am looking to create an asp driven website that will allow people to send sms....... i have contacted sms companies which will allow me to submit my sms request through normal http post request forms..... they say your webserver will receive numerical replies but...
  4. KnightCoder

    Dial-UP Connection Programming

    How do i get my VB6 Application to throw up a internet Connection Dial-up box , when i have detected that the user is not connected to the internet. And also.... How do i make my own dial-up Connection using my own user name , password and Telephone no. directely via with my VB6 Application...
  5. KnightCoder

    Browser type detection

    and i am using netscape 4.08 for testing this out
  6. KnightCoder

    Browser type detection

    Hi guys i am having problem with my ASP script. i have this code Set MyBrow=Server.CreateObject("MSWC.BrowserType") if (MyBrow.javascript = False) then response.redirect("nojavascript.asp") end if to see if the incoming broswer has javascript enabled this works fine with...
  7. KnightCoder

    Microsoft OLE DB Provider for ODBC Drivers error '80004005' HELP!!!!!

    I THINK I MAY HAVE FOUND THE ANSWER http://www.macromedia.com/support/ultradev/ts/documents/80004005update.htm Good Luck
  8. KnightCoder

    Microsoft OLE DB Provider for ODBC Drivers error '80004005' HELP!!!!!

    i have got the same problem. i can select fine. But when it come to inserting a new record it gives me Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query. but the SQL is a simple INSERT INTO TABLE...
  9. KnightCoder

    ASP export to MS WORD

    I know and have used ASP to export data into an excel speadsheet. But is there an MS Word equivalent ASP Export to MS Word
  10. KnightCoder

    server object

    i am going to create an web application that logs in a user. When a user does login i want to create some kind of object at the server so that i can use it to check against it if the same users try to login again using another pc or by a new browser window. Is this possible in ASP? Any...
  11. KnightCoder

    to DSN or not to DSN that is the question

    In ASP you don't necessarily need to connect to a database via a DSN. You can in essence map the path to the DB[(C:/db/etc.mdb) or even (../db/etc.mdb)] and giving the extra information, what drivers you need, respectively. Is their an equivalent in java. I do not want to create a DSN and want...
  12. KnightCoder

    Are Servelets my technology?

    my meaning of application can be interpreted to : application/applet
  13. KnightCoder

    Are Servelets my technology?

    i want to create an application that sits on a specific server an does various stuff. But i want clients to to use this application through their browsers. Are servelets the way forward?
  14. KnightCoder

    Opening a file outside my application

    Hi People, All i want my java program to do is open this file (index.html, it's local to the class) external to my program. i do NOT want my application to load the file within it self. i just want to re-create the double click command.... In essence the program will terminate leaving the user...
  15. KnightCoder

    How do i establish a connection to Access db using Linux as my OS

    i need an example of any java code that establishes connection to an access database using Linux as my Operating System? Any help is welcome. i would like any java code that solves my problems and executes a simple query displaying the results.
  16. KnightCoder

    can't establish connection to Access db through my java program

    i am using windows 98, i have installed jdk1.3. i have created a simple access database and created a DSN. i need an example of any java code that establishes connection to an access database using the DNS and executes a simple query with a displayed result. any help is welcome!

Part and Inventory Search

Back
Top