Jump to content

Database toolkit - retry mechanism?


Recommended Posts

Hello gurus,

The following is part of a database read/write design aspect, and hope that you're able to help me find solutions :-)  I have a couple of my own, but would like to see what others may come up with.

 

Details:

I have been able to successfully use DB toolkit  vi's to read/write to an SQL database. Everything works as per the design -mostly- . The last piece I have yet to implement is the "retry-mechanism": what if during the WRITE action my database happens to be unavailable? do I save the data to a flat file and upon "reconneciton" I flush the records? this sounds quite simple, doesn't it?

 

This is the piece I'm trying to figure out. If you've done something like this already, would you please share your approach?

 

In advance, thank you.

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

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