T-Bone
|
| Posted: 06/14/2002, 5:08 AM |
|
I am getting the following error when I create a project in CC 1.0.5.0, I have two search fields in the code and it is not putting them in the select line.
Source: Grid Realtime_csp
Error: Cannot use empty object or column names. Use a single space if necessary. (Microsoft OLE DB Provider for SQL Server)
SELECT * FROM Realtime_csp WHERE [] like '%1%' or [] like '%1%' ORDER BY ID
|
|
|
 |
Alex Alexapolsky
|
| Posted: 06/14/2002, 7:05 AM |
|
Do you get this error in run- or in design-time ?
|
|
|
 |
T-Bone
|
| Posted: 06/14/2002, 8:19 AM |
|
I get it in both. I just loaded version 1.0.6.0 and created the same project in it and it seems to be working. Maybe a bug in CCS version 1.0.5.0?
|
|
|
 |
T-Bone
|
| Posted: 06/14/2002, 11:28 AM |
|
Compared the 2 versions of the code and found that in the code that was giving problems the fields to search on were blank. I had [] instead of [UserID], When I created this in 1.0.6.0, it put all the fields in properly.
|
|
|
 |
|