Re: use sql mdf from application folder by William
William
Mon Jan 09 11:41:37 CST 2006
JET is overkill for what you describe.
Perhaps SQL Mobile would be better suited.
Frankly, I would use neither. I would save to a delimited file.
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
INETA Speaker
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
"Earl" <brikshoe@newsgroups.nospam> wrote in message
news:Ox07%23FUFGHA.2704@TK2MSFTNGP15.phx.gbl...
> You might want to look into creating .dbf freetables.
>
> <aamirghanchi@yahoo.com> wrote in message
> news:1136486809.135019.193640@g47g2000cwa.googlegroups.com...
>> Thank you for all the posts. Installing MS SQLEXP on every client m/c
>> just sounded too radical to me.
>>
>> The 2 data tables I was using were just for lookup pupose only (no
>> insert,update) therefore I created 2 XMLs and load them into dataset.
>>
>> Other than MS SQL is there any database that does not need to have a
>> server or engine pre installed on client m/c and all their data could
>> still be accessed from my app. I have not checked MS Access. What is
>> MDAC?
>>
>> thanks.
>>
>
>