VISOCO Software  Home | Products | Services | Download | Order | Support | Forum | Resources | Search | About
  RSS feedRSS Feed  FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups  RegisterRegister   ProfileProfile    Log inLog in 
Unusual error

 
Post new topic   Reply to topic    VISOCO Software Forum Index -> VISOCO dbExpress driver for Sybase ASE
Author Message
MVALVERDE



Joined: 15 Dec 2004
Posts: 4

PostPosted: Thu May 26, 2005 3:20 pm    Post subject: Unusual error Reply with quote

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
View user's profile Send private message
VISOCO Support
VISOCO Software Support


Joined: 16 Jul 2002
Posts: 96

PostPosted: Thu May 26, 2005 11:59 pm    Post subject: Reply with quote

Hello.

It seems, ClientDataSet recognizes the problematic field as "not nullable".
Could you provide a table definition?
Back to top
View user's profile Send private message Send e-mail Visit poster's website
MVALVERDE



Joined: 15 Dec 2004
Posts: 4

PostPosted: Fri May 27, 2005 2:11 pm    Post subject: Table Definition Reply with quote

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
View user's profile Send private message
VISOCO Support
VISOCO Software Support


Joined: 16 Jul 2002
Posts: 96

PostPosted: Sun May 29, 2005 7:51 pm    Post subject: Reply with quote

We sent you a small application by e-mail.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
dwight



Joined: 11 Nov 2006
Posts: 1

PostPosted: Sat Nov 11, 2006 4:13 am    Post subject: Reply with quote

What Was The Soultion?
I have the SAME problem

Thanks
dwight@creveltcomputer.com
Back to top
View user's profile Send private message
VISOCO
VISOCO Software Manager


Joined: 15 Jul 2002
Posts: 48

PostPosted: Sat Nov 11, 2006 9:44 pm    Post subject: Table Definition Reply with quote

Please sent detail to support@visoco.com
_________________
Best regards,
VISOCO Software Team
--
VISOCO Software - Sybase connectivity products
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    VISOCO Software Forum Index -> VISOCO dbExpress driver for Sybase ASE All times are GMT + 2 Hours
Page 1 of 1

 


©VISOCO Software. phpBB by phpBB Group