Only Empty Records inserted

B

Bjoern Sommer

Guest
Hi folks,

i've got some problems.

As i tryed to insert a new record to my database, the record is "inserted correctly" but the database contains a new empty record. The db got all permissions. if i manually insert a record to my db all fiels are inserted there correctly.

DaDaBIk 2.2.1 beta
Apache 1.3x
MySQL 3.23.49
 
S

Sean

Guest
You want to make sure that none of your field names have spaces in them.

For example a field name of "first name" will not work.
You want to use "first_name" or "firstname" instead.
 
Top