Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7176 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi, I have a massive relational database that needs to be updated daily. Problem is it takes about 45 min, even through ODBC. I was looking to see if there is some script I can run or schedual to where it can run at like 3 am or something so it is not such a pain for me. There has to something I figure, just haven't found it yet. confused.gif

Posted

Couple of ways to do this. If the machine is dedicated to this function only, you can run a script with a loop that checks the time and then pauses for a short time. At the correct time it would run the update script. Another approach is to use a plugin to schedule the script to be run at a specified time, check out plugins. Yet another is to use AppleScript to run the script at the specified time, let me know if you want this approach for a simple AS example.

Posted

thank for your help. I will look into these and see... Really I think the applescript would work fine. That is certianly not a strongpoint yet for me though. Still learning UNIX first. Would it be tough to do? Any help is appreciated.

This topic is 7176 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.