Re: $$Excel-Macros$$ recordset vs collections

2014-02-13 Thread Anoop K Sharma
or use this one. http://msdn.microsoft.com/en-us/library/office/aa141422%28v=office.10%29.aspx On Thu, Feb 13, 2014 at 6:00 PM, Anoop K Sharma wrote: > There is a recordset property which lock the data while reading it through > query. > > > On Thu, Feb 13, 2014 at 5:41 PM, Keith Willis wrote:

Re: $$Excel-Macros$$ recordset vs collections

2014-02-13 Thread Anoop K Sharma
There is a recordset property which lock the data while reading it through query. On Thu, Feb 13, 2014 at 5:41 PM, Keith Willis wrote: > Hi all > > I'm developing a project thats going to be a excel front end to a SQL db. > One part of the required functionality is that you performa a search on

$$Excel-Macros$$ recordset vs collections

2014-02-13 Thread Keith Willis
Hi all I'm developing a project thats going to be a excel front end to a SQL db. One part of the required functionality is that you performa a search on the database and return possibly mutliple records for review or amendment on a userform. Normally i read data from a recordset into a collecti