Search the web
Sign In
New User? Sign Up
taffydb · TaffyDB Support and User Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 191 - 221 of 221   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date v
221
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...
Bharat Maheriya
bharat@...
Send Email
4:51 pm
220
To be honest it has been a while since I've tried to do something like that. But I "think" this will work: ...
tacoman_cool
Offline Send Email
Dec 4, 2009
3:35 pm
219
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 ...
Bharat Maheriya
bharat@...
Send Email
Dec 4, 2009
3:28 pm
218
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...
Bharat Maheriya
bharat@...
Send Email
Dec 4, 2009
3:28 pm
217
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...
frank_berger_software...
frank_berger...
Offline Send Email
Dec 3, 2009
7:56 pm
216
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...
tacoman_cool
Offline Send Email
Dec 3, 2009
5:52 pm
215
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...
tacoman_cool
Offline Send Email
Dec 3, 2009
5:51 pm
214
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 =...
frank_berger_software...
frank_berger...
Offline Send Email
Dec 3, 2009
5:10 pm
213
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...
frank_berger_software...
frank_berger...
Offline Send Email
Dec 3, 2009
5:08 pm
212
Hello All I have taffy collection like [{"x":{"id":"2","name:test"},"Y":{"id":"4","gender":"male"}}] I need to find record for x(which is array) where id=2 , ...
Bharat Maheriya
bharat@...
Send Email
Dec 3, 2009
5:08 pm
211
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...
frank_berger_software...
frank_berger...
Offline Send Email
Dec 2, 2009
7:18 pm
210
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...
tacoman_cool
Offline Send Email
Dec 2, 2009
6:49 pm
209
Hello Ian, First of all, thank you very much for your *extremely quick* and *extremely detailed* response! I appreciate that very much ! My compliments. ... ...
frank_berger_software...
frank_berger...
Offline Send Email
Dec 2, 2009
6:39 pm
208
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...
tacoman_cool
Offline Send Email
Dec 2, 2009
6:22 pm
207
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...
tacoman_cool
Offline Send Email
Dec 2, 2009
6:14 pm
206
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...
frank_berger_software...
frank_berger...
Offline Send Email
Dec 2, 2009
6:07 pm
205
You'll have to provide a better explanation as I'm not sure what you are trying to figure out....
tacoman_cool
Offline Send Email
Dec 2, 2009
6:06 pm
204
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...
frank_berger_software...
frank_berger...
Offline Send Email
Dec 2, 2009
5:38 pm
203
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...
cai.zuxiong
Offline Send Email
Dec 2, 2009
5:37 pm
201
I want to allow users to search the taffy db. Is there a wildcard for the find() function? Is it possible to make find() not case sensitive?...
thehusbands
Offline
Nov 9, 2009
4:49 pm
200
Yes, I am using the print function of data grid example. I have 200 – 1000 records. Is there any way to break the loop at regular intervals while printing...
irshadansari_06
Offline Send Email
Oct 23, 2009
3:44 pm
199
Hi All, I have a collection with objects like this { name : 'myname', categories : [1,2,4] } Now, i'd like to find every object that has any one (or more) of a...
v
kioopi
Offline Send Email
Oct 23, 2009
3:41 pm
198
TaffyDB doesn't officially have a print function. I assume you are trying to use the data grid example. How much data are you dealing with? How many records?...
tacoman_cool
Offline Send Email
Sep 1, 2009
4:55 pm
197
Hello all, The print function of taffydb freezes the browser as there is a lot of amount of records. Is there any way to break the loop for printing the table...
irshadansari_06
Offline Send Email
Sep 1, 2009
3:40 pm
196
... I cut some form xml file. <?xml version="1.0" encoding="UTF-8"?> <geo_contents transactionStatus="0" contentType="escape-simple" activityStatus="0"...
bigbigyuan
Offline Send Email
Aug 25, 2009
4:25 am
195
Do you have a copy of the XML you are trying to convert? It is really all about data format because of the XML doesn't turn into a structured set of javascript...
tacoman_cool
Offline Send Email
Aug 25, 2009
2:31 am
194
jQuery xml2json plugin here http://www.fyneworks.com/jquery/xml-to-json/...
bigbigyuan
Offline Send Email
Aug 25, 2009
2:19 am
193
Ahh, I think you need to do it a little differently. You need to do the following: $('#r2').html(dump($.xml2json(data))) Don't worry about Taffy at this point....
tacoman_cool
Offline Send Email
Aug 20, 2009
4:06 am
192
... I don't know why, when I set var geonews = $.xml2json(data); //jquery code, convert xml2json data var json = new TAFFY(geonews); // taffy db code, but no...
bigbigyuan
Offline Send Email
Aug 20, 2009
4:00 am
191
Display/DOM agnostic is critical, of course. A cleaner example: table.save(key, obj); function save(key, obj) { found = this.first({ id: key }); if (!found) {...
todd.chambery
Offline Send Email
Aug 12, 2009
3:03 pm
Messages 191 - 221 of 221   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

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