Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to retrieve my SQL table
Message
De
03/12/2006 00:40:50
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Copies de sauvegarde
Versions des environnements
SQL Server:
SQL Server 6.5 and older
Divers
Thread ID:
01174393
Message ID:
01174444
Vues:
11
>How i can retrive my tables from net. (into my pc)
public DataSet GetMyData()
{
	string TestConnection = "server=(local);database=MyDataBase;uid=sa;pwd=MyPassword";
	SqlDataAdapter da = new SqlDataAdapter("select * from bob", this.TestConnection);
	DataSet ds = new DataSet();
	da.Fill(ds, "MyTable");

	return ds;
}
~~Bonnie
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform