Browse Wiki & Semantic Web

Jump to: navigation, search
Http://dbpedia.org/resource/DbExpress
  This page has no properties.
hide properties that link here 
  No properties link to this page.
 
http://dbpedia.org/resource/DbExpress
http://dbpedia.org/ontology/abstract dbExpress is Embarcadero's data driver arcdbExpress is Embarcadero's data driver architecture that replaced the older Borland Database Engine. First released with Borland Delphi 6 and C++Builder 6, it has gone through several iterations itself, the latest being shipped with RX 10 Seattle. It provides unidirectional database access, that means you can traverse data obtained from a database table only in the forward direction. You cannot go back, unless you add other layers. This makes dbExpress a very fast access technology, compared to many others.Updates has to be done with other in the IDE integrated components as the "DatasetProvider", which assembles automatically appropriate Update-Statements ( in SQL ). Embarcadero supplies drivers for many databases, including Oracle, Firebird, InterBase, IBM Db2, Informix, SQL Server, MySQL and ODBC. Additional drivers are available from third parties. Starting with Delphi 2007 (dbExpress 4 generation) a tracing driver is included as well which allows for logging all statements sent to the database. Prior to version 4 of dbExpress the drivers used the Microsoft COM technology and most drivers were not unicode enabled. Nowadays the drivers are written in Delphi itself and source code for most parts is available. Most drivers today are unicode enabled since Delphi itself switched to unicode with version 2009.elf switched to unicode with version 2009. , dbExpress ist eine von Borland entwickeltedbExpress ist eine von Borland entwickelte Datenbankschnittstelle, die in den Entwicklungswerkzeugen Borland Delphi (seit Delphi 6) und C++Builder verfügbar ist. Diese Schnittstelle setzt auf eigenen Treibern auf und ist recht performant, bietet jedoch nur unidirektionalen Zugriff. Das bedeutet, dass man in einer Datenmenge, die man von der Datenbank erhalten hat, nur in einer Richtung Daten abfragen kann. "Rückwärtsgehen" ist nicht vorgesehen. Das macht die Datenmenge einfacher und schlanker.Updates müssen dann via einfacher, mitgelieferter und in der IDE enthaltener Komponenten wie "DataSetProvider" (der das passende Updatestatement automatisch in SQL assembliert) hinzugefügt werden. Treiber werden für viele gebräuchliche Datenbanken mitgeliefert (je nach Edition der Entwicklungswerkzeuge mehr oder weniger), es gibt jedoch auch Treiber für eine ganze Reihe von Datenbanken, die nicht von Borland direkt unterstützt werden. Ein ODBC→dbExpress-Treiber ist auch erhältlich. Früher waren die dbExpress-Treiber generell nicht Unicode-fähig, sondern benutzten ANSI-kodierte Zeichenketten. Ab Delphi 2006 wurden einige der Treiber auf Unicode umgestellt und seit Delphi 2009 sind die meisten mitgelieferten Treiber vollständig Unicode-fähig, da auch Delphi mit dieser Version auf Unicode umgestellt wurde. Inzwischen gibt es eine neue Datenbankbibliothek namens FireDAC, die auch erweiterte datenbankspezifische Funktionen enthält. Somit ist zu erwarten, dass dbExpress irgendwann aus dem Produkt entfernt wird. Mitgelieferte Treiber: * InterBase (Embarcadero's eigenes Datenbankprodukt) * MySQL * Oracle * DB2 * Informix * Microsoft SQL Server * Sybase Adaptive Server * Firebird (seit Delphi 2010 ab Enterprise Edition) * SQLite (seit mindestens Delphi XE3) * ODBC Brückentreiber (seit Delphi XE2 ab Enterprise Edition) * Trace Treiber zum mitloggen von abgesetzten Datenbanstatements, ab Delphi 2007 (ab dbExpress 4) Andere bekannte Treiber von Fremdanbietern: * SQLite * SAP MaxDB (ehemals SAPdb) * Firebird * ODBC→dbExpress * * PostgreSQL (pgExpress, Zeos Library) * * PostgreSQL (pgExpress, Zeos Library) , dbExpress — это архитектура создания драйвdbExpress — это архитектура создания драйверов данных от компании Embarcadero, которая заменяет устаревший BDE. Впервые была реализована в Borland Delphi 6 и C++Builder 6, и потерпев некоторые переработки, в последний раз использовалась в Delphi XE4. Разработана архитектура dbExpress для решения следующих задач: * уменьшение затрачиваемых ресурсов * получение наибольшей скорости работы * кросс-платформенность * обеспечение простоты разработки драйверов * предоставление разработчику расширенных возможностей управления памятью и трафиком Драйверы dbExpress отличаются маленьким размером и высокой скоростью работы, так как обеспечивают достаточно небольшую функциональность. Каждый разработанный драйвер имеет расширение .dll(Windows) и .so(Linux).еет расширение .dll(Windows) и .so(Linux). , dbExpress (DBX) – architektura sterownikówdbExpress (DBX) – architektura sterowników do baz danych (RDBMS), która zastąpiła (BDE). dbExpress zostało wprowadzone po raz pierwszy wraz z produktami: Borland Delphi 6 i C++ Builder 6, ewoluowało i w najnowszym wydaniu dostępne jest wersji 4 w Embarcadero RAD 2010, Delphi 2010 (Delphi 14), C++ Builder 2010 (C++ Builder 14). Embarcadero obecnie (RAD/Delphi/C++ Builder 2010 Enterprise/Architect) dostarcza sterowniki do wielu baz danych jak: Oracle, PostgreSQL, Firebird/InterBase, Embeded InterBase, DB2, Informix, Sybase/Microsoft SQL Server, MySQL. Dostępne są także sterowniki firm trzecich (np.: do bazy danych SQLite).irm trzecich (np.: do bazy danych SQLite). , Por mucho tiempo, el BDE fue una solución Por mucho tiempo, el BDE fue una solución excelente para el desarrollo de aplicaciones de bases de datos, sobre todo a la hora de acceder a tablas locales. Sin embargo, a medida que la tecnología cliente/servidor se hizo más popular, el BDE poco a poco dejó de ser lo que era para convertirse en una solución “buena” con limitaciones funcionales y problemas de rendimiento. Cuando el proyecto Kylix se hizo realidad, los ingenieros de Borland se vieron obligados a tomar una decisión crucial: elegir entre migrar el BDE a Linux con todas sus limitaciones y problemas o aprovechar la oportunidad para desarrollar algo nuevo, más potente que el BDE, portable y, lo más importante, orientado a servidores SQL. Así surgió DBExpress.do a servidores SQL. Así surgió DBExpress.
http://dbpedia.org/ontology/wikiPageExternalLink http://www.embarcadero.com/ +
http://dbpedia.org/ontology/wikiPageID 13018749
http://dbpedia.org/ontology/wikiPageLength 1691
http://dbpedia.org/ontology/wikiPageRevisionID 1078295271
http://dbpedia.org/ontology/wikiPageWikiLink http://dbpedia.org/resource/ODBC + , http://dbpedia.org/resource/Microsoft_SQL_Server + , http://dbpedia.org/resource/Firebird_%28database_server%29 + , http://dbpedia.org/resource/MySQL + , http://dbpedia.org/resource/IBM_Informix + , http://dbpedia.org/resource/Category:Pascal_%28programming_language%29_software + , http://dbpedia.org/resource/Embarcadero_Technologies + , http://dbpedia.org/resource/Unicode + , http://dbpedia.org/resource/IBM_Db2 + , http://dbpedia.org/resource/Category:Borland + , http://dbpedia.org/resource/Oracle_database + , http://dbpedia.org/resource/Borland_Database_Engine + , http://dbpedia.org/resource/InterBase + , http://dbpedia.org/resource/Embarcadero_Delphi_and_C%2B%2B_Builder +
http://dbpedia.org/property/wikiPageUsesTemplate http://dbpedia.org/resource/Template:Compu-prog-stub +
http://purl.org/dc/terms/subject http://dbpedia.org/resource/Category:Pascal_%28programming_language%29_software + , http://dbpedia.org/resource/Category:Borland +
http://purl.org/linguistics/gold/hypernym http://dbpedia.org/resource/Architecture +
http://www.w3.org/ns/prov#wasDerivedFrom http://en.wikipedia.org/wiki/DbExpress?oldid=1078295271&ns=0 +
http://xmlns.com/foaf/0.1/isPrimaryTopicOf http://en.wikipedia.org/wiki/DbExpress +
owl:sameAs http://yago-knowledge.org/resource/DbExpress + , http://rdf.freebase.com/ns/m.02z3ksf + , http://www.wikidata.org/entity/Q1179374 + , http://dbpedia.org/resource/DbExpress + , http://pl.dbpedia.org/resource/DbExpress + , https://global.dbpedia.org/id/DoZr + , http://es.dbpedia.org/resource/DBExpress + , http://de.dbpedia.org/resource/DbExpress + , http://ru.dbpedia.org/resource/DbExpress +
rdf:type http://dbpedia.org/class/yago/Room104105893 + , http://dbpedia.org/class/yago/Structure104341686 + , http://dbpedia.org/class/yago/PhysicalEntity100001930 + , http://dbpedia.org/class/yago/WikicatComputerLibraries + , http://dbpedia.org/class/yago/Library103660909 + , http://dbpedia.org/ontology/Company + , http://dbpedia.org/class/yago/Area102735688 + , http://dbpedia.org/class/yago/YagoPermanentlyLocatedEntity + , http://dbpedia.org/class/yago/YagoGeoEntity + , http://dbpedia.org/class/yago/Whole100003553 + , http://dbpedia.org/class/yago/Artifact100021939 + , http://dbpedia.org/class/yago/Object100002684 +
rdfs:comment dbExpress is Embarcadero's data driver arcdbExpress is Embarcadero's data driver architecture that replaced the older Borland Database Engine. First released with Borland Delphi 6 and C++Builder 6, it has gone through several iterations itself, the latest being shipped with RX 10 Seattle. It provides unidirectional database access, that means you can traverse data obtained from a database table only in the forward direction. You cannot go back, unless you add other layers. This makes dbExpress a very fast access technology, compared to many others.Updates has to be done with other in the IDE integrated components as the "DatasetProvider", which assembles automatically appropriate Update-Statements ( in SQL ). appropriate Update-Statements ( in SQL ). , Por mucho tiempo, el BDE fue una solución Por mucho tiempo, el BDE fue una solución excelente para el desarrollo de aplicaciones de bases de datos, sobre todo a la hora de acceder a tablas locales. Sin embargo, a medida que la tecnología cliente/servidor se hizo más popular, el BDE poco a poco dejó de ser lo que era para convertirse en una solución “buena” con limitaciones funcionales y problemas de rendimiento.es funcionales y problemas de rendimiento. , dbExpress — это архитектура создания драйвdbExpress — это архитектура создания драйверов данных от компании Embarcadero, которая заменяет устаревший BDE. Впервые была реализована в Borland Delphi 6 и C++Builder 6, и потерпев некоторые переработки, в последний раз использовалась в Delphi XE4. Разработана архитектура dbExpress для решения следующих задач: * уменьшение затрачиваемых ресурсов * получение наибольшей скорости работы * кросс-платформенность * обеспечение простоты разработки драйверов * предоставление разработчику расширенных возможностей управления памятью и трафикомвозможностей управления памятью и трафиком , dbExpress (DBX) – architektura sterownikówdbExpress (DBX) – architektura sterowników do baz danych (RDBMS), która zastąpiła (BDE). dbExpress zostało wprowadzone po raz pierwszy wraz z produktami: Borland Delphi 6 i C++ Builder 6, ewoluowało i w najnowszym wydaniu dostępne jest wersji 4 w Embarcadero RAD 2010, Delphi 2010 (Delphi 14), C++ Builder 2010 (C++ Builder 14).hi 14), C++ Builder 2010 (C++ Builder 14). , dbExpress ist eine von Borland entwickeltedbExpress ist eine von Borland entwickelte Datenbankschnittstelle, die in den Entwicklungswerkzeugen Borland Delphi (seit Delphi 6) und C++Builder verfügbar ist. Diese Schnittstelle setzt auf eigenen Treibern auf und ist recht performant, bietet jedoch nur unidirektionalen Zugriff. Das bedeutet, dass man in einer Datenmenge, die man von der Datenbank erhalten hat, nur in einer Richtung Daten abfragen kann. "Rückwärtsgehen" ist nicht vorgesehen. Das macht die Datenmenge einfacher und schlanker.Updates müssen dann via einfacher, mitgelieferter und in der IDE enthaltener Komponenten wie "DataSetProvider" (der das passende Updatestatement automatisch in SQL assembliert) hinzugefügt werden.ch in SQL assembliert) hinzugefügt werden.
rdfs:label DbExpress , DBExpress
hide properties that link here 
http://dbpedia.org/resource/Borland_Database_Engine + , http://dbpedia.org/resource/History_of_Delphi_%28software%29 + http://dbpedia.org/ontology/wikiPageWikiLink
http://en.wikipedia.org/wiki/DbExpress + http://xmlns.com/foaf/0.1/primaryTopic
 

 

Enter the name of the page to start semantic browsing from.