gpt4 book ai didi

database - GetdataBy 日期不起作用为什么?

转载 作者:搜寻专家 更新时间:2023-10-30 21:37:35 24 4
gpt4 key购买 nike

我正在尝试在 vb.net 中按日期提取数据。它不会抛出错误,也不会给出任何结果。而当我尝试通过查询生成器时,它会在表适配器配置向导中显示结果。我在表单中使用日期时间选择器。但是我已经把数据库中的日期格式化成date了。我很疑惑。

Private Sub ToolStripButton1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ToolStripButton1.Click

Try
Dim dt As Date = CDate(tspTextDate.Text)
Me.Bank_transactionsTableAdapter.GetDataByDate(dt)

'Catch ex As Exception
Catch ex As FormatException
MessageBox.Show("date is wrong", "Entry Error")
Catch ex As SqlException
MessageBox.Show("SQL Server error#" & ex.Number _
& ":" & ex.Message, ex.GetType.ToString)

End Try
End Sub

数据行

BT102   4/5/2010    BKS 200.00      1200.00 1400.00     
BT103 4/5/2010 BKS 200.00 1400.00 1600.00
BT105 4/6/2010 BKS 200.00 1800.00 1800.00

最佳答案

感谢ho,我得到了答案,感谢Vincent同学。由于未知原因,数据 GridView 未绑定(bind)到获取数据。我将其更改为 Fill by 并在我创建绑定(bind)的数据 GridView 的绑定(bind)源中,对日期时间选择器进行了更改作为日期。它有效。

关于database - GetdataBy 日期不起作用为什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2604861/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com