DBServer replacement

This forum is meant for questions and discussions about the X# language and tools
User avatar
wriedmann
Posts: 3655
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

DBServer replacement

Post by wriedmann »

Hi Robert,
thank you very much! I will change my code accordingly and post the library here.
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
User avatar
SHirsch
Posts: 282
Joined: Tue Jan 30, 2018 8:23 am

Re: DBServer replacement

Post by SHirsch »

Hello Wolfgang,

is this lib still available somewhere to test? I could not find it.
I need a lightweight data access possiblity in core dialect for dbfcdx. My own tests just worked with one dbf open at a time. Switching workareas did not work properly.
Normally I just use ADS via ADO.net. So my experience in that area ist not the high.

Regards,
Stefan
User avatar
wriedmann
Posts: 3655
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Re: DBServer replacement

Post by wriedmann »

Hi Stefan,
unfiortunately I'm on holiday on a very small island with a bad internet connection , but I will give it a look next week when I'm back again.
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
User avatar
SHirsch
Posts: 282
Joined: Tue Jan 30, 2018 8:23 am

Re: DBServer replacement

Post by SHirsch »

thank you
User avatar
wriedmann
Posts: 3655
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Re: DBServer replacement

Post by wriedmann »

Hi Stefan,
I have now looked where I had the code.
Please find a sample application with the CoreDBF class inside.
DBFServerApp.zip
(7.77 KiB) Downloaded 9 times
But it was more than 4 years ago I last worked on that code, and I don't remember anymore if it worked well or not, and I need to give it some more testing on real data.
On the weekend I will move it to a new namespace (XSharp.Tools) and put it in a small library and publish it on my website, and if you have corrections/enhancements, please let me know.
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
User avatar
SHirsch
Posts: 282
Joined: Tue Jan 30, 2018 8:23 am

Re: DBServer replacement

Post by SHirsch »

Thank you, Wolfgang.
I will have a look later this week.
I am a bit further with my server class. Workarea switching is working as expected. So my class is fine now.

Stefan
Post Reply