firebirdsql

We encourage new members to introduce themselves here. Get to know one another and share your interests.
Post Reply
pasculesculiviu
Posts: 1
Joined: Mon Sep 13, 2021 3:34 am

firebirdsql

Post by pasculesculiviu »

1. I use vfp9 without .dbf, only for forms, to interact with firebirdsql,
(especially sqlexec, sqlsetprop...)
Can I do the same in XSharp?
DBF are sensitive tables, firebird is a robust sql database.
It should be developed in this sense, not to give you data in .dbf, but to interact as easily as possible with a relational database, firebird for example, which especially under linux, is unbeatable.

2.XSharp Does it support Unicode?

Thanks,
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

firebirdsql

Post by wriedmann »

Hi Liviu,
of course Firebird is also supported using ADO.NET (I have used it in the past, but then changed to PostgreSQL).
And since X# works in the .NET world, it is native Unicode. That may be particularly important in Eastern Europe where you live.
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Post Reply