海妖 发表于 2015-1-16 22:39:30

MSSQL网页设计datawindow java

两个到底是哪一个给出了MySQL这个名字至今依然是个迷,包括开发者在内也不知道。window
/*/////////////////////////////////////////////////////////////////////////**Thisisabasicjavadatawindowexample.*Iwantexplaineyouhowtouseadatawindowcontrolforjavadevelopment.*(itssobasic...)**Autor:*DavidArcia09-09-2002(david.arcia@softhome.net)*//////////////////////////////////////////////////////////////////////////*/importjavax.swing.JOptionPane;importjavax.swing.JFrame;importpowersoft.datawindow.JDataWindowControl;importpowersoft.datawindow.Blob;importpowersoft.powerj.db.java_sql.Transaction;publicclassJDataWindowextendsJFrame{//ThedatawindowprivateJDataWindowControldwcActual;//Thepowerbuilderlibrarypath(wheredataobjectsarestored)privatefinalStringLIBRERIA=newString("C:PB7java.pbl");//TransactionobjetcfordatabaseconnectionprivateTransactiontrans;//ContructorpublicJDataWindow(){//NewdatawindowcontroldwcActual=getDataWindow("dw_products",true,true,true);//Notnull?if(dwcActual==null)return;}//endsmethod/*********************************************************************************CONNECTIONUSINGPOWERSOFTTRANSACTIONOBJECT(asSQLCAinPowerBuilder)********************************************************************************///Thismethodconnectwithdatabase(byexample,aoracledatabase)publicbooleansetConnect(){trans=newTransaction();trans.registerDriver("oracle.jdbc.driver.OracleDriver");trans.setDataSource("jdbc:oracle:thin:@192.168.22.10:1521:FALCON");trans.setUserID("rjimenez");trans.setPassword("defalcon");//Error?if(!trans.connect()){System.err.println("Connectionfailed.");returnfalse;}returntrue;}//endsmethod/*********************************************************************************JAVADATAWINDOWSCREATION********************************************************************************///CreateadatawindowpublicJDataWindowControlgetDataWindow(Stringdataobject){JDataWindowControldwc=newJDataWindowControl();//Assignadatawindowlibrarydwc.setSourceFileName(LIBRERIA);//Assignadatawindowobjecttothedwcontroldwc.setDataWindowObjectName(dataobject);//Someproperties...dwc.setVScroll(true);dwc.insertRow(0);//Assignthetransactionobjecttodwdwc.setTransaction(trans);//returnobjectcreatedreturndwc;}//endsmethod//Optional...MethodforrowselectionpublicvoidselectRow(introw){if(row>0){dwcActual.selectRow(0,false);dwcActual.selectRow(row,true);dwcActual.scrollToRow(row);dwcActual.setRow(row);}}//endsmethod//Optional...fortomakeadatawindoweditableornotpublicvoidsetEditable(JDataWindowControldwc,booleaneditar){//AccepttextdwcActual.acceptText();//getcolumnnumberintcols=Integer.parseInt(dwc.describe("Datawindow.column.count"));//////////////////////////////////////////////////////////////////////////Stringindicador=(editar)?"1":"0";//////////////////////////////////////////////////////////////////////////editable=indicador=="1";//Changetheeditableporpertyfor(intcont=1;cont<=cols;cont++){dwc.modify("#"+cont+".TabSequence="+indicador);}}//endsmethod//Optional...Insertnewrowtodatawindowsend.publicvoidgetNewRow(){introw=dwcActual.insertRow(0);selectRow(row);}//finaldemetodo//Optional...DeleteadatawindowrowpublicvoiddeleteRow(){intboton=JOptionPane.showConfirmDialog(null,"Deleteactualrow?","Deleting",JOptionPane.YES_NO_OPTION);if(boton==0)dwcActual.deleteRow(dwcActual.getRow());}//Findemetodo/*********************************************************************************THISARETHEDATAWINDOWSEVENTMANAGERS**Theeventsthatsupportdatawindowareclasificatedindifferentsinterfaces*accordingitfunction.*********************************************************************************Interfaces:MouseListener,FocusListener,DatabaseListener,EditChangedListener,ItemListener,PrintListener,RowChangeListener,etc...Datawindowevents:publicvoidleftButtonDoubleClick(MouseEventevent){}publicvoidleftButtonClick(MouseEventevent){}publicvoidleftButtonDown(MouseEventevent){}publicvoidleftButtonUp(MouseEventevent){}publicvoidmiddleButtonClick(MouseEventevent){}publicvoidmiddleButtonDoubleClick(MouseEventevent){}publicvoidmouseMove(MouseEventevent){}publicvoidrightButtonClick(MouseEventevent){}publicvoidrightButtonDoubleClick(MouseEventevent){}publicvoidrightButtonDown(MouseEventevent){}publicvoidrightButtonUp(MouseEventevent){}publicvoidgetFocus(FocusEventevent){}publicvoidloseFocus(FocusEventevent){}publicvoidDBError(DatabaseEventevent){}publicvoidSQLPreview(DatabaseEventevent){}publicvoideditChanged(EditChangedEventevent){}publicvoiditemChanged(ItemEventevent){}publicvoiditemChangeAccepted(ItemEventevent){}publicvoiditemError(ItemEventevent){}publicvoiditemFocusChanged(ItemEventevent){}publicvoidprintEnding(PrintEventevent){}publicvoidprintMarginChanging(PrintEventevent){}publicvoidprintPageStarting(PrintEventevent){}publicvoidprintStarting(PrintEventevent){}publicvoidretrieveEnd(RetrieveEventevent){}publicvoidretrieveRow(RetrieveEventevent){}publicvoidretrieveStart(RetrieveEventevent){}publicvoidrowChanged(RowChangeEventevent){}publicvoidrowChanging(RowChangeEventevent){}etc...********************************************************************************/}//endsclasse
MySQL是一个开放源码的小型关联式数据库管理系统,开发者为瑞典MySQLAB公司。目前MySQL被广泛地应用在Internet上的中小型网站中。

再现理想 发表于 2015-1-19 20:43:47

是否碎片会引发效率问题?这都是需要进一步探讨的东西。varbinary(max)代替image也让SQLServer的字段类型更加简洁统一。

简单生活 发表于 2015-1-28 10:25:47

以前的DTS轻盈简单。但是现在的SSIS虽然功能强大了很多,但是总是让人感觉太麻烦。看看论坛中询问SSIS的贴子就知道。做的功能太强大了,往往会有很多用户不会用了

若天明 发表于 2015-2-5 20:09:50

个人感觉没有case直观。而且默认的第三字段(还可能更多)作为groupby字段很容易造成新手的错误。

再见西城 发表于 2015-2-13 11:12:04

不过话说回来了,绝大多数的性能优化准则与对sqlserver存储的结构理解息息相关

变相怪杰 发表于 2015-3-3 20:36:29

始终遗憾SQLServer的登陆无法分配CPU/内存占用等指标数。如果你的SQLServer给别人分配了一个只可以读几个表的权限,而这个家伙疯狂的死循环进行连接查询,会给你的系统带来很大的负担。

因胸联盟 发表于 2015-3-11 13:34:01

一直以来个人感觉SQLServer的优化器要比Oracle的聪明。SQL2005的更是比2k聪明了不少。(有次作试验发现有的语句在200万级时还比50万级的相同语句要快show_text的一些提示没有找到解释。一直在奇怪。)

不帅 发表于 2015-3-18 14:30:46

所以你总能得到相应的升级版本,来满足你的需求。

飘飘悠悠 发表于 2015-3-25 23:39:51

不好!如果出了错;不好调试;不好处理!其实web开发将代码分为3层:web层;业务逻辑层和数据访问层;一般对数据库的操作都在数据访问层来做;这样便于调试和维护!而且将来如果是换了数据库的话;你只需要改数据层的代码;其他层的基本可以不变!要是你在jsp中直接调用sql数据库;那么如果换了数据库呢?岂不都要改?如果报了异常呢?怎么做异常处理?
页: [1]
查看完整版本: MSSQL网页设计datawindow java