Re: Zugriff auf mySQL
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Hallo Joachim
wie ist es möglich mit VB6 auf eine MySQL5 Datenbank ohne ODBC zuzugreifen.
Ich hab zwar noch keine MySQL-Datenbank verwendet, aber die Art und
Weise des Zugriffs auf DBs unter ADO ist mehr oder weniger immer dieselbe.
Schau Dir mal die ADO-Objekte Connection, Recordset, Command, Parameter
an. Damit Du ADO verwenden kannst, müssen die Microsoft ActiveX Data
Objects (kurz MDAC, aktuelle Version 2.8) installiert sein (kostenlos
bei Microsoft herunterzuladen oder auch ggf. bereits in Windows
vorhanden, wenn W2K und höher vorliegt).
Außerdem muß ein Verweis auf diese Objekte in "Projekt\Verweise" gesetzt
sein.
Benötigte Daten für die Verbindung: www.connectionstrings.com
Falls das nicht weiterhilft: spezifiere Deine Frage genauer.
Viele Grüße
Michael
.
Relevant Pages
- Re: Recommended data access model
... This is from MDAC 2.8 SDK. ... "The Role of ADO in MDAC ... The Microsoft Data Access Components provide data access that is ... easy-to-use interface to OLE DB. ... (comp.databases.ms-access) - Re: ADO connection Open failure
... Jet database, the user must have read/write permission to the folder where ... the user has read/write permission to the shared drive. ... That is, either use ADO, or use DAO, not both. ... Microsoft Office 11.0 Object Library ... (microsoft.public.excel.programming) - Re: ADO error code 800a0c93
... Yes, it works now, without ADO Record Binding. ... Well the problem is in your RecordBinding code. ... It is this that Microsoft has never adequately documented. ... newsgroups with more experienced programmers and read their responses (in ... (microsoft.public.data.ado) - Re: I need a good book or two on ADO
... the difference is in the language. ... >> package from Microsoft of samples in C++. ... >> Once you get ADO to work, you'll want to look up ADO Record Binding. ... So I guessed at _FieldPtr, ... (microsoft.public.data.ado) - Re: execute stored procedure in ASP
... You need parentheses aroung the argument for the Execute method because you ... You should tell ADO that you are passing a string to be executed on the ... set objRS = Server.CreateObject ... Microsoft MVP -- ASP/ASP.NET ... (microsoft.public.inetserver.asp.general) |
|