Hii
said that are brand new environment VST 2005
I'm trying to implement an application for pocket
when would the need to import data into a table
(Articles)
with three fields ID Code, Description
an archive. sdf on the pocket, from a txt file, the data are on txt
delimited;

I do not know the best idea how to do that.

Thank you all for any answers possibly with a
small example

sorry for my English

Re: Import txt file to sqlce table by Ginny

Ginny
Mon Jul 21 09:30:37 CDT 2008

Please see my reply to you on the Sqlserver.ce newsgroup.

--

Ginny Caughey
Device Application Development MVP


"Fergest" <genefer@tin.it> wrote in message
news:48849985$0$40315$4fafbaef@reader5.news.tin.it...
> Hii
> said that are brand new environment VST 2005
> I'm trying to implement an application for pocket
> when would the need to import data into a table
> (Articles)
> with three fields ID Code, Description
> an archive. sdf on the pocket, from a txt file, the data are on txt
> delimited;
>
> I do not know the best idea how to do that.
>
> Thank you all for any answers possibly with a
> small example
>
> sorry for my English
>
>


Re: Import txt file to sqlce table by Fergest

Fergest
Mon Jul 21 10:00:57 CDT 2008


"Fergest" <genefer@tin.it> ha scritto nel messaggio
news:48849985$0$40315$4fafbaef@reader5.news.tin.it...
> Hii
> said that are brand new environment VST 2005
> I'm trying to implement an application for pocket
> when would the need to import data into a table
> (Articles)
> with three fields ID Code, Description
> an archive. sdf on the pocket, from a txt file, the data are on txt
> delimited;
>
> I do not know the best idea how to do that.
>
> Thank you all for any answers possibly with a
> small example
>
> sorry for my English
>

Thanks for your answer mahh ...
I can not see the answer on news grop indicated thanks
F.Rino



Re: Import txt file to sqlce table by Ginny

Ginny
Mon Jul 21 13:09:08 CDT 2008

I don't see it either, so here's the reply again:

The easiest way is to use a 3rd party product like this:
http://www.primeworks-mobile.com/Products/DataPortConsole.html

Or just write your own code to read the text file and write the data out to
the SQL CE sdf file.

--

Ginny Caughey
Device Application Development MVP


"Fergest" <genefer@tin.it> wrote in message
news:4884a4d5$0$40303$4fafbaef@reader5.news.tin.it...
>
> "Fergest" <genefer@tin.it> ha scritto nel messaggio
> news:48849985$0$40315$4fafbaef@reader5.news.tin.it...
>> Hii
>> said that are brand new environment VST 2005
>> I'm trying to implement an application for pocket
>> when would the need to import data into a table
>> (Articles)
>> with three fields ID Code, Description
>> an archive. sdf on the pocket, from a txt file, the data are on txt
>> delimited;
>>
>> I do not know the best idea how to do that.
>>
>> Thank you all for any answers possibly with a
>> small example
>>
>> sorry for my English
>>
>
> Thanks for your answer mahh ...
> I can not see the answer on news grop indicated thanks
> F.Rino
>


Re: Import txt file to sqlce table by Fergest

Fergest
Tue Jul 22 00:57:21 CDT 2008

I want to learn how to write code, to read the text file and write data in
sql ce sdf how to do?
you can help me?
small example code.

thank you

excuse for my English

Ferrari Rino (Italy)



Re: Import txt file to sqlce table by RDub

RDub
Tue Jul 22 07:07:48 CDT 2008

Another method that has worked well for me and might work for you, is to
create a text file consisting of Sql statements. Inserts, Updates, and or
Deletes. Then write some code that reads the file line by line and executes
each sql statement. It's a low tech, and flexible way to get new data into
you Pocket PC. Once you have it working, you do not have to revisit the
code when the database design changes. Just modify your SQL statements to
account for the new schema.

RDub
"Ginny Caughey MVP" <ginny.caughey.online@wasteworks.com> wrote in message
news:4F651DF9-E76F-4D38-B559-9C09FAFCDB02@microsoft.com...
>I don't see it either, so here's the reply again:
>
> The easiest way is to use a 3rd party product like this:
> http://www.primeworks-mobile.com/Products/DataPortConsole.html
>
> Or just write your own code to read the text file and write the data out
> to
> the SQL CE sdf file.
>
> --
>
> Ginny Caughey
> Device Application Development MVP
>
>
> "Fergest" <genefer@tin.it> wrote in message
> news:4884a4d5$0$40303$4fafbaef@reader5.news.tin.it...
>>
>> "Fergest" <genefer@tin.it> ha scritto nel messaggio
>> news:48849985$0$40315$4fafbaef@reader5.news.tin.it...
>>> Hii
>>> said that are brand new environment VST 2005
>>> I'm trying to implement an application for pocket
>>> when would the need to import data into a table
>>> (Articles)
>>> with three fields ID Code, Description
>>> an archive. sdf on the pocket, from a txt file, the data are on txt
>>> delimited;
>>>
>>> I do not know the best idea how to do that.
>>>
>>> Thank you all for any answers possibly with a
>>> small example
>>>
>>> sorry for my English
>>>
>>
>> Thanks for your answer mahh ...
>> I can not see the answer on news grop indicated thanks
>> F.Rino
>>
>