\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ 服务端\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\1.oracle中创建表 登陆system/manager create table customer( custid integer, custname varchar(20), memo varchar(200) );2.bcb中file/new/multitiercoclassname:custinfosvr3.控件data access/databasedatabasename: custinfodrivername:oracleloginprompt:falseparams:server name=orcluser name=systempassword=manager4.控件data access/updatesql:name:custinfoupdatesqldeletesql:delete customer where custid=:old_custidinsertsql:insert into customer values (:custid,:custname,:memo)modifysql:update customer setcustid=:custid, custname=:custnamename,memo=:memo where custid=:old_custid 5.控件data access/tquery:name:custinfoqueryupdateobject:custinfoupdatesqlupdatemode:updatewherekeyonlydatabasename:custinfo6.控件midas/datasetprovider:name:custinfoprovideroptions&l... 下一页