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 bkrike 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: dreeze
  • Content: Threads
  • Order by date
  1. dreeze

    JDBC and DSN

    Hello all, im faced with this problem. im using servlets to access a paradox 5 database. the problem is the db is huge with several small tables in directory tree. i need to find out a way to not enter a DSN in ODBC for each table. i was thinking of i specify 1 DSN at the root of the DB and...
  2. dreeze

    Getting browser info

    Im having a hard time finding any examples on the net to get something that i thought was rather simple. i want to know which Cipher suites are supported browser. specifically does the browser support 128 bit encryption? i found in the java docs that in the class SSLServerSocketFactory and...
  3. dreeze

    POST vs GET, an existantial question

    From what I understant, the difference is only in the way the parameters are attached to the request. one is appended to the URL, the other is sending it after a newline character. my question is why do servers treat them so seperataly if it is a small difference. I really dont see the...
  4. dreeze

    Cookie crumbs

    Im working on a ecommerce website, but i have ran into this glitch. when u create a cookie and set the maxAge to a certain, that value is constant right (it doesnt change over time does it?) cause everytime a user clicks on a link or refreshes a page, i try to rejuvenate that cookie by adding a...
  5. dreeze

    IIS 3.0 and Tomcat

    I'm trying to configure tomcat to run on IIS 3.0. as i go through the documentation of tomcat, they require that i install a filter called isapi_redirect.dll In the documentation they have instructions to do so for IIS 4.0. I realised that i cant add any filters through the IIS manager (or is...
  6. dreeze

    MIS 3.0 + tomcat

    I'm trying to configure tomcat to run on IIS 3.0. as i go through the documentation of tomcat, they require that i install a filter called isapi_redirect.dll In the documentation they have instructions to do so for IIS 4.0. I realised that i cant add any filters through the IIS manager (or is...
  7. dreeze

    MS internet information service with JDBC

    Has anyone noticed any difficulty that MS internet information service installing with JDBC drivers in the ODBC components? I tried to install it on my NT server and it literrally collided with those drivers. i guess it tried to install a SQL server and choked on the drivers (i guess). it really...

Part and Inventory Search

Back
Top