Search results

  1. 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" )...
  2. 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...
  3. 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?
  4. 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