本文介绍了VB.NET MySQL Query的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
好的,所以我需要找出是否有可能和所需的代码。
我正在使用MySQL,需要知道如何创建,删除,移动条目,检查它们是否存在,搜索/过滤包含字符串,链接表和更新结果的结果。
任何其他功能对我来说也很有用,但上述功能必不可少。
我在VB.NET中使用ADO.NET MySQL Connector。
感谢您的支持帮助。
Okay so I need to find out if any of this is possible and the code needed.
I''m using MySQL and need to know how to create, delete, move entries, check if they exist, search / filter results with containing strings, link tables and updating results.
Any other functions would also be useful to me but the ones above are essential.
I''m using ADO.NET MySQL Connector in VB.NET.
Thank you for any help.
推荐答案
这篇关于VB.NET MySQL Query的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!