[파워빌더] 이미지 DB에 저장하기
bloblb_temp, lb_totintegerli_filenum, li_index, li_loopStringls_file, ls_filename, ls_emp_cd, ls_pathlongll_filelen, ll_read, ll_rowcnt, i, ll_cnt if GetFileOpenName("JPG,BMP File",ls_file,ls_filename,"JPG","JPG Files, *.JPG,BMP Files, *.BMP") = 1 thenll_filelen = FileLength(ls_file)li_filenum = FileOpen(ls_file,StreamMode!,Read!,LockRead!) if li_filenum -1 thenif ll_filelen > 32765 thenif mod(l..
더보기
DataWindow에 엑셀자료 UpLoad 하기
//1.변수선언 oleobject ole_excel,xlsub,xlApp, xlBook, xlSheet integer net , ll_value , ll_return , ll_error_cnt ,ll_error_cnt1 string ls_file, ls_name, ls_txt_file string ls_hakbun, ls_acc_no, ls_kor_nm long ll_ins_row long ll_tot_Row , ll_tot_col , ll_row //변수 초기화 SetPointer (HourGlass!) ll_error_cnt =0 ll_error_cnt1=0 //저장할 경로와 파일 이름 가져오기 ll_value = GetFileSaveName("Select Excel File", ls_file, ls..
더보기