Was ist MyODBC???

Begonnen von taranis, 03 Oktober 2003, 20:21:18

⏪ vorheriges - nächstes ⏩

0 Mitglieder und 1 Gast betrachten dieses Thema.

taranis

Hallo,
was ist myODBC???
Habe ein Modul, dass danach fragt.

Gruß

Andy

jubilee

Kurze Beschreibung zu ODBC (ich hoffe Du bist den englischen mächtig?!)
 
ZitatOpen DataBase Connectivity (ODBC) is an Application Programming Interface (API) that allows a programmer to abstract a program from a database. When writing code to interact with a database, you usually have to add code that talks to a particular database using a proprietary language. If you want your program to talk to an Access, Fox and Oracle databases you have to code your program with three different database languages. This can be quite the daunting task causing much grief. Now, enter ODBC...

When programming to interact with ODBC you only need to talk the ODBC language (a combination of ODBC API function calls and the SQL language). The ODBC Manager will figure out how to contend with the type of database you are targeting. Regardless of the database type you are using, all of your calls will be to the ODBC API. All that you need to do is have installed an ODBC driver that is specific to the type of database you will be using.

 
Dir fehllt auls betreffende ODBC-Schnittstelle damit das Modul auf die Datenbank zugreifen kann ...
MfG
jubilee

taranis

Vielen Dank!
ich nehme mal an, dass muss dann vom Privider installiert sein, oder?

jubilee

Hmmm ...
Das ist nicht unbedingt gesagt.
Das kann man auch als Klasse realisieren (wie es z.B. bei der adoDB auch
gemacht wird.
Es ist ja letztendlich nur ein Übersetzungsprogramm um dem Programmierern eine einheitliche Datebanksprache zu geben ohne die datenbankspezifischen Sachen berücksichtigen zu müssen.
In gewisser Weise ist die sql_layer.php auch etwas ähnliches (jetzt mal ganz ganz vereinfacht, nicht das ihr mich lyncht....)
MfG
jubilee

taranis

Hmmmm, ich finde überall nur Installationsanweisungen, die auf dem Rechner gemacht werden. Von Server steht da nirgendwo etwas.
Wer macht denn so etwas in ein Modul. Nix für Dummies wie mich.

Biker

Um welches Modul geht es denn da überhaupt? SP-Chat?

Gruß
Bernd

[Editiert am 4/10/2003 von Biker]
Detektei Martin - wir bringen Licht ins Dunkle!

taranis

Hi Biker,

nein, geht um eCards 3.7.7.