I want to add a row in my parse database from the website but I am not able to do so.
I basically want to add details using the parse online data browser.
I log in to parse open my app and go to my database where my data is stored I select a database and when I click "+Row" it creates a row with everything filled "(undefined)" and I am not able to change the column values.
Can someone tell me how to do it?
Related
I am trying to make a web-page which displays the dynamic web page - basically it displays a table comprising of Name, IP_Address, and Group Name with used check/uncheck box. This webpage can run on a different tcp socket so it can be
https://myjenkins:5909 . Next, I want to add this table information in the mongo-db and read back the data and show on the web page - that table. What are the required steps for me? First is it possible? Here is my understanding that I have to write a back hand code using Jenkins plugin. Now, how to add the front end page like my custom page in Jenkins. Also, how database can be handled by the backhand Jenkins plugin? Sorry, I am new to these things. Any idea or details will help me. Also, is it possible to use LDAP based user id and password in my form.
I am very new to programing but after a lot of research i can rufly manage to create a dropdown selection from database and show a column result from that table based on the dropdown selection using ajax.
I write the html form, the php file that connects to the database, the script that loads the data on the dropdown list, the script that handles the on change event and calls for the php file that queries the database and display the result on a div.
In this particular case is a price stored on the database based on the destination selection.
Now my problem atarts here:
I'm using joomla and i would like to do this with the code that I have but I have no clue where to save the various html, php and js files.
I tried doing this with chronoforms but gave up as I found it very difficult.
Can someone give me some advise on what and how to do this?
We are working on survey's using ODK, by creating xls files and transform it into forms, and then we collect data offline.
When employees comeback from the field, they upload data.
What we need now is that they work online from the field, so they can search a specific ID or name, and see the data existing before adding new data.
What I mean is that we need to let them search the database by specific field, and that is not available in odk.
We upload data to ONA then the data are cleaned on the laptop and the searches are done on the laptop too.
Is there a tool that do that process ?
As far as I know, the closest you can get with existing tools is this: https://help.ona.io/faq/filtered-datasets
If you use Enketo (webforms), when the source dataset is updated (via new submissions) the webform will also be automatically updated (may require page refresh and there will be a delay). You could use both offline-capable or online-only webforms with this reference to external data and query it with select_one_from_file, select_multiple_from_file (in XLSForm terminology), or with pulldata, or with regular XPath.
I created a database (.mdf) for my MVC application and whenever I add a table to the database and want to save it, it keeps prompting me to save it as a .sql file somewhere on my computer. I watched several tutorials on youtube on how to add a database to MVC application and in every video the video creator presses CTRL+S and then it prompts him to enter table name. In my case, I get this: http://prntscr.com/c8i56g
How am I supposed to save the table inside the database?
Please try updating the database rather than saving it. Option to update is on the left top corner of the designer window for the table. Hope this helps.
I have an Access Database that I have been asked to make some modification to. These include adding a new field on a form and linking it to a new field in one of the link Tables.
I have an accdb file and a _be.accdb file I'm working with, with the accdb file being the front-end and the other file being the back-end database.
I have added the new field to the back-end database, and I can see it when I look at the tables in the front-end. But when i try to add the new field to the Control Source property of a new textbox I can't find it. I typed the name of the field in manually but when I test it I get an error '#Name?'...when I switch the control to another existing field that I can 'see' I do not get this error.
I've tried removing the linked table I'm looking at and then re-adding the link but still can't see the new table field.
Is there a trick I am missing to re-linking the new table fields in the back-end to the front-end?
Thanks.