SQL Statements in VC++

krish_jde

Member
Dear All,

This might be silly and a trivial question.I would be happy if any of you could give me an idea about this.

Is it possible to use SQL statements apart from standard JDE API's.??

Is it possible to use Cdatabase Objects for SQL's.

Waiting eagerly for your responses.

Thanks a lot.

Regards,
Krish
 
Cake, I do it all the time. Build the CDatabase object in it's own dll and call the dll with loadlibrary from a psft bsfn. Oh, build a sql statement and pass it to the dll. The only limitation is that you have to have a user/pwd to use the DSN.

GetValidDataSource tells you what source to use for any table.
 
Hi,

Thank you very much for the reply.Do you have an example as to how do this,or a sequence of steps to acheive this.

I appreicate if you could reply me on this.

Thanks a lot once again.
Regards,
Krish
 
Back
Top