四處錯誤: Failed to convert parameter value from string to a Int32 我編寫的代碼爲我的形式,並且在最後當運行代碼,我得到一個錯誤。我試圖改變一切,但任何交換都給了我同樣的錯誤。 我的代碼: const string sqlText = "INSERT INTO dbo.bd_formular(facultate,domeniul,speci
我開發C#的小型應用程序中,我使用的是SQL Server數據庫,但是當我運行我的應用程序我得到這個錯誤: An unhandled exception of type 'System.Configuration.ConfigurationErrorsException' occurred in System.Configuration.dll Additional information: Co
我有一個表(t),我需要從中獲取一些信息。 我正在使用這2個查詢來獲取它。 但是有沒有辦法讓它在單個查詢? SELECT nrplu, SUM(preco) as TP, SUM(kg) as TK, seccao
FROM t
GROUP BY nrplu, seccao
SELECT nrplu, count(*) as TT FROM t GROUP BY nrplu
我試圖執行語句以將變量附加到表名稱。我是新來的SQL和我找不到在線問題的解決方案。 Declare @t time
Set @t='12:00:00.1'
Declare @ttable varchar (255)
Set @ttable='Temp'+(Select top 1 ID from mtable)
Exec('Insert into '[email protecte