ODBC with jBASE

I want to use the jBASE database in my new web application. But it seems to me that I should use jBASE BASIC (jBC) to interact with the database. I know what jEDI does, but I don't know how to use it. Does anyone know how I can execute CRUD on jBASE from a php page using some ODBC or jEDI? I am new to jBASE, any help would be appreciated. Thanks.

+4
source share
2 answers

It doesn’t look like something there, in terms of samples, so after loading the drivers you have to figure it out yourself.

If you have the luxury of choosing your technology, I recommend not using this particular combo. Even if you understand how to make everything work, you will encounter snags, and there will not be many ways to help you.

I would recommend choosing a server language that has good documentation / examples from this database, or choosing a different database and moving it.

+1
source
0
source

Source: https://habr.com/ru/post/1498687/


All Articles