Search found 4 matches

by jessewillem
18.02.2010, 18:24
Forum: 6.6 - stable
Topic: Field x is required, But not supplied.
Replies: 7
Views: 1234

Thanks for your tips. But the problem still isn't fixed. Is it because I use ZUpdateSQL component?, Do I have to do it with a ZQuery to insert records? Here's my code, I currently have. procedure TForm2.Button2Click(Sender: TObject); var while22 : integer; begin if opendialog1.Execute then begin lis...
by jessewillem
17.02.2010, 14:58
Forum: 6.6 - stable
Topic: Field x is required, But not supplied.
Replies: 7
Views: 1234

Changed it, But now I get only Null's in my DB. Strange?
by jessewillem
17.02.2010, 14:09
Forum: 6.6 - stable
Topic: Field x is required, But not supplied.
Replies: 7
Views: 1234

Field Type Collation Attributes Null Default Extra Action ID int(11) No None auto_increment Browse distinct values Change Drop Primary Unique Index Fulltext title longtext latin1_swedish_ci No None Browse distinct values Change Drop Primary Unique Index Fulltext artist longtext latin1_swedish_ci No...
by jessewillem
16.02.2010, 20:47
Forum: 6.6 - stable
Topic: Field x is required, But not supplied.
Replies: 7
Views: 1234

Field x is required, But not supplied.

Everythime I want to insert data to my MySQL database I have this erro message. I'm using the ZQuery with the ZUpdateSQL component. I've added all the parameters. But everythime I have this error. Can someone help me with it, I don't know tihs is a stupid question or not, Or it's asked many times. H...