first of all: MS Access... what do you use it for? Are you changing Axapta data direct through MS Access? Not a very good idea, as database constraints are normally not part of SQL Server but of the Axapta application. So modifying data outside of Axapta can lead to database inconsistencies.
All fields in the Axapta db are defined as "not NULL" so it is not possible to just remove a value - you have to fill in something, at least an empty value.
Hth Tobias
-----Ursprüngliche Nachricht-----
Von: Dionne [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 20. Juli 2005 22:37
An: [email protected]
Betreff: *SPAM* [development-axapta] Error in Microsoft access db linked to Axapta 3.0 SP3
Hi All
Any time that I need to remove data I have to insert a "real"
character such as a zero or period to fill the empty space. Error
Message reads:
You tried to assign the null value to a variable that is a Variant
data type.
This is a Microsoft Access Message.
Has anyone seen this error before?
thanks
Dionne
Yahoo! Groups Links
SPONSORED LINKS
| Computer part | Programming languages | Microsoft axapta |
| Support exchange |
YAHOO! GROUPS LINKS
- Visit your group "development-axapta" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

