Home
PRODUCTS
.Net for Delphi
.Net Runtime Library for Delphi
.Net DLL/WSDL Importer for Delphi
.Net Core for Delphi
dotNetCore4Delphi Importer
Machine Learning for Delphi
ML.Net for Delphi
ML.Net for Delphi Model Builder
.Net UI for Delphi
.Net VCL for Delphi
.Net Component Suite for Delphi
.Net Control Suite for Delphi
ADO.Net Data Components for Delphi
ADO.Net DAC for Delphi
SqlClient DAC for Delphi
OracleClient DAC for Delphi
SQLite DAC for Delphi
ODBC DAC for Delphi
OLEDB DAC for Delphi
VistaDB DAC for Delphi
MySQL DAC for Delphi
MS Access DAC for Delphi
PostgreSQL DAC for Delphi
.Net API for All Programming Languages
.Net Native Interface Library
STORE
SUPPORT
Support Resources
Product Documentation
Articles
Developer Code Samples
Additional Resources
Ordering FAQ
Submit Support Issue
Submit Feature Request
ABOUT US
Learn More About CrystalNet Technologies
Company Information
Blog
Clients
Testimonials
News & Events
Contact Us
Sign In
How to use .Net Reflection to Open and Close SqlConnection in Delphi
This demo shows how to use .Net reflection in Delphi to load System.Data assembly, load and create instance of SqlConnection type, set the connectionString property of the SqlConnection and invoke the open and close method of the SqlConnection instance.
Download
Downloaded
50
times
Requires
.Net Runtime Library for Delphi
Tags
SqlConnection
,
Reflection
,
System.Data
,
Assembly
,
Type
Updated
10/05/2018
License
Apache License, Version 2.0
Developer
Bismark
Description
This demo shows how to use .Net reflection in Delphi to load System.Data assembly, load and
create instance of SqlConnection type, set the connectionString property of the SqlConnection and
invoke the open and close method of the SqlConnection instance.
Back