Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - vige46

Pages: [1]
1
Automation Interface, Add-Ins and Tools / Re: compact .eap file
« on: December 16, 2004, 06:13:03 am »
Thanks for advices.

var Engine = new ActiveXObject("JRO.JetEngine");

Engine.CompactDatabase("Provider=Microsoft.Jet.OLEDB.4.0;Data Source="+mdl,
   "Provider=Microsoft.Jet.OLEDB.4.0;Data Source="+mdlnew);


Note, that 'Use JET 4.0' in Local Options-General should be set.

2
Automation Interface, Add-Ins and Tools / compact .eap file
« on: December 03, 2004, 04:47:28 am »
Hello,

I'd like to call 'compact .eap file' function from my script, but I can't find it.

Is this function supported in automation interface?

Thank you for help.

I use EA of version 3.6.659( Professional Edition)

Regards,
Miro

Pages: [1]