Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Writing data in to Excel spread sheet

Author  Topic 

new_tosql
Starting Member

17 Posts

Posted - 2008-05-14 : 14:38:11
Hi All,

Here is the scenario:

I am inserting data into a spread sheet from user interface(power builder). But at the same time some one can open that excel spread sheet to read the data. Then the process was going to fail(it won't able to write the data in to the spread sheet). How to avoid this situation? I really appreciate if anyone can shed some light.

Thanks in advance!!

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2008-05-14 : 14:43:39
I don't understand how your issue relates to SQL Server.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Database maintenance routines:
http://weblogs.sqlteam.com/tarad/archive/2004/07/02/1705.aspx
Go to Top of Page

DavidChel
Constraint Violating Yak Guru

474 Posts

Posted - 2008-05-14 : 15:18:59
I don't either, but you can open Excel to more than one user under Tools, Share Workbook. This allows edits by more than one user at a time.
Go to Top of Page
   

- Advertisement -