M
mikeb
I'm trying to load a sqlce database that resides on my ppc. I'm taking
records from a sql server, loading them into a dataset via a stored prcedure
call, and then cycling through the dataset to load the data into sqlce.
It take a very long time to load from the dataset to the sqlce - is this
what I should expect?
I remember looking into some sync method that was recommended to me a while
back - but since my databases (sqlserver and sqlce) doesn't match exactly I
don't think it woujld have worked.
What is the best way to get data from a sql server stored procedure call
into a sqlce database?
thx, -Mike
records from a sql server, loading them into a dataset via a stored prcedure
call, and then cycling through the dataset to load the data into sqlce.
It take a very long time to load from the dataset to the sqlce - is this
what I should expect?
I remember looking into some sync method that was recommended to me a while
back - but since my databases (sqlserver and sqlce) doesn't match exactly I
don't think it woujld have worked.
What is the best way to get data from a sql server stored procedure call
into a sqlce database?
thx, -Mike