Re: OT [was: Re: Integrierte C# Datenbank ähnlich wie hsqldb]

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Sven (zeedeadpoet_nospam_at_gmx.de)
Date: 11/12/04


Date: Sat, 13 Nov 2004 00:59:24 +0100

Hi!

> Oder MySQL 4.x. Wenn man weiß, was man tut, ist dieses Ding in meinen
> Augen in Sachen Einfachheit und Performance durch nichts zu toppen. Und
> bietet außerdem noch -zig Schnittstellen und Treiber und APIs für die
> Nicht-Windows-Welt an, was z.B. bei einer Web-App (Stichwort
> "heterogenes Intranet") auch ein Argument sein kann.
Das war eigentlich meine rerste Wahl - aber ich wollte nur eine kleine
DLL, die ich bei meinem Programm mitliefern kann - und dafür tuts SQLite
eigentlich :)

Wenn ich riesige Datensätze verwalte, dann würde ich eigentlich nen
Oracle-Server aufsetzen - wenn die Maschine drunter genug RAM und
schnelle Platten hat, dann ist Oracle wirklich hübsch :)

LG

Sven



Relevant Pages

  • Re: How to create a dll in embedded vc for access from Visual Basic.net 2005
    ... If the SDK APIs are implemented within a DLL you shouldn't need a native C based DLL to access them, as you should be able to access the APIs directly from VB.NET via a little bit of Platform Invoke code. ... Public Shared Sub EnableWatchdogTimer ...
    (microsoft.public.windowsce.embedded.vc)
  • Re: Calling a DLL in Virtual Driver
    ... I can use LoadLibraryand GetProcAddress() API ... I have a Dll Which performs printing task. ... LoadLibrary and GetProcAddress are user-mode APIs. ...
    (microsoft.public.development.device.drivers)
  • Re: Calling a DLL in Virtual Driver
    ... I can use LoadLibraryand GetProcAddress() API ... I have a Dll Which performs printing task. ... LoadLibrary and GetProcAddress are user-mode APIs. ...
    (microsoft.public.development.device.drivers)
  • Re: Relationship between OS, SDK and .NET CF
    ... have to build your own native DLL with eVC and then P/Invoke it. ... The SDK provides some scanner APIs. ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: Wie LoadLibrary abbrechen, falls Endlosrekursion in DllMain
    ... Das wirkrt sich i.d.R. nur auf den Prozess aus (wenn die DLL nicht noch was anderes macht). ... Wir hatten mal eine DLL, die hat mit einem Treiber kommuniziert und wenn man den Prozess abgeschossen hat, so hat sich nach ca. 2 min der Reachner mit einem BSOD verabschiedet, da der Treiber noch Speicher des Prozesses verwendet hat... ...
    (microsoft.public.de.vc)