Lloyd
Wed Nov 09 23:28:49 CST 2005
> I'd stay with what you have. However, if it is a personal project, you
> might
right I though so.....
> want to port it to SQL Server Express, just to see the differences in
> implementation? There's no doubt in my mind that there will be a demand
> for SQL Server Express now that the Jet database has been "deprecated" by
> MS...
I though so as well ;-)
After I released it! That would be good training.
That and some Avalon lifting!
(It's a personal commercial project, soon to be released!)
>
> --
> Carsten Thomsen
> Communities -
http://community.integratedsolutions.dk
> ---------
> Voodoo Programming: Things programmers do that they know shouldn't work
> but they try anyway, and which sometimes actually work, such as
> recompiling everything. (Karl Lehenbauer)
> ---------
> "Lloyd Dupont" <net.galador@ld> wrote in message
> news:OEJesza5FHA.156@TK2MSFTNGP15.phx.gbl...
>>> With SQL Server Express all you need is the .NET Framework 2.0 as the
>>> database is file based and the data access components are part of the
>>> .NET Framework.
>>>
>> Hoho.....
>> I am just about to finish a big personal project using SQLite while I
>> could have used SQLServerExpress instead.. :-(
>> What do you think, should I rewrite ?!
>> There is one feature though which is very nice in SQLite, I could define
>> my own function (in C#), as in
>> SELECT myFunction(Column_0), Column_1 FROM aTable;
>> is this same functionality available in SQLServer Express?
>>
>> Mmh...
>> I might staty with SQLite which is very fast and compact anyway...
>>
>>> --
>>> Carsten Thomsen
>>> Communities -
http://community.integratedsolutions.dk
>>> ---------
>>> Voodoo Programming: Things programmers do that they know shouldn't work
>>> but they try anyway, and which sometimes actually work, such as
>>> recompiling everything. (Karl Lehenbauer)
>>> ---------
>>> "Lloyd Dupont" <net.galador@ld> wrote in message
>>> news:%23dhTpVa5FHA.3880@TK2MSFTNGP12.phx.gbl...
>>>>I saw that in the data information box:
>>>> "you can create and deploy databases as stand-alone files, but with the
>>>> powerful features unique to SQL Server 2005"
>>>>
>>>> And what are the installation requirement on the target computer?
>>>> Is .NET 2.0 enough?
>>>> Or should something else be installed as well? In which case what it is
>>>> and how big the install?
>>>>
>>>
>>>
>>
>>
>
>