Thanks guys, yes of course it was the comma at 4 and 5.
I had missed it completely.
Immanuel
Search found 6 matches
- Fri Sep 04, 2020 7:05 am
- Forum: Databases
- Topic: update database
- Replies: 13
- Views: 62306
- Thu Sep 03, 2020 9:09 am
- Forum: Databases
- Topic: update database
- Replies: 13
- Views: 62306
Re: update database
Hello community,
please can someone explain this to me?
this is not working:
put "UPDATE user SET" && \## Ds geht hier nicht
"vorname = :1," && \
"nachname = :2," && \
"user = :3," && \
"passwort = :4" && \
"dat = :5" && \
"rolle = :6" && \
"WHERE id = :7" \
into tSQL2
put tArray[6 ...
please can someone explain this to me?
this is not working:
put "UPDATE user SET" && \## Ds geht hier nicht
"vorname = :1," && \
"nachname = :2," && \
"user = :3," && \
"passwort = :4" && \
"dat = :5" && \
"rolle = :6" && \
"WHERE id = :7" \
into tSQL2
put tArray[6 ...
- Wed Aug 19, 2020 8:16 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Calendar, Date picker, Scheduling
- Replies: 6
- Views: 5314
Re: Calendar, Date picker, Scheduling
i wonder if you can enter your own data in the "calendar widget" and display them by the hour? 
- Tue Aug 11, 2020 3:31 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: DataGrid, SQLite and texts with return
- Replies: 7
- Views: 5663
Re: DataGrid, SQLite and texts with return
Hello, everybody,
I have solved my problem completely.
i have created a second table in the database in which the info text with all characters a user can think of is stored and then i call it up separately in relation to the ID of the first table and put it in an extra field.
thank you for your ...
I have solved my problem completely.
i have created a second table in the database in which the info text with all characters a user can think of is stored and then i call it up separately in relation to the ID of the first table and put it in an extra field.
thank you for your ...
- Mon Aug 10, 2020 5:36 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: DataGrid, SQLite and texts with return
- Replies: 7
- Views: 5663
Re: DataGrid, SQLite and texts with return
and how do I do that? without whom a return in a field is it does not make me a new line?
- Mon Aug 10, 2020 5:01 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: DataGrid, SQLite and texts with return
- Replies: 7
- Views: 5663
DataGrid, SQLite and texts with return
Hello community
I have the following problem:
I'm filling a DataGrid from an SQLite database, so far so good.
Now the problem. I have a field that serves as an InfoText field and of course a text with "return" is stored there. When saving to the SQLite database there is no problem but when I try ...
I have the following problem:
I'm filling a DataGrid from an SQLite database, so far so good.
Now the problem. I have a field that serves as an InfoText field and of course a text with "return" is stored there. When saving to the SQLite database there is no problem but when I try ...