Search results

  1. P

    Master/Detail view error

    hmm deleted the master/details view.. but still the same result?
  2. P

    Master/Detail view error

    hi here the public url: http://eck.sytes.net:5004 - click on tables - click on details - click on peter will show an empty page activating user login, click on peter will create the form field but they are emtpy thanks for having a look at it....
  3. P

    Master/Detail view error

    uuups.... ..screenshot
  4. P

    Master/Detail view error

    ..screenshot...
  5. P

    Master/Detail view error

    i have some troubles with 2 tables working well together 1 to x Table haushalt (address of houshold ) /Person Haushalt: CREATE TABLE "haushalt" ("a_nr" INTEGER PRIMARY KEY NOT NULL ,"a_anrede" ,"a_name" ,"a_vorname" ,"a_adresse" ,"a_plz" ,"a_ort" ,"a_tel" ,"a_kinder" ,"a_mitglied" ,"a_div" )...
  6. P

    insert record contraint error not null on primary key

    rebuild from scratch then it worked... :_)) whatever the reason was...
  7. P

    insert record contraint error not null on primary key

    .. outside in sql manager lite no problem... but in dadabik i get the error above.. really strange.. do i assume right that a primary key field, hasent to be shown in create... etc.? what i saw is that the field is not mentioned in the sql statement....
  8. P

    insert record contraint error not null on primary key

    .. and in dadabik Your SQL query (for debugging purpose): INSERT INTO haushalt (a_tel, a_name, a_vorname, a_anrede, a_adresse, a_plz, a_ort, a_kinder, a_mitglied, a_div) VALUES ('', 'test', '', '', '', '', '', '', '', '') [08] Error: during query execution. INSERT INTO haushalt (a_tel, a_name...
  9. P

    insert record contraint error not null on primary key

    here the details... CREATE TABLE "haushalt" ("a_nr" INTEGER PRIMARY KEY NOT NULL ,"a_anrede" ,"a_name" ,"a_vorname" ,"a_adresse" ,"a_plz" ,"a_ort" ,"a_tel" ,"a_kinder" ,"a_mitglied" ,"a_div" ) INSERT INTO "main"."haushalt" ("a_name") VALUES (?1) Parameters: param 1 (text): testrecord
  10. P

    insert record contraint error not null on primary key

    hi there back again with another question: 1 table sqlite CREATE TABLE "haushalt" ("a_nr" INTEGER PRIMARY KEY NOT NULL ,"a_anrede" ,"a_name" etc...... (tried also with the autoincrement parameter) in configurator: type text/numeric, field is not showed in create Inserting a record just fill...
  11. P

    permissions bug?

    ok works so fare but is really a little bit confusing, to hide the option would be a good idea....
  12. P

    permissions bug?

    hi In th config panel, i have the message: CONFIGURATION CORRECTLY SAVED, .... but it switches back, no changes are possible in any field... of the 'form presense' section...... installation information: You are using DaDaBIK version 5.0 PRO, installed on 12-05-2012, the last version of...
  13. P

    permissions bug?

    i try to set quick search option for fields in a table. if i set it to N and save it switches back to Y ??? (no error is raising) Settings permissions admin yes to all field and setting ddb 5.0 on sqlite any ideas?
  14. P

    4.6beta installation error SQLSTATE[HY000]: General error >> no such table: main.Orders

    ..looks very strange both tables were part of an old database sqlite. but i created a new database with two new table with other names. (checked with sqlite manager) but somehow they seem to be still present.. in the installation files..? how can that be? dadabik runs on a synology web server.
  15. P

    4.6beta installation error SQLSTATE[HY000]: General error >> no such table: main.Orders

    Installing then new version 4.6beta i get folowing error: [08] Error: during query execution. PRAGMA table_info(AssignmentView) The DBMS server said: SQLSTATE[HY000]: General error: 1 no such table: main.Orders --general infos sqlite database with two tables MySQL Server: Localhost...
Top