Search found 10 matches

by javmirval
Mon Mar 02, 2020 6:34 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Demo of bending a polygon
Replies: 12
Views: 8364

Re: Demo of bending a polygon

Amusing! Really nice, I'm thrilled.

Javier
by javmirval
Sat May 28, 2016 5:57 am
Forum: Internet
Topic: Are there different functions to use for revBrowserCEF?
Replies: 13
Views: 15202

Re: Are there different functions to use for revBrowserCEF?

Ufff! Still trying to understand this post, the only thing I know is that I must learn the LC / JavaScript combination. Friends, any stack samples will help a lot, the current documentation is not really helpfull specially considering the lack of some stacks showing steps of progressive complexity. ...
by javmirval
Wed Sep 23, 2015 4:27 am
Forum: Databases
Topic: Using FileMaker as Database for LiveCode
Replies: 0
Views: 2707

Using FileMaker as Database for LiveCode

Hi friends, I have been able to establish a connection to a local FileMaker database, it all worked fine, I was able to retrieve data a put it in a data grid. Now I have been trying to replicate the navigation functionality found in FileMaker Pro, namely the ability of moving from a record to the ne...
by javmirval
Fri Sep 05, 2014 3:50 am
Forum: Databases
Topic: Retrieving a MongoDB Document with accents
Replies: 0
Views: 2259

Retrieving a MongoDB Document with accents

When I enter "Se cambiarán los bornes" (please note the accent), in a LiveCode field, the text is properly shown, writting it to a Mongo collection also works fine, the field is saved OK in the document, I can see it using the Shell, but when retrieving the document back to LiveCode, the field recei...
by javmirval
Mon Mar 03, 2014 3:46 am
Forum: Databases
Topic: MongoDB find() returns a cursor
Replies: 0
Views: 1968

MongoDB find() returns a cursor

After strugling and finally understand with help from friends at Stackoverflow, how the find() command works in the interative javascript shell of MongoDB, now I know that find() returns a cursor. Issuing: db.test.find() -- This works in the shell because, internally it iterates in the cursor conten...
by javmirval
Mon Feb 17, 2014 12:48 pm
Forum: Databases
Topic: Connecting and getting data from a local MongoDB database
Replies: 5
Views: 4875

Re: Connecting and getting data from a local MongoDB databas

Hi friends, first please excuse me for this lengthy post. New to collections, documents etc. I have reached a point in which I cannot go any further, something bad considering the powerful tools I got at hands. I have installed mongo in my PC and its running OK. I can interact with it, populating th...
by javmirval
Mon Feb 10, 2014 4:58 pm
Forum: Databases
Topic: Connecting and getting data from a local MongoDB database
Replies: 5
Views: 4875

Re: Connecting and getting data from a local MongoDB databas

MaxV, thank you, I'll try the ODBC connector, for what they say in the Github it's still in early stages of development.

Regards, Javier
by javmirval
Mon Feb 10, 2014 4:55 pm
Forum: Databases
Topic: Connecting and getting data from a local MongoDB database
Replies: 5
Views: 4875

Re: Connecting and getting data from a local MongoDB databas

Thank you bery much Mark, so far I have been able to connect to my MongoDB. However when issuing a command to find document a:4 from test I get: MongoDB shell version: 2.2.7 connecting to: test { "_mongo" : connection to 127.0.0.1, "_db" : test, "_collection" : test.test, "_ns" : "test.test", "_quer...
by javmirval
Sun Feb 09, 2014 6:30 am
Forum: Databases
Topic: Connecting and getting data from a local MongoDB database
Replies: 5
Views: 4875

Connecting and getting data from a local MongoDB database

Hi friends, can you give me a hand on how to connect to a Mongo database and how to read from it from within Rev? In a recent post I made, I asked something about revdb, in the understanding that it is being revised to support NoSQL databases. Incredibly enough, every day, while I learn a little bit...
by javmirval
Sun Feb 09, 2014 6:05 am
Forum: Engine Contributors
Topic: mongodb / revdb
Replies: 11
Views: 8801

Re: mongodb / revdb

Hi friends, first let me tell you that I agree with the idea: "let MongoDB be MongoDB", said that, do you know about new developments regarding the revDB rework? Regards, Javier

Go to advanced search