Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help with insert
Message
From
24/10/2006 11:37:26
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
 
 
To
24/10/2006 11:12:27
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01164088
Message ID:
01164100
Views:
14
>yes that i know but i've so many records i've insert with dataset

Daniel u can use the sql data adapter and sql command builder for that.
e.g.
Dim SqlAdapter As New SqlDataAdapter("select * from table", sqlconnection)
Dim SqlCmdBuilder As New SqlCommandBuilder(SqlAdapter)
sqladapter.update(dataset, "table")
Alexandre Palma
Senior Application Architect
Previous
Reply
Map
View

Click here to load this message in the networking platform