do you mean something like SqlCommand sqlcomm = new
SqlCommand(string.Format("SELECT * FROM table_name WHERE user='{0}'", user),
sqlConnector);???2009/9/18 Elvio Chavez <[email protected]> > > > Hi, > I have some tables in SQL SERVER if i get the name (by user) of one of its, > how can i acces it data, i'm programming in c#, thanks in advance and sorry > my bad english >
