Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

taffydb · TaffyDB Support and User Group

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 186
  • Category: JavaScript
  • Founded: Apr 25, 2008
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 203 - 232 of 477   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
203 cai.zuxiong Send Email Dec 2, 2009
5:37 pm
in the taffy,it provides a method of "find" to help us to use,such it like this ,taffy.find({food:{like:"A"},fiber:{gt:1}}).when i set The method of the...
204 frank_berger_software...
frank_berger... Send Email
Dec 2, 2009
5:38 pm
Hello Ian, I am still quite new to JavaScript (only 4 months in JS, after >20 yrs in pure o-o systems) and I have played with TaffyDB for about a day. It would...
205 tacoman_cool Send Email Dec 2, 2009
6:06 pm
You'll have to provide a better explanation as I'm not sure what you are trying to figure out....
206 frank_berger_software...
frank_berger... Send Email
Dec 2, 2009
6:07 pm
Hello Ian, well, I have not yet really any experience with Taffy and only four months in JS (after >20 yrs in pure o-o worlds). I think that any professional...
207 tacoman_cool Send Email Dec 2, 2009
6:14 pm
Hi Frank, 1. The data is held via a closure as an internal variable. This has advantages and disadvantages, but the primary advantage is that the data is...
208 tacoman_cool Send Email Dec 2, 2009
6:22 pm
That's actually how I use it when working with database. I download the relevant part of the table and import it into TaffyDB with the ID column. I think build...
209 frank_berger_software...
frank_berger... Send Email
Dec 2, 2009
6:39 pm
Hello Ian, First of all, thank you very much for your *extremely quick* and *extremely detailed* response! I appreciate that very much ! My compliments. ... ...
210 tacoman_cool Send Email Dec 2, 2009
6:49 pm
Frank, Excellent, glad you are going to give it a go. Let us know what feedback you have. Briefly I wanted to attempt to explain closure as well as it is a...
211 frank_berger_software...
frank_berger... Send Email
Dec 2, 2009
7:18 pm
Thanks a lot. I looked it up. I wasn't aware of such system stuff - and I keep a safe distance from such issues. I am in applications and C-like hacking is not...
212 Bharat Maheriya
bharat@... Send Email
Dec 3, 2009
5:08 pm
Hello All I have taffy collection like [{"x":{"id":"2","name:test"},"Y":{"id":"4","gender&quot;:"male"}}] I need to find record for x(which is array) where id=2 , ...
213 frank_berger_software...
frank_berger... Send Email
Dec 3, 2009
5:08 pm
Hello Ian, another two little questions: 1) I am trying to add Arrays with key/value pairs to a TaffyDB as this the natural construct that one receives wgen...
214 frank_berger_software...
frank_berger... Send Email
Dec 3, 2009
5:10 pm
Hello Ian, this stupid JavaScript with its idiotic and inconsistent syntax drives me mad: When I change my code example in my previous post to: var newRec =...
215 tacoman_cool Send Email Dec 3, 2009
5:51 pm
Hey Frank, You sound like me when I play around with a heavily oo language :-) I always feel obstructed by the classiness from doing what I want to do. An...
216 tacoman_cool Send Email Dec 3, 2009
5:52 pm
Hi Bharat, In your example code: taffyObj.find({"x":{"id":"2"}}) Your using the equivalent of an equals match which only works for comparing simple values...
217 frank_berger_software...
frank_berger... Send Email
Dec 3, 2009
7:56 pm
At the end of my second "Taffy day" I can report that I am very pleased with the performance. I created a little CVS file with 1.000 faked records each with 5...
218 Bharat Maheriya
bharat@... Send Email
Dec 4, 2009
3:28 pm
Hello Ian, Thank you very much.!!! IT working for me now. thanks again for your help. I really appreciate ! I m enjoying working with Taffy DB. J Best...
219 Bharat Maheriya
bharat@... Send Email
Dec 4, 2009
3:28 pm
Hello Ian, Thanks for your answer. I have one more problem How to perfom not equal to condition (person_id is not equal to 1) for example below ...
220 tacoman_cool Send Email Dec 4, 2009
3:35 pm
To be honest it has been a while since I've tried to do something like that. But I "think" this will work: ...
221 Bharat Maheriya
bharat@... Send Email
Dec 7, 2009
4:51 pm
Thanks a lot Ian !!. This one is working. Yes you r right, use of flat collection will be better because I may not be able to access some features likewise you...
222 mvbaffa Send Email Dec 9, 2009
3:20 pm
Hi, I am new to TaffyDB and I have DateTime field that is retreived from a WCF service. This field is formatted like this dd/MM/yyyy. I need to order my...
223 tacoman_cool Send Email Dec 9, 2009
4:24 pm
That date issue makes sense. You'll actually run into more sorting problems with the mm/dd/yyyy format if you include data from more than one year (January and...
224 mvbaffa Send Email Dec 9, 2009
5:46 pm
Hi, I have already tried this solution and it works ok. I have included an additional field in my DTO with date formated as yyyyMMdd. Thank you very much for...
225 todd.chambery Send Email Dec 11, 2009
4:38 pm
Hi, Is there a quick way to remove an array from db (similar to insert)? Thanks, Todd...
226 tacoman_cool Send Email Dec 11, 2009
4:42 pm
Hi Todd, Not sure what you need. There is a remove function and it can take a filter for lookup such as {stats:"remove"} or an index for a record such as 2 or...
227 Rory Barrett
ramses@... Send Email
Dec 21, 2009
3:30 am
Hello fellow Taffy Users I have only just begun using Taffy and have encountered a problem that someone can possibly help with. Suppose you have a collection...
228 tacoman_cool Send Email Dec 21, 2009
3:50 am
Hi Rory, Let's back up a second. If you have some data you can create a Taffy collection as follows: var mycollection = TAFFY([ ...
229 Rory Barrett
ramses@... Send Email
Dec 21, 2009
4:55 pm
Hello Ian coudn't help myself so am giving you this before I go to the gym. I took a previous script and introduced taffy into it until I had an error.I have...
230 tacoman_cool Send Email Dec 21, 2009
5:24 pm
Hi Rory, I think I see your problem. You're setting: myFriends = friends.stringify() And then trying to do this: document.write(myFriends.first().firstName); ...
231 Rory Barrett
ramses@... Send Email
Dec 21, 2009
6:26 pm
Hello Ian Deadright. I did what you suggested. It worked brilliantly. I commented out document.write(friends.first().firstName); and substituted...
232 Rory Barrett
ramses@... Send Email
Dec 21, 2009
6:27 pm
Hello Colleagues I am not familar with JSON. If I need it then I will learn about it. Right now all I want to be able to do is be able to turn the different...
Messages 203 - 232 of 477   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help