Make a sql command in program

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hell

Im new at VB .Net. I want to make a Select command in program like "SELECT login,pass,type,des FROM Logins WHERE login=' Textbox1.text'" and populate 3 textboxes with the other values (pass,type and des)
How can i do this in program

thanks and regard
vitorjol
 
* "=?Utf-8?B?dml0b3Jqb2w=?= said:
Im new at VB .Net. I want to make a Select command in program like
"SELECT login,pass,type,des FROM Logins WHERE login=' Textbox1.text'"
and populate 3 textboxes with the other values (pass,type and des).

In addition to Cor's reply, consider posting your ADO.NET related
questions to this group:

<
Web interface:

<http://msdn.microsoft.com/newsgroups/?dg=microsoft.public.dotnet.framework.adonet>

Windows Forms data binding questions go here:

<
Web interface:

<http://msdn.microsoft.com/newsgroups/?dg=microsoft.public.dotnet.framework.windowsforms.databinding>
 
Back
Top