For docs, I find the WinHelp or HTMLHelp version better than looking at them in a browser. Only available for windows.
http://java.sun.com/docs/windows_format.html
Mark [openup]
BTW JDeveloper from Oracle is free now. It is pretty good on Visual component design. But it won't be the same as visual studio since Swing is not the same as Windows Forms.
Mark [openup]
Hi
We have a table which has a long field containing essentially clob (text) information.
The text compresses well by zip.
We'd like to compress the text, and have Oracle do this transparently on insert and select for us, ideally.
Is this at all possible?
The field may or may not have to...
When you say you have <TD> on line 95, how exactly do you determine this?
The best way to locate the error is to say yes when IE asks you if you would like to debug, then choose to debug script (the default). VS.net should then highlight the exact location of the problem. Start from IE in a...
Hi
I guess if you want to ask the same question in two forums, you could reference the other post in both. Also, if someone satisfactorily answers your question in another forum, you should post back and tell people that you have an answer.
There are no hard and fast rules - it is just that if...
http://www.connectionstrings.com/
There is an example under Oracle, ole db connection, for operating system authentication, which I think is the same as what you are doing with SQL Server here. I have never used OS auth with Oracle from VB or .net, though...
Mark [openup]
System.Reflection.Emit
This is not something with which I am familiar, but this might be what you are looking for
http://weblogs.asp.net/joelpob/archive/2004/01/21/61411.aspx
I've not found anything which allows you to compile source code at run time, but I've never had a need for it.
HTH...
In this scenario (and also in 3 tier apps), the account by which the application is accessing SQL should be a least privileged account. That way, if the user gets the password, they can only connect and do the same things the app can do.
If you encrpt the config entry, someone can still...
That comes out at about 5%, which is worse.
I think the reason is still the mod 10 step at the end. The clever bit is mod 11 - I think it is undoing some of the cleverness to do a mod 10 as well.
I am not an expert on checksums obviously :), so I am not sure.
Thanks
Mark [openup]
I just had a thought. I was wondering why you mod 10 the result of the mod 11 operation. And then I figured that you did this because your check digit had to be a single numeric character.
Mine doesn't. If I just leave it as mod 11, and use 'A' or something when the result of the mod 11...
Oh forgot to mention that to test the code I changed the function so that it just returns the checksum digit, rather than the concatenation of the input and checksum.
Mark [openup]
Thank you.
Testing this shows that out of about 4,500 errors where any 2 digits are swapped in codes of 4 or five digits, it fails to detect about 2% of the time.
Out of about the same number where 2 consecutive digits are swapped (the most common kind of error), it fails also about 2% of the...
Hi
I was wondering if anyone could point me to the explanation for a simple checksum algorithm I could write in PL/SQL. It doesn't have to be very fast, and it only has to detect typographical errors in 5,6 or 7 digit numbers.
I looked at CRC, but I could not figure out what that was doing...
Hi
I've written a TableModel to support my JTable. It takes a CachedRowSet in its constructor, since this is the data I am trying to show.
The CachedRowSet does not seem to have a method to move the cursor to an arbitrary row, even though all the data is in memory, which is peculiar. So, in...
My reference is Chapter 12 of Francesco Balena's excellent Programming Visual Basic .net
Otherwise, the MSDN documentation which comes with Visual Studio has a pretty good section on regular expressions.
Mark [openup]
For an applet to interact with the clipboard, it has to be trusted and signed. Answer yes to questions your browser asks you about trusting this applet. If this is a vendor supplied applet, then ask them if they supply a signed one. If it is one you wrote yourself, then you will have to...
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.