本文介绍了如何使用C#和SQL在文本框中显示StudentID的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

朋友们,
我创建了带有学生ID列的sql表作为自动隐藏列.现在我想显示从sql到文本框的ID.在插入数据之前,表上没有ID.当时我想在文本框中显示第一个值",然后为每次插入显示sql表中的下一个自动递增的值.请帮我该怎么做.
在此先感谢

Hi friends,
I created sql table with studentID column as a autoincreamented column.now I want to show the Id from sql to textbox.Before any insertion of data there is no Id on the table. At that time I want show First value in textbox and then show next autoincremented value from sql table for every insertion.Plase help me how can i do this.
Thanks in advance

推荐答案


这篇关于如何使用C#和SQL在文本框中显示StudentID的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-03 15:20