simple... two connections and two commands.. the first for the sql and the other for oledb (the provider is jet4.0 i think or something like that :)
create an oledbDataAdapter, fill a dataset with the data you want to transfer, and then use the sqlCommand to insert it into the sql database :)..
hope this will help
Nothing is impossible. The impossible only takes longer. "Digital Fortress, Dan Brown"
|