Unterschiede zwischen sqlite und MySQL?!?!
-
=> topic
Könnte man mittels sqlite auf eine MySQL db zugreifen??
-
http://en.wikipedia.org/wiki/SQLite
Unlike client-server database management systems, the SQLite engine is not a standalone process with which the program communicates. Instead, the SQLite library is linked in and thus becomes an integral part of the program. The program uses SQLite's functionality through simple function calls. This reduces latency in database access because function calls are more efficient than inter-process communication. The entire database (definitions, tables, indices, and the data itself) is stored as a single cross-platform file on a host machine. This simple design is achieved by locking the entire database file at the beginning of a transaction.
und MySQL ist eben ein client-server dbms
sqler schrieb:
Könnte man mittels sqlite auf eine MySQL db zugreifen??
Nein
-
Dieser Thread wurde von Moderator/in rüdiger aus dem Forum Themen rund um den PC in das Forum Datenbanken verschoben.
Im Zweifelsfall bitte auch folgende Hinweise beachten:
C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?Dieses Posting wurde automatisch erzeugt.