Q+E: Error Accessing SQLServer Fields Containing a SpaceLast reviewed: November 3, 1994Article ID: Q78759 |
Summary:
If you try to place a space in a text field or leave it blank in Q+E, the following error message is generated
The column "your_field" in table "your_table" may not be null.where your_field and your_table refer to the specific names of the table and field on which you are working. The field can contain a space; however, Q+E treats such an entry as a null, which it cannot query on in an SQLServer. Microsoft has confirmed this to be a problem in Q+E version 3.0. We are researching this problem and will post new information here as it becomes available. More Information: To insert a space into a text field in Q+E, use a query such as the following:
Insert into MY_TABLE VALUES (" ")This inserts a new record into a table called MY_TABLE. The first field will have a space in it. To enter this query, choose Open from the File menu, and select the SQL button. An SQL Query dialog box will appear, in which you can enter this command. Reference(s): "Q+E for Microsoft Excel User's Guide," version 3.0, page 33-36
|
KBCategory: kbother
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |