To 2.
JARs are zip-files with additional information (an extra file named MANIFEST). They contain compiled java-code (.class files) distributed in packages. During the compilation and during the runtime you written classes will need all the classes you imported. (The better way is to import...
This is not a problem of Java but a problem of Access. Access provides some mechanisms of sharing a common database lying somewhere in a network share. You should check your it in the msdn.
Simon
I got a following problem:
I have a table TRAIN_DATA with columns FROM,TO,TO_RAIL,TRAIN_NR. All of the columns are from the text-type. I have some records in that table like:
FROM | TO | TO_RAIL | TRAIN_NR
-----+------+---------+---------
VAL1 | VAL2 | 1 | 1111
VAL2 | VAL3 | 4 |...
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.