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 ArticleConnecting 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 ArticleFilter 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 ArticleIs 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 ArticleDo 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 ArticleError 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 ArticleWhere 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 ArticleTrying 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 ArticleWhere 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 ArticleWhat'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 ArticleWhere 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 ArticleStoring 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 ArticleCORS 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 ArticleHaving 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 ArticleFilter 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 ArticleIs there support for filtering WHERE x LIKE y?
Please provide the exact API call you are making and the exact error received.
View ArticleError in request URL
API Key must be provided in request.See http://wiki.dreamfactory.com/DreamFactory/Troubleshooting#No_token_or_api_key_provided
View ArticleConsuming 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 ArticleDo 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