Search found 14 matches

Go to advanced search

by Rutger van Dijk
Tue Oct 02, 2012 10:30 am
Forum: Issues
Topic: Can't add/edit/remove column in Users table in database
Replies: 5
Views: 885
 
Jump to post

Can't add/edit/remove column in Users table in database

I will try different browser and have a look.

About 'username' column: I have no idea when/if I have done this. I was not using the table in code, and when I wanted to use the table I wanted to add name field. At that moment I saw the duplicate columns.

by Rutger van Dijk
Mon Oct 01, 2012 2:08 pm
Forum: Issues
Topic: Can't add/edit/remove column in Users table in database
Replies: 5
Views: 885
 
Jump to post

Can't add/edit/remove column in Users table in database

Creating a new db shouldn't be a problem. But in new db I still can't add new column to the Users table. I have had 3 different scenario's: Create column button doesn't do anything when I click it. Create column popup is closed but no new column. Can do same thing multiple times without problem. Cre...
by Rutger van Dijk
Mon Oct 01, 2012 12:52 pm
Forum: Issues
Topic: Can't add/edit/remove column in Users table in database
Replies: 5
Views: 885
 
Jump to post

Can't add/edit/remove column in Users table in database

Probably I have added a column named 'username' to the Users table in database eventhough this already existed. Because of this I can't remove this column or add another one. If I change the value in one username column the other is updated to. Can you remove the 'username' column for me? https://d3...
by Rutger van Dijk
Tue Sep 04, 2012 10:35 am
Forum: Issues
Topic: Support for local SQLite datasources
Replies: 69
Views: 15809
 
Jump to post

Support for local SQLite datasources

Working perfectly. Thanks.

by Rutger van Dijk
Mon Sep 03, 2012 8:04 am
Forum: Issues
Topic: Support for local SQLite datasources
Replies: 69
Views: 15809
 
Jump to post

Support for local SQLite datasources

Hi Umesh,

At the moment I am trying to get a complete working solution. I am not good enough to make a generic solution, but of course I want to share the knowledge I got during the process. Maybe it is an idea if I create a tutorial for in the help section of Tiggzi.

by Rutger van Dijk
Mon Sep 03, 2012 8:02 am
Forum: Issues
Topic: Support for local SQLite datasources
Replies: 69
Views: 15809
 
Jump to post

Support for local SQLite datasources

When one problem is solved, new question arrise ;)

I have read that it is possible to define input parameters also for a generic service. How to use them in the code above?

by Rutger van Dijk
Mon Sep 03, 2012 7:54 am
Forum: Issues
Topic: Support for local SQLite datasources
Replies: 69
Views: 15809
 
Jump to post

Support for local SQLite datasources

It works! I now have results from local database. The following code did it for me: codevar db = window.openDatabase("BMU", "", "BackMeUp", 1024*1000); $t.getCategoriesLocal = $t.createClass(null, { init: function(requestOptions) { this._...
by Rutger van Dijk
Sun Sep 02, 2012 12:20 pm
Forum: Issues
Topic: Support for local SQLite datasources
Replies: 69
Views: 15809
 
Jump to post

Support for local SQLite datasources

Almost there. Currently I have created the REST to local db part. I will post later some new issue as I think I found some issue in Tiggzi, but it is working now. Now looking at the Generic Service. I got everything working except one small part. Hopefully you have an idea how I can fix this? code v...
by Rutger van Dijk
Thu Aug 30, 2012 9:28 am
Forum: Issues
Topic: Support for local SQLite datasources
Replies: 69
Views: 15809
 
Jump to post

Support for local SQLite datasources

I think I am close to have a very nice online/offline db solution. On two missing links I would like to ask you what is the best way to go. As you can see above I create a local db table called events. At loading of the app I make a call to my Tiggzi db to get Events stores in database. As an Exampl...
by Rutger van Dijk
Mon Aug 27, 2012 2:29 pm
Forum: Issues
Topic: Support for local SQLite datasources
Replies: 69
Views: 15809
 
Jump to post

Support for local SQLite datasources

What would be a huge improvement to the tool would be if we can add service (just like with Tiggzi db) but for local db. I have been working with code like this: db.transaction(function(tx) { var db = window.openDatabase("BMU", "", "BackMeUp", 1024*1000); tx.executeSql(...

Go to advanced search