CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - c select
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - c select - List
[
Delphi VCL
]
DelphiCDSService2010
DL : 0
delphi调用C#Webservice访问数据库 //查询数据 procedure TForm1.Button1Click(Sender: TObject) var ls_Table: string ls_Service: Service1Soap begin ls_Service := Buf_GetBuleService ls_Table := Customers ClientDataSet1.XMLData := ls_Service.Buf_GetADONetToCDSXml( Northwind ,ls_Table, select * from +ls_Table) end //保存数据 procedure TForm1.Button2Click(Sender: TObject) var ls_Table: string ls_Service: Service1Soap begin ls_Service := Buf_GetBuleService ls_Table := Customers if ClientDataSet1.State in [dsEdit,dsInsert] then ClientDataSet1.Post if ClientDataSet1.ChangeCount>0 then ls_Service.Buf_PutCDSXmlToADONet( Northwind ,ls_Table,ClientDataSet1.XMLData) end -procedure TForm1.Button1Click(Sender: TObject) var ls_Table: string ls_Service: Service1Soap begin ls_Service := Buf_GetBuleService ls_Table := Customers ClientDataSet1.XMLData := ls_Service.Buf_GetADONetToCDSXml( Northwind ,ls_Table, select* from +ls_Table) end procedure TForm1.Button2Click(Sender: TObject) var ls_Table: string ls_Service: Service1Soap begin ls_Service := Buf_GetBuleService ls_Table := Customers if ClientDataSet1.State in [dsEdit,dsInsert] then ClientDataSet1.Post if ClientDataSet1.ChangeCount>0 then ls_Service.Buf_PutCDSXmlToADONet( Northwind ,ls_Table,ClientDataSet1.XMLData) end
Date
: 2025-12-23
Size
: 494kb
User
:
yanghongbin
[
Delphi VCL
]
QueryBuilder.Component.Suite.v2.95
DL : 0
Advanced Query Builder is a powerful component suite for Borland® Delphi® and C++ Builder® intended for visual building SQL statements for the SELECT, INSERT, UPDATE and DELETE clauses. It allows you to build new queries visually and/or graphically represent the existing queries in your own applications. The suite includes components for working with standard SQL, MS SQL, InterBase/Firebird, MySQL, PostgreSQL and many more dialects. Advanced Query Builder enables users to make up large and complicated SQL queries with unions and subqueries for different servers without any knowledge of the SQL syntax.-Advanced Query Builder is a powerful component suite for Borland® Delphi® and C++ Builder® intended for visual building SQL statements for the SELECT, INSERT, UPDATE and DELETE clauses. It allows you to build new queries visually and/or graphically represent the existing queries in your own applications. The suite includes components for working with standard SQL, MS SQL, InterBase/Firebird, MySQL, PostgreSQL and many more dialects. Advanced Query Builder enables users to make up large and complicated SQL queries with unions and subqueries for different servers without any knowledge of the SQL syntax.
Date
: 2025-12-23
Size
: 2.71mb
User
:
chapolin01
[
Delphi VCL
]
bs_xe3
DL : 0
dephi 二维码 for XE3 Installation : ------------------------------------------------------------------------------ 1. unzip downloaded file to some your directory 2. run Delphi/C++ Builder 3. open /packages/BarcodeStudio.dpk file and install 4. if you need runtime component/property editors, install /packages/BarcodeStudioEditors.dpk too 5. if you can use components for some report engine, from /packages directory select corresponding package and install it (corresponding report engine you must have installed, of course) -dephi 2d barcode for XE3
Date
: 2025-12-23
Size
: 1.08mb
User
:
陈伟
[
Delphi VCL
]
Delphi_127813
DL : 0
Delphi:Delphi将文件转移到其它的地方,相当于转移、剪切文件,示例所示的程序中,点击转移文件按钮,选择文件后,程序即将文件转移至C:根目录下,一具比较典型的与系统相关的小程序。 -Delphi: Delphi files will be transferred to other places, the equivalent of the transfer, cut file, as shown in the example program, click on the button to transfer the file, select the file, the program is about to transfer files to the C: root directory, with a typical small program associated with the system.
Date
: 2025-12-23
Size
: 7kb
User
:
6C1LZFE
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.