문제

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