I'd like to create a .dll in vfp9 and use it in a program in vb.net.
In my dll i'd like have 2 parameters : location of database and command to run.
example :
c:\db\database.dbc
select * from customers
and i'd like that my dll return the datatable with data.
Is it possible ?
ty
Luca
In my dll i'd like have 2 parameters : location of database and command to run.
example :
c:\db\database.dbc
select * from customers
and i'd like that my dll return the datatable with data.
Is it possible ?
ty
Luca