mysqldatareader

    -1熱度

    3回答

    我有此代碼的工作: <form method="get" name="MobileDetails"> <input name="brand" id="brand" value="<?php echo $brand;?>" type="hidden"> <input name="brid" id="brid" value="<?php echo $brandid;?>" type="hidden

    3熱度

    2回答

    我有這樣的一個表: id date_time 1 2/11/2013 7:05 2 2/11/2013 7:00 3 2/12/2013 7:00 4 2/14/2013 7:00 5 2/16/2013 7:00 6 2/17/2013 7:00 7 2/12/2013 7:05 8 2/14/2013 7:05 9 2/15/2013 7:05 10 2/16/2013 7

    3熱度

    1回答

    我有一些奇怪的問題。我使用MySQL Connector.NET,但有時返回true,有時會返回false。 MySqlReader.HasRows在這兩種情況下都是正確的,並且在VisualStudio中我可以看到reader對象保存所有值。 爲什麼會發生這種情況? 這是我的代碼: MySqlCommand sqlCommand = new MySqlCommand(sqlCode, this.

    2熱度

    3回答

    db中表的列可以存儲空值(如DBNull s)。有沒有一種方法可以從IDataReader或DbDataReader獲取此信息? using (var reader = command.ExecuteReader()) { //can I get the column info like if it supports null value if I pass the ordinal?

    0熱度

    3回答

    我收到以下錯誤: Object reference not set to an instance of an object 我不知道這是什麼錯誤,以及如何解決它的原因,這裏是我的代碼: while(dr.Read()) { string variant = dr.GetString(0); int size = dr.GetInt32(1); int qua

    0熱度

    1回答

    我有一個符合CLS的項目,除了一個變量聲明令我困惑的是如何糾正。 我有一個名爲MySQL的類,總結了它看起來像: public class mysql implements idisposable private connection as new mysqlconnection private command as new mysqlcommand <CLSCompliant(fals

    0熱度

    3回答

    我想把DISTINCT行(這是一個小字符串)在一個字符串變量定位到文本框,但它只返回列中不同內容的一些行。我使用了類似的代碼,但是針對datagridview並且工作正常。我嘗試了不同的方法,我錯在哪裏? stConsulta = "SELECT distinct symbol from ticks"; MySqlCommand MyCmd = new MySqlCommand(stConsul

    1熱度

    1回答

    我正在用.NET和MySQL數據庫在C#中開發應用程序。我需要能夠插入和檢索圖像進出數據庫,爲此我有一個名爲'Image'的類型爲LONGBLOB的列。插入順利,但是當我嘗試檢索BLOB以下錯誤彈出: GetBytes() can only be called on binary or GUID columns 我使用下面的代碼從數據庫中選擇: Conn.Open(); st

    0熱度

    2回答

    當我在插入或更新數據庫中的某些內容後使用MySqlDataReader時,出現System.NullReferenceException異常。 這裏是我的代碼: protected void Page_Load(object sender, EventArgs e) { using (var conn = new MySqlConnection(ConfigurationManager

    0熱度

    1回答

    我已經寫了一些代碼來從我的數據庫中檢索3個獨立的列,但由於某種原因,它沒有加載我的查詢產生的所有記錄。或者,至少它似乎並不這樣做。 另外,出於某種原因,它不會告訴我一個消息箱,它應該告訴我在閱讀器關閉後如何閱讀howmany記錄。 這裏是我的代碼: Public Class frmPlayerLocations Dim str(2), loc As String Dim xx,