Forum: Visual Basic |
Thema:
Re: VBA-Abfrage auf SQL/Oracle Server |
Von:
G. Guest (
25.11.2003 09:32) |
Hallo..
versuche es mal mit...
statt flowfact.application kannste auch excel usw. nehmen ist nur ein Beispiel..
Set oApp = GetObject("", "FlowFact.Application")
beispiel = "select * from ....."
Set test = oApp.getrecordset(beispiel)
auslesen mit:
auslese1 = test("spalte")
kannst ja mal an th.ptrich@gmx.de schreiben obs geklappt hat..
also dann hau rein
Betreff |
Von |
Datum |
|
|
G.
Guest
|
25.11.2003 09:33 |
|
|
Antworten
Vorsicht bei der Eingabe: Die Zeichen ' oder -- sind nicht erlaubt!