Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ODBC with jBASE

I want to use jBASE as database on my new web-application. But it seems that I have to use jBASE BASIC (jBC) to interact with the database. I know what jEDI does, but I don't know how to use it. Does any one know, how I can perform CRUD on jBASE from a php page using some ODBC or jEDI? I'm newbie on jBASE, any help will be appreciated. Thanks.

like image 921
asok Buzz Avatar asked Oct 22 '22 02:10

asok Buzz


2 Answers

It doesn't look like anything out there in terms of samples, so you'd have to figure out one on your own after downloading the drivers.

If you have the luxury of picking your technologies, I recommend not using this particular combo. Even if you do figure out how to get things working -- you're going to run into snags and there isn't going to be much out there in the ways of helping you.

I'd recommend picking a server language that has good documentation/examples with that DB, or pick another DB and migrate over.

like image 183
pfrank Avatar answered Oct 24 '22 13:10

pfrank


You can try Vultar's jBase ODBC driver.

like image 35
dexter Avatar answered Oct 24 '22 13:10

dexter