Node platform api crud example not working
@Dennie wrote: Can someone explain to me if I'm doing something wrong or if the NodeJS CRUD example (http://wiki.dreamfactory.com/DreamFactory/Tutorials/Node_platform_api_crud) is broke. Created a...
View ArticleQueued NodeJS Server-Side Script and exception throwing
@tizzyapunkt wrote: NodeJS Queued Server-Side Script succeeds even on throwing an exception. To check if I missed something I simply created a NodeJS Server-Side Script with the following code: throw...
View ArticleDB: Table-Valued Function Support
@deanstalker wrote: I would love know how progress is going on further extended table-valued function support. ie. SELECT * FROM tableFunction(param1) WHERE param2 = 'etc' I did notice this commit...
View ArticleHow upload a file at file storage with the .net-sdk
@Alex_Rodriguez wrote: How can I upload a file or image with filesapi to the file storage in .net-sdk Posts: 1 Participants: 1 Read full topic
View ArticleUpload file to file storage
@Alex_Rodriguez wrote: How can I upload a file or image to the file storage with .ned-sdk in C# Posts: 1 Participants: 1 Read full topic
View ArticleHow to create a php service
@kalmenchia wrote: Hi , i have tried to create a php service with the following .... <?php class myClass { function myClass(p1,p2){ return p1; } private function getObjArr($object){ return...
View ArticleDF call Postgresql function with wrong parameters
@hat04 wrote: HelloI use df to call postgresql function. On my server I have 3 function with same name and difference parameters 1 - FUNCTION "public"."getcuscardmark"("pma_kh" varchar) RETURNS...
View ArticleImporting virtual relationships while using SQLite or MySql
@Tyler_Cox wrote: I am using an SQLite database, mostly because that is what the project started with, however I am willing to move it over to a MySQL database, which I probably will in the future for...
View ArticleWrite to MySQL Database After Auccessful OAuth Login
@jcfontecha wrote: Hello, The model for the application I am building, binds DreamFactory users to information in a MySQL DB. So far, I've been able to update a MySQL table with the DreamFactory user...
View ArticleDreamfactroy 2.4.2: Calls to some postgres functions leads to 404 Response
@armin.fraude wrote: Hi, my problem is as follows: No matter how I try to call some of the defined functions in my postgres DB, I always get a 404 Not Found response.I tested this from my application,...
View Article2.4.2: Query parameters passed to a V8 script are automatically forwarded to...
@alabala wrote: Looks like all query parameters passed to a v8 script-service are automatically appended to subsequent platform.api calls, and there is no way to override them within the same script:...
View ArticleHow do I access a JSON in Dreamfactory? [V8JS]
@EM_FLK wrote: I am calling a JSON from a CRM API and is returned looking like this: {"response": {"result": {"Contacts": {"row": {"no":"1", "FL": [ {"val":"Name","content":"Billy"},...
View ArticlePre-flight request blocked
@scmathew wrote: login: function(email, password, callback) { alert("In login function"); $.ajax({ dataType: 'json', contentType: 'application/json; charset=utf-8', url: INSTANCE_URL +...
View Article"Batch Error" on updating records in the table
@Nishant_Soni wrote: Hi, I am calling the API via AJAX , When i am trying to update records in the table, all records are updating successfully, but API returns "errorBatch Error: Not all records...
View ArticlePassing null values in query string
@netgains wrote: I am call postgres function using api.My requirement is to pass null values to some of the parameterse.g...
View ArticleCalling SQL Service Rest endpoint from custom server script not working in...
@Abhishek_Panday wrote: Hey, Trying to fetch contents of the table in a custom script in Node JS. Below is the code var cartId = event.request.payload.cartId; var filter = 'cartId='+ cartId; var...
View ArticleHow to integrate React Native with Dreamfactory?
@jcalderaio wrote: I am making an employee timesheet app in React Native for a client that must connect to their SQL server. The SQL server has tables in it such as timesheet, employee, client, and...
View ArticleOpenshit Cartridge Error 503
@Paulo_Henrique_de_Si wrote: Hi. I'm trying to install Dreamfactory on my Openshift v2 account .The installation is successful but when I try to access the application I get an internal server...
View ArticleSometimes not able to restart mysql service using ctlscript.sh stop / start...
@armin.fraude wrote: Hi, I have a similar problem like described in https://community.dreamfactory.com/t/error-on-tc-log-file-when-restarting-bitnami-service/2988/4, but different boundary conditions:...
View ArticleTable 'dreamfactory.cors_config' doesn't exist on Fresh Installation
@sosukeinu wrote: Hello,I've fought and fought over the past few days trying to get DF installed as a part of a docker-compose stack. I'm using basically the same compose file that comes from the...
View Article