xsharp.data.dll

This forum is meant for questions and discussions about the X# language and tools
Post Reply
Juraj
Posts: 161
Joined: Mon Jan 09, 2017 7:00 am

xsharp.data.dll

Post by Juraj »

Hi all,

I'm looking for some description of xsharp.data.dll, or some examples of use

Juraj
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

xsharp.data.dll

Post by robert »

Juraj,

There is no real description. This DLL contains support code for data related operations shared by different parts of the runtime, such as the managed SQL classes and the VFP SQL support. The DLL also contains the code for the new DbDataTable() and DbDataSource() functions that allow to use a RDD Workarea/Cursor as bindingsource for a Windows Forms or WPF UI control.
I am preparing a session for Visual FoxFest. In the session notes for this I will also explain how these 2 functions can be used.

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
Juraj
Posts: 161
Joined: Mon Jan 09, 2017 7:00 am

xsharp.data.dll

Post by Juraj »

Hi Robert,

Thank you very much for the information

Juraj
jpmoschi
Posts: 76
Joined: Thu May 21, 2020 3:45 pm

xsharp.data.dll

Post by jpmoschi »

good morning forum
Where could I find this type of example?
I think it is really important and it is exposed a bit dark for VFP users

best regards
Juan
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

xsharp.data.dll

Post by robert »

Juan,

The recording of the session can be seen in our Youtube Channel.

https://www.youtube.com/watch?v=iY65v-xUm78

The examples can be found at:
https://www.xsharp.eu/itm-downloads?fol ... sentations

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
Post Reply