|
Browse by Tags
All Tags » Java ( RSS)
-
|
The LINC/EAE migration tool can automatically generate reports that can be used to extract your data from DMSII to your target database, for example Oracle. In this scenarios the Oracle SQL Loader tool is used. However you might problems loading...
|
-
|
Linc\EAE used profiles for their queries. Well the profile information is used by our migration tool to generate indexes. In Java is easy to intercept all SQL statements used by the translated application and analyze them. To analyse how a query...
|
-
|
If you have to write stored procedures for oracle is important to notice which Java version is supported by your Oracle Database, A common technique is create a JAVA stored procedure for that: 1. Create a function with an ORACLE SQL statement like: CREATE...
|
-
|
Recenlty following a post in an AS400 Java Group, someone asked about a method for signing and verifying a file with PGP. I though, "Damn, that seems like a very common thing, it shouldn't be that difficult", and started google'ing for...
|
-
|
There are a list of situations you might want to handle with Active Directory: 525 - user not found 52e - invalid credentials 530 - not permitted to logon at this time 532 - password expired 533 - account disabled 701 - account expired 773 - user must...
|
-
|
It is common that after a migration to Java, specially coming from legacy platforms like LINC or COBOL, that our clients want to take advantage of new technologies. So it happens that they are now authenticating against an Active Directory or another...
|
-
|
Sample Code to Print in Java import java.io.ByteArrayInputStream; import javax.print.Doc; import javax.print.DocFlavor; import javax.print.DocPrintJob; import javax.print.PrintService; import javax.print.PrintServiceLookup; import javax. print .SimpleDoc;...
|
-
|
Active Directory is also LDAP. So to integrate with the Active Directory you can use code very similar to that one used with other LDAP servers. To connect to the Active Directory you can do something like this: import java.util. Hashtable ; import javax...
|
-
|
This is a very controversial topic. Recently I have seen several blogs that state that the VB6 Programmers are moving to other platforms like PHP or Java instead of VB.NET For example see: Number of VB Developerts Declining in US By Steve Graegert “They...
|
|
|
|