Re: SqlServer Express, Firebird & stored procedure question
- From: "Lloyd Dupont" <net.galador@ld>
- Date: Wed, 4 Jan 2006 23:38:23 +1000
allright!
although, truth to tell, this shareware project is not an immediate concern.
I have an other personal shareware project to finish first!
Using SQLite, so simple to use that I get picky!
But I would like to explore other options...
"Steven Ramacher" <sramacher@xxxxxxxxxxxxxxxx> wrote in message
news:76C53A4D-2A2C-428F-ADF0-BCA1F37FBAC9@xxxxxxxxxxxxxxxx
>I believe that you can script the installation for a silent installation of
> SQL Express 2005, and X-Copy your database. SQL server is a more feature
> rich
> database engine, but there is a price to pay in foot print size. In my
> opinion you would be better off scripting the installation of SQL server
> in
> your installer package and x-copy your database.
> I have been using Interbase/Firebird for sometime now and have had great
> success. There are subtle differences in the way you construct your SQL
> statements, for example you have to use quotes around table names that are
> mixed cased or have spaces in them such as "First Name" instead of [First
> Name]. One consideration that you must make is that there is no out of the
> box way to protect your connection string with Firebird. Firebird is very
> fast and is a great fit for many users.
>
> Good Luck,
>
> --
> Steven
>
>
> "Lloyd Dupont" wrote:
>
>> >I am not sure I agree with your concerns,
>> Do I have false assumptions?
>> Or do you just think that although what I said is true, it's not much an
>> issue in many case?
>>
>> > but I see no problem with going
>> > with Firebird as a database engine for your application. It certainly
>> > does
>> > have a much smaller footprint. SQL Express contains a lot more for the
>> > price
>> > (;->), but you may not need the firepower for your application, so I
>> > can
>> > understand the size issue.
>> >
>> > As for the SQL question. With all database engines you have ANSI SQL
>> > and
>> > proprietary SQL as options. If you stick with ANSI standard syntax, you
>> > will
>> > be able to use what you learn with both. This will not help you with
>> > T-SQL
>> > specific commands, however. So, yes, Firebird will help you, but not as
>> > much
>> > as working in SQL Express.
>> >
>> Allright, good to know!
>> Thanks you!
>>
>>
>>
.
- References:
- SqlServer Express, Firebird & stored procedure question
- From: Lloyd Dupont
- Re: SqlServer Express, Firebird & stored procedure question
- From: Lloyd Dupont
- SqlServer Express, Firebird & stored procedure question
- Prev by Date: Re: SQL Server Starting Points
- Next by Date: Re: Problem adding records with SQLDataadapter to SQL Server database
- Previous by thread: Re: SqlServer Express, Firebird & stored procedure question
- Next by thread: Specify alternative base class for strongly-typed DataSet
- Index(es):
Relevant Pages
|