Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Importing from VFP5

Author  Topic 

angel_darior
Starting Member

1 Post

Posted - 2008-10-25 : 13:41:46
I am traying to import data from VFP5 to SQL-2000, and when is copying the data returns me this error "Invalid Status for Bound data". This fields is numeric (8,4) in a table of VFP. When the field contains no data, no error is returned.

angel_darior@hotmail.com
Tnaks you very much.

ADR

clarkbaker1964
Constraint Violating Yak Guru

428 Posts

Posted - 2008-10-27 : 20:56:14
So if you want to raise an error when the field contains no data then remove allow null.
Did I understand the question correctly?

You can do anything at www.zombo.com
Go to Top of Page
   

- Advertisement -