| Author |
Message |
MVALVERDE
Joined: 15 Dec 2004 Posts: 4
|
Posted: Thu May 26, 2005 3:20 pm Post subject: Unusual error |
|
|
I get the following error
raised Exception class EDBClient with message 'Field Value Required.'
I have no idea what is wrong - when I do the same code against Access or MSSQL database instead of sybase - it works!
I am inserting a record into a clientdataset and calling post (not ApplyUpdates()). All the fields are populated with default values!!!!
Please help - this is a major issue in my application!!!!!!
I am on Sybase 12.5.x on the driver released Feb 2005. Is there a newer one?
Thanks,
Mike |
|
| Back to top |
|
 |
VISOCO Support VISOCO Software Support
Joined: 16 Jul 2002 Posts: 96
|
Posted: Thu May 26, 2005 11:59 pm Post subject: |
|
|
Hello.
It seems, ClientDataSet recognizes the problematic field as "not nullable".
Could you provide a table definition? |
|
| Back to top |
|
 |
MVALVERDE
Joined: 15 Dec 2004 Posts: 4
|
Posted: Fri May 27, 2005 2:11 pm Post subject: Table Definition |
|
|
Here it is -
CREATE TABLE dbo.IssueDetail
(
IssueDetailId int NOT NULL,
IssueId int NOT NULL,
LineItemNbr int NOT NULL,
item_id varchar(26) NOT NULL,
project_entity_id char(5) NOT NULL,
project_id char(20) NOT NULL,
component_id char(20) NULL,
site_id char(4) NULL,
stockroom_id char(10) NULL,
bin_id char(10) NULL,
Sonbr int NULL,
QtyRequested int NOT NULL,
QtyFilled int NOT NULL,
QtyFilledby char(10) NOT NULL,
ShortItem char(1) NOT NULL,
Status int NOT NULL,
CreateDate datetime NOT NULL,
EmpCreatedId int NOT NULL,
CONSTRAINT IssueDetai_4161086231
PRIMARY KEY CLUSTERED (IssueDetailId)
)
Thanks,
Mike V |
|
| Back to top |
|
 |
VISOCO Support VISOCO Software Support
Joined: 16 Jul 2002 Posts: 96
|
Posted: Sun May 29, 2005 7:51 pm Post subject: |
|
|
| We sent you a small application by e-mail. |
|
| Back to top |
|
 |
dwight
Joined: 11 Nov 2006 Posts: 1
|
|
| Back to top |
|
 |
VISOCO VISOCO Software Manager
Joined: 15 Jul 2002 Posts: 48
|
Posted: Sat Nov 11, 2006 9:44 pm Post subject: Table Definition |
|
|
Please sent detail to support@visoco.com _________________ Best regards,
VISOCO Software Team
--
VISOCO Software - Sybase connectivity products |
|
| Back to top |
|
 |
|