アットウィキロゴ

データベース接続

class ren{
public static void main(String args[]){

int[] tsecode=new int[1000];
int[] tyear=new int[1000];
int[] tmonth=new int[1000];
int[] tday=new int[1000];
int[] oprice=new int[1000];
int[] hprice=new int[1000];
int[] lprice=new int[1000];
int[] cprice=new int[1000];
int[] rprice=new int[1000];
int[] volume=new int[1000];
int s,tsenumber;

int key;
int check;

key=0;

table2 t1=new table2();
if (key>50)t1.makedata("doro6");

datainput dp=new datainput();
dp.str="1720.txt";
dp.makedata();
oprice=dp.oprice;
hprice=dp.hprice;
lprice=dp.lprice;
cprice=dp.cprice;
rprice=dp.rprice;
volume=dp.volume;
tmonth=dp.tmonth;
tday=dp.tday;
tyear=dp.tyear;
tsecode=dp.tsecode;
tsenumber=dp.tsenumber;

insert2 inh =new insert2();

for(s=1;s<tsenumber+1;s++){;
inh.oprice=oprice[s];
inh.hprice=hprice[s];
inh.lprice=lprice[s];
inh.cprice=cprice[s];
inh.rprice=rprice[s];
inh.volume=volume[s];
inh.tmonth=tmonth[s];
inh.tday=tday[s];
inh.tyear=tyear[s];
inh.tsecode=tsecode[s];
inh.makedata("doro6");
}







}
}
最終更新:2011年04月06日 02:24