热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

c#.net本地数据库Windows窗体-c#.netlocaldatabaseWindowsForms

Ihavea.net4.0WindowsFormsapplicationandalocaldatabase.ThecolumnsareIDnumber,Firstn

I have a .net 4.0 Windows Forms application and a local database. The columns are ID number, First name, Last name and Age I also have a text box that a user types in an ID numbers and presses enter. On the enter press I want to populate a group of text boxes with the First name, Last name and age relevant to the ID number.

我有一个.net 4.0 Windows窗体应用程序和一个本地数据库。列是ID号,名字,姓氏和年龄我还有一个文本框,用户在ID号中键入并按回车键。在输入印刷机上,我想填充一组文本框,其中包含与ID号相关的名字,姓氏和年龄。

This is my first time using any database so I'm not really sure where to start. I've tried google searching a few tutorials but they don't seem to focus on local databases or how to populate a text box.

这是我第一次使用任何数据库,所以我不确定从哪里开始。我已经尝试谷歌搜索一些教程,但他们似乎并没有专注于本地数据库或如何填充文本框。

If you know of any tutorials or have some code that would help, that would be great!

如果您知道任何教程或者有一些有用的代码,那就太棒了!

2 个解决方案

#1


1  

It doesn't matter if the database is local or running on a different machine. From your code perspective you use it in exactly the same way. Just make sure that you connection string is correct (ie. it points to your local machine). Any tutorial related to querying / updating data in the database will be valid.

数据库是本地数据库还是在不同的计算机上运行并不重要。从您的代码角度来看,您以完全相同的方式使用它。只需确保您的连接字符串是正确的(即它指向您的本地计算机)。任何与查询/更新数据库中的数据相关的教程都是有效的。

#2


1  

Try this tutorial -- it doesn't cover populating text boxes specifically but should get you going on inserting and retrieving data.

试试这个教程 - 它不包括专门填充文本框,但应该让你继续插入和检索数据。


推荐阅读
author-avatar
赵美晓
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有