Page 3 of 3
DBServer replacement
Posted: Tue Jan 28, 2020 3:12 pm
by wriedmann
Hi Robert,
thank you very much! I will change my code accordingly and post the library here.
Wolfgang
Re: DBServer replacement
Posted: Thu May 02, 2024 7:27 am
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
Re: DBServer replacement
Posted: Thu May 02, 2024 9:23 am
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
Re: DBServer replacement
Posted: Thu May 02, 2024 12:48 pm
by SHirsch
thank you
Re: DBServer replacement
Posted: Wed May 08, 2024 4:23 pm
by wriedmann
Hi Stefan,
I have now looked where I had the code.
Please find a sample application with the CoreDBF class inside.
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
Re: DBServer replacement
Posted: Wed May 08, 2024 6:58 pm
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