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...
EDIPRO is right on that.
i just wanted to add, if your running win95 by any chance. its a know bug to do that. you can solve this problem by reinstalling client for MS networks in your network panel and then do what edipro recommended taht would do the trick too.
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...
strantheman,
im not trying to discount anything, i simply wanted to understand the fundamental difference between the two as you say.
thanks guys for the posts, the caching story would make some sense and justify using one over the other to assure higher security.
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...
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...
forget creating a JPR file,
a JPR file is just a project file, a collection of file names. if your programming in notepad u wont need a JPR.
JBuilder is a programming environment that is extremely useful, its probably the best on the market (keep away from MS J++, theyll be discontinuing it...
forget it,
a JPR file is just a project file, a collection of file names. if your programming in notepad u wont need a JPR.
JBuilder is a programming environment that is extremely useful, its probably the best on the market (keep away from MS J++, theyll be discontinuing it soon).
hope it...
connecting to an access database is just like connecting to any other database, as long you have your DSNs in your ODBC.
then your have do the following in your code:
<----------->
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
con =...
connecting to an access database is just like connecting to any other database, as long you have your DSNs in your ODBC.
then your have do the following in your code:
<----------->
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
con =...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.