Sorry I just joined and am learning the format for forum post.
Plecco Technologies, Inc. Web Design | Software Development | Internet Marketing
modified on Wednesday, January 27, 2010 9:57 AM
Sorry I just joined and am learning the format for forum post.
Plecco Technologies, Inc. Web Design | Software Development | Internet Marketing
modified on Wednesday, January 27, 2010 9:57 AM
You can create an web service type application that accepts a command to execute on a database. This application can then contact the two databases and perform the insertion on both databases.
Plecco Technologies, Inc. Web Design | Software Development | Internet Marketing
modified on Wednesday, January 27, 2010 9:58 AM
I set up a demo with a similar effect. You can use copy the code and use it... http://plecco.net/labs/modal/
Plecco Technologies, Inc. Web Design | Software Development | Internet Marketing
modified on Wednesday, January 27, 2010 9:52 AM
Sounds like an interesting problem. Contact that products support staff might be the best way to get help on this one.
Plecco Technologies, Inc. Web Design | Software Development | Internet Marketing
modified on Wednesday, January 27, 2010 9:58 AM
That's a tough one b/c if they're able to view it they can download it as well.
Plecco Technologies, Inc. Web Design | Software Development | Internet Marketing
modified on Wednesday, January 27, 2010 9:59 AM
Has it ever worked in this installation of 2008? I just ask b/c I'm wondering if that's a feature of 2008.
Plecco Technologies, Inc. Web Design | Software Development | Internet Marketing
modified on Wednesday, January 27, 2010 9:59 AM
I suggest you take the initial idea and find a way to create another process to do the other tasks that need to be done...I other words, you'll perform the update the time and sleep for 20 mins on one process thread and on the other thread you'd perform the remaining tasks. Hope this helps.
Plecco Technologies, Inc. Web Design | Software Development | Internet Marketing
modified on Wednesday, January 27, 2010 10:00 AM
I'm looking for a solution to the same.
Plecco Technologies, Inc. Web Design | Software Development | Internet Marketing
modified on Wednesday, January 27, 2010 9:56 AM
Good ideas...I'm in the process of building on a similar idea. Your feedback will be the grounds for added feature sets.
Plecco Technologies, Inc. Web Design | Software Development | Internet Marketing
modified on Wednesday, January 27, 2010 10:00 AM
The first one is a little better than the second b/c your using a bit more processing power on your app server to create the dataset you have on the second. In the first, most of the processing will be performed on the database server which is optimized for doing such computations.
Plecco Technologies, Inc. Web Design | Software Development | Internet Marketing
modified on Wednesday, January 27, 2010 10:01 AM
I agree. I think File.Copy would be your best solutions if you want your text file to be exactly the same as the original.
Plecco Technologies, Inc. Web Design | Software Development | Internet Marketing
modified on Wednesday, January 27, 2010 10:02 AM
I have two callbacks on one page. One is hidden. When I click on an item from the first callback it's fires an onclick event which makes the second callback visible and changes the layout of the page to look like your going to another page. The problem is that sometimes the second callback is called and becomes visible before the layout changes. I need to ensure that the callback isn't visible until the layout change completes.
Plecco Technologies, Inc. Web Design | Software Development | Internet Marketing
modified on Wednesday, January 27, 2010 10:02 AM