Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Apl > Re: Using a Dat...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 8 of 40 Topic 987 of 1019
Post > Topic >>

Re: Using a Database within Windows + Dyalog APL

by AAsk <AA2e72E@[EMAIL PROTECTED] > Apr 20, 2008 at 09:20 AM

Have a look here:

http://www.microsoft.com/sql/editions/express/default.mspx

and you will read the following:

"SQL Server 2005 Express Edition is the next version of MSDE and is a
free, easy-to-use, lightweight, and embeddable version of SQL Server
2005.

Free to download, free to redistribute, free to embed, and easy for
new developers to use immediately, a simple but powerful development
environment for building data-driven applications. Easily manage your
database with SQL Server 2005 Management Studio Express."

Notes:

1. The reference to MSDE - (Microsoft Data Engine): this has been
superseded by the Express Version. It used to be available as a free
download and came on the Office 2000 CD although it did not install
automatically. The Express version has a higher limit (4GB instead of
2GB). The Management Studio is also a free download - gives you the
tools to manage your databases.

2. Regarding "Does that mean (imply)that SQL Express is already
embedded in every WIn XP system for example?": You will have to
install Express on every target PC. It comes as its own MSI. If you
think about it, the database your applicaion ends up using is
completely unknown-starting with its name, the tables and other views,
triggers, constraints etc that it uses. Operating system do not come
with any database engines: Office 2003/7 etc will install file based
database engines, Viual Studio 2008 Team Edition will install Team
Foundation Server that uses the SQL Server Engine.

3.Ordinarily, either you will backup your development database, and
distribute this with your application which should support the
functionality to restore the backup or you will distribute the scripts
that will create the database and all other objects on the client's
PC. It is to be expected that youe application's database will already
contain core data; therefore the backup/restore route is usually the
approach taken although scripts are also need (eventually) because you
will be making structutal changes as  time goes by.

SQL Express is a good choice:

a. it will allow you to upgrade to full blown SQL Server when you are
ready. The basic difference is that the Express version is restricted
to databases of 4GB and use only 1 CPU.
b. it is very well supported - you can uses MS Access, Excel and CSV
files with relative ease.
c. Google for 'Books on line': these are free to download help files
that provide detailed help and worked examples on SQL Server- directly
applicable to the Express version.

- If you want to write C# COMs, refer to
http://www.vector.org.uk/archive/v231/askdll.htm
for background information.
- If you want to learn about ADO, this is quite good, albeit quite
old:
http://www.amazon.co.uk/ADO-2-6-Programmers-Reference-Programmer/dp/186100463X/ref=sr_1_2?ie=UTF8&s=books&qid=1208708250&sr=8-2
- Alternatively, may also like to download MDAC 2.8 SDK: this provides
help and worked examples on ADO.
- You will also need a good reference on SQL.

Good luck.




 40 Posts in Topic:
Using a Database within Windows + Dyalog APL
aleph0 <apl68000@[EMAI  2008-04-20 03:29:23 
Re: Using a Database within Windows + Dyalog APL
"jk" <*axy*@  2008-04-20 13:17:54 
Re: Using a Database within Windows + Dyalog APL
aleph0 <apl68000@[EMAI  2008-04-20 04:35:03 
Re: Using a Database within Windows + Dyalog APL
"jk" <*axy*@  2008-04-21 10:53:43 
Re: Using a Database within Windows + Dyalog APL
AAsk <AA2e72E@[EMAIL P  2008-04-20 05:10:05 
Re: Using a Database within Windows + Dyalog APL
Dick Bowman <dick@[EMA  2008-04-21 06:59:14 
Re: Using a Database within Windows + Dyalog APL
aleph0 <apl68000@[EMAI  2008-04-20 05:56:20 
Re: Using a Database within Windows + Dyalog APL
AAsk <AA2e72E@[EMAIL P  2008-04-20 09:20:19 
Re: Using a Database within Windows + Dyalog APL
AAsk <AA2e72E@[EMAIL P  2008-04-20 09:37:08 
Re: Using a Database within Windows + Dyalog APL
aleph0 <apl68000@[EMAI  2008-04-20 10:02:49 
Re: Using a Database within Windows + Dyalog APL
aleph0 <apl68000@[EMAI  2008-04-21 02:29:27 
Re: Using a Database within Windows + Dyalog APL
"jk" <*axy*@  2008-04-21 12:08:23 
Re: Using a Database within Windows + Dyalog APL
Dick Bowman <dick@[EMA  2008-04-22 07:00:12 
Re: Using a Database within Windows + Dyalog APL
Gosi <gosinn@[EMAIL PR  2008-04-22 00:47:11 
Re: Using a Database within Windows + Dyalog APL
"jk" <*axy*@  2008-04-22 11:15:34 
Re: Using a Database within Windows + Dyalog APL
"jk" <*axy*@  2008-04-22 11:24:58 
Re: Using a Database within Windows + Dyalog APL
Gosi <gosinn@[EMAIL PR  2008-04-22 10:01:17 
Re: Using a Database within Windows + Dyalog APL
"jk" <*axy*@  2008-04-22 21:31:46 
Re: Using a Database within Windows + Dyalog APL
AAsk <AA2e72E@[EMAIL P  2008-04-22 12:55:14 
Re: Using a Database within Windows + Dyalog APL
AAsk <AA2e72E@[EMAIL P  2008-04-22 12:59:36 
Re: Using a Database within Windows + Dyalog APL
"jk" <*axy*@  2008-04-22 22:52:37 
Re: Using a Database within Windows + Dyalog APL
AAsk <AA2e72E@[EMAIL P  2008-04-22 13:58:25 
Re: Using a Database within Windows + Dyalog APL
"jk" <*axy*@  2008-04-23 09:00:48 
Re: Using a Database within Windows + Dyalog APL
edcba <mkassler@[EMAIL  2008-04-23 09:51:11 
Re: Using a Database within Windows + Dyalog APL
Gosi <gosinn@[EMAIL PR  2008-04-22 18:40:27 
Re: Using a Database within Windows + Dyalog APL
sethb@[EMAIL PROTECTED]   2008-04-27 18:12:57 
Re: ... Spreadsheet ...
Gilbert Giappesi <gilg  2008-04-29 19:25:43 
Re: ... Spreadsheet ...
sethb@[EMAIL PROTECTED]   2008-04-29 20:06:53 
Re: Using a Database within Windows + Dyalog APL
AAsk <AA2e72E@[EMAIL P  2008-04-23 00:29:30 
Re: Using a Database within Windows + Dyalog APL
"jk" <*axy*@  2008-04-23 13:59:05 
Re: Using a Database within Windows + Dyalog APL
"jk" <aqxqy@  2008-04-30 18:20:10 
Re: Using a Database within Windows + Dyalog APL
"jk" <aqxqy@  2008-04-30 19:01:38 
Re: Using a Database within Windows + Dyalog APL
Morten Kromberg <mkrom  2008-04-23 01:09:26 
Re: Using a Database within Windows + Dyalog APL
DaveW <dave@[EMAIL PRO  2008-04-23 06:32:53 
Re: Using a Database within Windows + Dyalog APL
"jk" <*axy*@  2008-04-23 16:00:33 
Re: Using a Database within Windows + Dyalog APL
AAsk <AA2e72E@[EMAIL P  2008-04-23 09:14:25 
Re: Using a Database within Windows + Dyalog APL
"jk" <*axy*@  2008-04-23 19:36:32 
Re: Using a Database within Windows + Dyalog APL
Jane Sullivan <jane@[E  2008-04-23 19:18:16 
Re: Using a Database within Windows + Dyalog APL
Ibeam2000 <Ibeam2000@[  2008-04-27 13:37:22 
Re: ... Spreadsheet ...
Gosi <gosinn@[EMAIL PR  2008-04-29 14:04:08 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri May 16 5:16:02 CDT 2008.