Re: Why choose SQL Express over Access?
I'm trying it out. But, I can't even get it to create an empty db so that
I can use the VS.Net 2005 tools to create the tables, columns, etc.
I type "sqlite3 test.db" at the C:\ prompt (where I have a copy of
sqlite3.exe. Then, I type ".exit" and look for the empyt db....but there is
nothing there.
Any suggestions?
"Peter Bromberg [C# MVP]" <pbromberg@yaho o.nospammin.com > wrote in message
news:EAA36952-A294-48B8-9AC0-698C8852E184@mi crosoft.com...[color=blue]
> If you really are looking for a lightweight, fast, no - deployment
> database
> then why not look into SQLite? There's an ADO.NET and an ADO.NET 2.0
> provider
> (thanks to Robert Simpson) and it screams compared to MS Access. Not even
> an
> MDAC dependency.
> Peter
>
> --
> Co-founder, Eggheadcafe.com developer portal:
> http://www.eggheadcafe.com
> UnBlog:
> http://petesbloggerama.blogspot.com
>
>
>
>
> "ljh" wrote:
>[color=green]
>> Why would you choose SQL Express (which requires an installed application
>> to
>> work) over the simplicity of an Access database which has no
>> dependencies?
>>
>>
>>
>>[/color][/color]
I'm trying it out. But, I can't even get it to create an empty db so that
I can use the VS.Net 2005 tools to create the tables, columns, etc.
I type "sqlite3 test.db" at the C:\ prompt (where I have a copy of
sqlite3.exe. Then, I type ".exit" and look for the empyt db....but there is
nothing there.
Any suggestions?
"Peter Bromberg [C# MVP]" <pbromberg@yaho o.nospammin.com > wrote in message
news:EAA36952-A294-48B8-9AC0-698C8852E184@mi crosoft.com...[color=blue]
> If you really are looking for a lightweight, fast, no - deployment
> database
> then why not look into SQLite? There's an ADO.NET and an ADO.NET 2.0
> provider
> (thanks to Robert Simpson) and it screams compared to MS Access. Not even
> an
> MDAC dependency.
> Peter
>
> --
> Co-founder, Eggheadcafe.com developer portal:
> http://www.eggheadcafe.com
> UnBlog:
> http://petesbloggerama.blogspot.com
>
>
>
>
> "ljh" wrote:
>[color=green]
>> Why would you choose SQL Express (which requires an installed application
>> to
>> work) over the simplicity of an Access database which has no
>> dependencies?
>>
>>
>>
>>[/color][/color]
Comment