C
celerno
Hi all, first some history: i'm developing an application who access
foxpro databases using VfpOledb provider... but this cause a headache
when i delete rows cause some tables call triggers... to fix it... or
to find other way i make a dll class in vfpro in order to use some
database and execute some delete sql.
function execSql(string database,string sqlSentence);
this its ok... but my click once project need to register it... how can
i do that?... in first try i put the compiled dll file into Resources
env and write to windows\system32 clien hard disk and calling
Console.WriteLine("regsvr32 c:\windows\system32\dllFox.dll");
but that doesn't work... my program just copy the file...
its clear that i need to involve more in that... but im overtimed, can
any one help me... thanks in advance...
foxpro databases using VfpOledb provider... but this cause a headache
when i delete rows cause some tables call triggers... to fix it... or
to find other way i make a dll class in vfpro in order to use some
database and execute some delete sql.
function execSql(string database,string sqlSentence);
this its ok... but my click once project need to register it... how can
i do that?... in first try i put the compiled dll file into Resources
env and write to windows\system32 clien hard disk and calling
Console.WriteLine("regsvr32 c:\windows\system32\dllFox.dll");
but that doesn't work... my program just copy the file...
its clear that i need to involve more in that... but im overtimed, can
any one help me... thanks in advance...