執行查詢,我創建databese像服務器exploler/數據連接/添加連接。 Microsoft SQL Server Compact 3.5(.NET Framework)使用創建並創建我自己的MyDatabes.sdf文件。錯誤在Visual Studio
現在服務器exploler右鍵點擊我的databese ---並點擊新的查詢
。
嘗試運行此:
Create table [student]
(
[student_id] Bigint NOT NULL,
[bornnumber] Varchar(10) NOT NULL,
[branch] Integer NOT NULL,
[specialization] Integer NOT NULL,
[year] Smallint NULL,
[studygroup] Varchar(5) NOT NULL,
[started] Datetime NULL,
[finished] Datetime NULL,
[status] Char(1) NULL,
Primary Key ([student_id])
)
按執行查詢:
顯示「的CREATE TABLE SQL構造或語句不支持表查詢定義不同wher寫入
「。
按此conntinnous
顯示SQL Executation ERROR
「錯誤源:SQL Server壓縮ADO.NET數據提供錯誤消息:該指定的數據類型無效[數據類型(如果已知)。 =的Varchar]「;
我希望查詢很好......我希望ADO,NET知道Varchar。請你知道是問題嗎?
使用Visual Studio 2010旗艦版。
它與nvarchar一起使用嗎? – khellang 2011-06-05 12:29:01