Вопрос

I have a clipper programme in which i have many DBF files which takes care of the data that is inserted.

I can able to convert DBF into SQL.

Now my doubt is after converting how should i use an INSERT query in my clipper language so that i should be able to insert user input data in to my SQL database ??

Это было полезно?

Решение

Basically you need Clipper RDD that can handle SQL database.

Have a look at at Mediator

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top