Click here to Skip to main content
16,005,091 members
Home / Discussions / Database
   

Database

 
GeneralRe: Dataset Table.Select strExpr problem Pin
andyharman1-Jun-03 0:58
professionalandyharman1-Jun-03 0:58 
GeneralRe: Dataset Table.Select strExpr problem Pin
kenhall2-Jun-03 10:13
kenhall2-Jun-03 10:13 
GeneralADOX Creating table fileds, which allow Zero length Pin
Mayank Goyal31-May-03 3:37
Mayank Goyal31-May-03 3:37 
GeneralBatch update from XML Pin
Hesham Amin30-May-03 8:25
Hesham Amin30-May-03 8:25 
GeneralRe: Batch update from XML Pin
Paul Watson31-May-03 9:50
sitebuilderPaul Watson31-May-03 9:50 
GeneralRe: Batch update from XML Pin
Hesham Amin31-May-03 11:23
Hesham Amin31-May-03 11:23 
GeneralDB engines for software local/file DB (no server running) Pin
Jean-Marc Molina29-May-03 14:12
Jean-Marc Molina29-May-03 14:12 
GeneralRe: DB engines for software local/file DB (no server running) Pin
andyharman30-May-03 3:19
professionalandyharman30-May-03 3:19 
MS-Access does provide encryption. Choose "Tools->Security->Encrypt/Decrypt Database" from the main menu. I know at least one major bank that uses Access in this way.

You should be able to find a copy of MSDE on the Microsoft Office-2000 installation CDs (its not installed by default). MSDE is basically a stripped-down version of SQL-Server. I have a copy installed on my kids' Windows 98 box. The main problem is that no administration program is provided (like SQL-Server's Enterprise Manager). However, there are freeware program available that replicate much of this functionality for you. Note that MSDE is implemented as a server process (just like SQL-Server) - so this may rule it out as an option for you.

If you are not storing much data then you might take a look at ADO presisted-recordsets. These are written to you PC's disk as an XML file. The main problem with this (and XML in general) is that the files are not encrypted. For more complicated XML, you would probably use Microsoft's MSXML component.

Hope this helps.
Andy
GeneralRe: DB engines for software local/file DB (no server running) Pin
Jean-Marc Molina31-May-03 9:40
Jean-Marc Molina31-May-03 9:40 
GeneralRe: DB engines for software local/file DB (no server running) Pin
andyharman1-Jun-03 0:49
professionalandyharman1-Jun-03 0:49 
GeneralException Mapping Pin
slah29-May-03 2:36
slah29-May-03 2:36 
QuestionHow to create query on query in MFC Pin
soundman3228-May-03 21:40
soundman3228-May-03 21:40 
AnswerRe: How to create query on query in MFC Pin
basementman29-May-03 6:31
basementman29-May-03 6:31 
GeneralRe: How to create query on query in MFC Pin
soundman322-Jun-03 22:43
soundman322-Jun-03 22:43 
GeneralRe: How to create query on query in .NET Pin
Mike Osbahr3-Jun-03 3:41
Mike Osbahr3-Jun-03 3:41 
GeneralINNER JOIN within DataSet Pin
Dr_Sh0ck28-May-03 18:43
Dr_Sh0ck28-May-03 18:43 
GeneralRe: INNER JOIN within DataSet Pin
andyharman30-May-03 3:24
professionalandyharman30-May-03 3:24 
GeneralRe: INNER JOIN within DataSet Pin
Dr_Sh0ck30-May-03 21:31
Dr_Sh0ck30-May-03 21:31 
GeneralRe: INNER JOIN within DataSet Pin
Daniel Turini3-Jun-03 10:21
Daniel Turini3-Jun-03 10:21 
GeneralAdding Time value in Access table Pin
Yakimo28-May-03 3:20
Yakimo28-May-03 3:20 
GeneralRe: Adding Time value in Access table Pin
Hesham Amin28-May-03 3:49
Hesham Amin28-May-03 3:49 
GeneralRe: Adding Time value in Access table Pin
Yakimo28-May-03 3:56
Yakimo28-May-03 3:56 
Generalconfusing error Pin
Pavel Klocek28-May-03 1:12
Pavel Klocek28-May-03 1:12 
GeneralRe: confusing error Pin
Pavel Klocek28-May-03 2:49
Pavel Klocek28-May-03 2:49 
GeneralADO.NET & MYSQL Pin
kgoodrich27-May-03 6:47
kgoodrich27-May-03 6:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.