InstantObjects looks good, but I cannot find the code to use MySQL with it.

I am trying to develop an application in OO. That is, I intend to create objects for all business components, and not create a form for the process. I am completely new to this.

Anyway, I discovered InstantObjects and was impressed. However, I do not see any code that could help me use MySQL with it.

Has anyone done this before?

Nirav

+6
source share
1 answer

AFAIK, you can use mySQL ODBC driver, ADO COnnection, InsntanObject ADO Broker to connect mySQL. Do not use DBExpresse as it supports mySQL 5.

+1
source

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


All Articles