T
tims
Hi, im doing the tutorial on the Northwind database. Im using VS2005 with
SQL CE 3.5SP1 and
have created a new database, added a customer table with 2 columns
Id and Name and added 2 records.
The following query doesn't work, from Query Designer->Execute SQL command
SELECT TOP 1 Id, Name
FROM Customer
I get the error
SQL ExecutionError
Executed SQL Staement SELECT TOP 1 Id,Name FROM Customer
Error Source: SQL Server Mobiel Edition ADO.NET Data Provider
Error Message: There was an error parsing the query. [ Token Line number =1,
TOken line offset =8,Token in error = TOP]
I can see its complaining about the TOP but WHY????
Please help!
SQL CE 3.5SP1 and
have created a new database, added a customer table with 2 columns
Id and Name and added 2 records.
The following query doesn't work, from Query Designer->Execute SQL command
SELECT TOP 1 Id, Name
FROM Customer
I get the error
SQL ExecutionError
Executed SQL Staement SELECT TOP 1 Id,Name FROM Customer
Error Source: SQL Server Mobiel Edition ADO.NET Data Provider
Error Message: There was an error parsing the query. [ Token Line number =1,
TOken line offset =8,Token in error = TOP]
I can see its complaining about the TOP but WHY????
Please help!