xsharp.eu • firebirdsql
Page 1 of 1

firebirdsql

Posted: Mon Sep 13, 2021 3:58 am
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,

firebirdsql

Posted: Wed Sep 15, 2021 2:43 am
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