The private thread

  • Thread starter Thread starter wwjd_kilden
  • Start date Start date
  • Christian Chat is a moderated online Christian community allowing Christians around the world to fellowship with each other in real time chat via webcam, voice, and text, with the Christian Chat app. You can also start or participate in a Bible-based discussion here in the Christian Chat Forums, where members can also share with each other their own videos, pictures, or favorite Christian music.

    If you are a Christian and need encouragement and fellowship, we're here for you! If you are not a Christian but interested in knowing more about Jesus our Lord, you're also welcome! Want to know what the Bible says, and how you can apply it to your life? Join us!

    To make new Christian friends now around the world, click here to join Christian Chat.
most likely

in norway we have some old measurements lke "alen" and "favn" which are both from the human body
(I think one alen is from the elbow to the fingertips, one favn is what you can carry in your arms, like when you carry wood)
 
:p I assume it was the length of an average, adult males arm, but yeah..

then again, back in the "good old times" I guess they didn't care about tiny differences
 
If everyone is sending Clement something, maybe Clement can send me some money.

Here you go.

monopolymoney100.jpg
 
I can't find the computer thread, but:

Wondered where on earth my jdbc driver is (trying to connect java and SQL)


the cloest I get to finding something that seems to make sense on my PC is

C:\...\eclipse\plugins\org.eclipse.birt.report.data.oda.jdbc_2.6.1.v20100909
which is a jar file. The instruction says I should do : -classpath ".;C:\mysql".
for mySQL and jar files for PostgreSQL

but I don't see how to put it into the code..

private String driver = "com.mysql.jdbc.Driver"; // test excample, obviously dont work on my PC
private String url = "jdbc:mysql://"+minsqltjener+minkonto;
private String sqltekst = "select * from "+mintabell;


HELP