# Data sources DataBase can't be blank. And it's slower than localDB

**URL:** https://community.thunkable.com/t/data-sources-database-cant-be-blank-and-its-slower-than-localdb/603294
**Category:** Questions about Thunkable X
**Tags:** thunkable-bugs
**Created:** [June 8, 2020, 10:16pm UTC](https://community.thunkable.com/t/data-sources-database-cant-be-blank-and-its-slower-than-localdb/603294 "2020-06-08T22:16:01Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![maxb](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/maxb/32/35200_2.png) [@maxb](https://community.thunkable.com/u/maxb)
#### Post date: [June 8, 2020, 10:16pm UTC](https://community.thunkable.com/t/data-sources-database-cant-be-blank-and-its-slower-than-localdb/603294/1 "2020-06-08T22:16:01Z")

</div>

Since there seems to be few known bugs in the platform, I think it would be a good idea to have a list that contains allof them so that if you have issues with something you can come here and check if it’s a known bug so you can avoid to waste time fixing it.

Like I just found out that the **“update value” of the data sources database doesn’t work**.  
It only accepts certain data, like for example if I try to update to the number zero it doesn’t work, but it accepts zero in string, but it also depends on how I named the column of the db, I don’t know

---

<div class="post-metadata">

### Author: ![mythi](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/mythi/32/70585_2.png) [@mythi](https://community.thunkable.com/u/mythi)
#### Post date: [June 8, 2020, 10:53pm UTC](https://community.thunkable.com/t/data-sources-database-cant-be-blank-and-its-slower-than-localdb/603294/2 "2020-06-08T22:53:37Z")

</div>

Hi @maxb, @actech has shared his bug tracker project: [https://x.thunkable.com/projects/5dbd5243a77acad1b26f851f/project/properties/designer/](https://x.thunkable.com/projects/5dbd5243a77acad1b26f851f/project/properties/designer/)  
from this thread:  
[Bug Report - Text Input on Cloned Row Updates Original Component](http://community.thunkable.com/t/bug-report-text-input-on-cloned-row-updates-original-component/312310/2)

Hope this helps 🙂

---

<div class="post-metadata">

### Author: ![choi\_beomgyu](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/choi_beomgyu/32/105994_2.png) [@choi\_beomgyu](https://community.thunkable.com/u/choi_beomgyu)
#### Post date: [June 8, 2020, 10:54pm UTC](https://community.thunkable.com/t/data-sources-database-cant-be-blank-and-its-slower-than-localdb/603294/3 "2020-06-08T22:54:25Z")

</div>

I will look into this more

---

<div class="post-metadata">

### Author: ![mythi](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/mythi/32/70585_2.png) [@mythi](https://community.thunkable.com/u/mythi)
#### Post date: [June 8, 2020, 10:57pm UTC](https://community.thunkable.com/t/data-sources-database-cant-be-blank-and-its-slower-than-localdb/603294/4 "2020-06-08T22:57:31Z")

</div>

Also, regarding the issue that you found. Here is a possible work around: [The things that worked no longer work](http://community.thunkable.com/t/the-things-that-worked-no-longer-work/600837/2)

Maybe it doesn’t accept 0 because it thinks it means false? I once set a variable as 0 as a place holder and when tested it determined it as false. Not super sure though.

---

<div class="post-metadata">

### Author: ![choi\_beomgyu](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/choi_beomgyu/32/105994_2.png) [@choi\_beomgyu](https://community.thunkable.com/u/choi_beomgyu)
#### Post date: [June 8, 2020, 11:12pm UTC](https://community.thunkable.com/t/data-sources-database-cant-be-blank-and-its-slower-than-localdb/603294/5 "2020-06-08T23:12:58Z")

</div>

I don’t have the answer right now ,but i think i kinda get it also i did research this online while looking for a coding project

---

<div class="post-metadata">

### Author: ![maxb](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/maxb/32/35200_2.png) [@maxb](https://community.thunkable.com/u/maxb)
#### Post date: [June 9, 2020, 11:34am UTC](https://community.thunkable.com/t/data-sources-database-cant-be-blank-and-its-slower-than-localdb/603294/6 "2020-06-09T11:34:41Z")

</div>

Thank you @mythi for this,

good idea from @actech,

i just remixed it to look a little bit more catalogued in order:

[https://x.thunkable.com/copy/1ecf5a0781c60c6f2baaa7a9f6ad4e10](https://x.thunkable.com/copy/1ecf5a0781c60c6f2baaa7a9f6ad4e10)

I was gonna add my bug of the data sources myself, but it look like I can’t even create a new database

---

<div class="post-metadata">

### Author: ![maxb](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/maxb/32/35200_2.png) [@maxb](https://community.thunkable.com/u/maxb)
#### Post date: [June 9, 2020, 11:42am UTC](https://community.thunkable.com/t/data-sources-database-cant-be-blank-and-its-slower-than-localdb/603294/7 "2020-06-09T11:42:28Z")

</div>

It’s not only about simple numbers, or not making math operations, it just doesn’t save to the database if it doesn’t like the column name, like if I give it a cloned label id to the column ‘Name’, I can save it, but if Igive it to the column ‘Price’, I can’t save it

---

<div class="post-metadata">

### Author: ![maxb](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/maxb/32/35200_2.png) [@maxb](https://community.thunkable.com/u/maxb)
#### Post date: [June 9, 2020, 12:25pm UTC](https://community.thunkable.com/t/data-sources-database-cant-be-blank-and-its-slower-than-localdb/603294/8 "2020-06-09T12:25:34Z")

</div>

Ok so, I found the problem,

![data sources databse mistake](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/f/7/f7cb77304e8e8f4bc996e74c5ed20388cc2ffb04.png)

if you leave the blank spaces in a new row, those column won’t work.  
Also the number zero problem seems solved, it was maybeconnected.

(Unfortunately it seems that the **data sources database** , which IS NOT the same as local DB, **is way slower than local DB** making the app unresponsive)

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 11:27am UTC](https://community.thunkable.com/t/data-sources-database-cant-be-blank-and-its-slower-than-localdb/603294/9 "2024-11-08T11:27:43Z")

</div>


