Quantcast
Channel: DreamFactory Forum - Latest posts
Browsing all 5027 articles
Browse latest View live
↧

Connecting Drupal to Dreamfactory Server and MySql

Hi, I've got a MySql database setup with custom tables on my PC where DF (v2.1.2) and MySql database are installed. I need to post data to those tables based on a transaction from a Drupal CMS. I have...

View Article


Connecting Drupal to Dreamfactory Server and MySql

I figured it out. Was not paying attention to the HTTP transaction I was submitting. Was submitting a POST when I should have been using a GET. Don't you just hate spending hours looking at something...

View Article


Filter in a GET request not working for more than one parameter

Like filter not working in v2.1.6 and above in Dreamfactory. Is there any solution for it??

View Article

Is there support for filtering WHERE x LIKE y?

Hi Drew, Thanks for your response, But in V2.1.6 and above like filter is not working? I was checked upto V2.2.3 still like filter not working

View Article

Image may be NSFW.
Clik here to view.

Do i need to create sql database in dreamfactory, or can I use use my...

​In my instance of DreamFactory there is nothing such as connection string(DCN), may be thats the reason i am not able to connect my existingdatabase to DreamFactory. Also, what are name value pairs...

View Article


Image may be NSFW.
Clik here to view.

Error in request URL

Request url running smoothly in dreamfactory instance, but when i paste it in my browser,i get this error message. Please help. Following in Curl : curl -X PUT --header 'Content-Type:...

View Article

Where in clause

I need to run a custom sql query on a single table that involves the WHERE pic_id(integer) IN {list of integer values here}. I can't find any way of doing this. Thank you

View Article

Image may be NSFW.
Clik here to view.

Trying to Filter field using LIKE but getting Yahoo Copyright error?

Hey Everyone! I'm trying to pull items if the item field contains a specific String, so what I'm trying to do is use the LIKE filter in the table. For example, in our items table I type into the...

View Article


Where in clause

The 'IN' operator is supported. 'IN' - Checks for equality against any member in set provided, if found returns TRUE. Requires a comma-delimited set surrounded by parenthesis, i.e. a IN (1,2,3). Docs...

View Article


What's wrong with my user registration & confirmation

This was very helpful after almost spending a week on trying to find a solution to this. Thanks very much

View Article

Where in clause

Thank you. I have one more issue. the following filter works when using the api docs on my example_relationship table: (example_field=example) and (example_field2=(10)) but when written down in a php...

View Article

Storing data for users

I figured out a better way to do this.In user.register.post.post_process: var ssn = event.request.payload.ssn; var user_id = platform.session.user.id;...

View Article

CORS and the file service

I am creating an angular application, and I want to use the preconfigured 'files' service to store some .pdf files. I created a folder 'pdfs' and a .pdf file 'testpdf1.pdf', and placed them into the...

View Article


Having trouble retreiving records

Your url is formatted incorrectly. The ? indicates the start of a series of parameters, which should be separated by &, not additional ?s. Also I notice you have %27 on each end of your api key...

View Article

Filter in a GET request not working for more than one parameter

Closing this thread. The discussion has moved to http://community.dreamfactory.com/t/is-there-support-for-filtering-where-x-like-y/550

View Article


Filter in a GET request not working for more than one parameter

View Article

Is there support for filtering WHERE x LIKE y?

Please provide the exact API call you are making and the exact error received.

View Article


Error in request URL

API Key must be provided in request.See http://wiki.dreamfactory.com/DreamFactory/Troubleshooting#No_token_or_api_key_provided

View Article

Consuming dreamfactory webservice in c# asp.net

how to consume dreamfactory webservice in c# asp.net?my url: http://ft-netgains5678.cl.dreamfactory.com/api/v2/db/_table/employee?fields=eid%2Cename

View Article

Do i need to create sql database in dreamfactory, or can I use use my...

You likely don't need the name value pairs in the driver options. Those are for special use cases where you need to custom configure the driver.However I can tell from your screenshot that you will...

View Article
Browsing all 5027 articles
Browse latest View live