extracting source formula an ms opening db


i have an opening db i mislay source formula i put source control.



i have attempted mislay information controlling primary interop assemblies(pia), nonetheless i am removing issues picking adult modules forms.



there 140 forms modules code(don't ask, it's leave component i have inherited) nonetheless pia formula wholly picking adult 91 them.



here formula i am using.



using system;
using microsoft.office.interop.access;

namespace getaccessourcefiles
{
category program
{
stationary vacant main(string[] args)
{
applicationclass appclass = new applicationclass();
try
{
appclass.opencurrentdatabase("c:\\svn\\projects\\db.mdb",false,"");

console.writeline(appclass.version);
console.writeline(appclass.modules.count.tostring());
console.writeline(appclass.modules.parent.tostring());

int numoflines = 0;
(int i = 0; i < appclass.modules.count; i++)
{
console.writeline(appclass.modules[i].name + " : " + appclass.modules[i].countoflines);
numoflines += appclass.modules[i].countoflines;
}

console.writeline("number lines : " + numoflines);
console.readkey();
}
catch(exception ex)
{
console.writeline(ex.message + "\r\n" +ex.stacktrace);
}
finally
{
appclass.closecurrentdatabase();
appclass.quit(acquitoption.acquitsavenone);
}

}
}
}


any suggestions formula competence missing? product/tool out there me?



edit:
i should also plead needs book disk, formation vss an choice the source component svn. thanks.



Comments

Popular posts from this blog

list macos calm editors formula editors

how hibernate @any-related annotations?

why does floated <input> control floated component slip over too distant right ie7, nonetheless firefox?