pragmaMx Support Forum

Off Topic & Alles andere => Off Topic => Thema gestartet von: taranis am 03 Oktober 2003, 20:21:18

Titel: Was ist MyODBC???
Beitrag von: taranis am 03 Oktober 2003, 20:21:18
Hallo,
was ist myODBC???
Habe ein Modul, dass danach fragt.

Gruß

Andy
Titel: Re: Was ist MyODBC???
Beitrag von: jubilee am 03 Oktober 2003, 20:30:45
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
Titel: Re: Was ist MyODBC???
Beitrag von: taranis am 03 Oktober 2003, 20:34:41
Vielen Dank!
ich nehme mal an, dass muss dann vom Privider installiert sein, oder?
Titel: Re: Was ist MyODBC???
Beitrag von: jubilee am 03 Oktober 2003, 20:38:55
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
Titel: Re: Was ist MyODBC???
Beitrag von: taranis am 03 Oktober 2003, 21:24:53
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.
Titel: Re: Was ist MyODBC???
Beitrag von: Biker am 04 Oktober 2003, 12:23:10
Um welches Modul geht es denn da überhaupt? SP-Chat?

Gruß
Bernd

[Editiert am 4/10/2003 von Biker]
Titel: Re: Was ist MyODBC???
Beitrag von: taranis am 04 Oktober 2003, 13:11:20
Hi Biker,

nein, geht um eCards 3.7.7.