AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Programmierung allgemein Datenbanken Delphi Direct Oracle Access 4.0 für Delphi 2005
Thema durchsuchen
Ansicht
Themen-Optionen

Direct Oracle Access 4.0 für Delphi 2005

Ein Thema von Gimli2 · begonnen am 24. Aug 2005 · letzter Beitrag vom 24. Aug 2005
 
dfried

Registriert seit: 16. Aug 2005
486 Beiträge
 
#9

Re: Direct Oracle Access 4.0 für Delphi 2005

  Alt 24. Aug 2005, 16:35
Folgendes zum "fehlenden" Package Wizard in Delphi 2005 habe ich im Forum bei AllroundAutomatins gefunden:

Zitat:
Hello,

there is no PackageWizard (among other things) in delphi 2005.

But I found a way for a standalone PackageWizard. After compiling the following source with runtime pacakages I have a programm that I can install under tools of delphi 2005.


code:
--------------------------------------------------------------------------------

program PackageWizard;
uses Forms, OracleTools;
{$R *.res}
begin
Application.Initialize;
OracleTools.DoPackageWizard;
end.

--------------------------------------------------------------------------------

I have compiled with d7, but I think it must work with delphi 2005 too.

By the way a feature request:

Support of datatype integer
Support of normal stored functions and procedures.
Beware the camlecase used in the package
Hoffe, das hilft dir weiter!

Gruß
Daniel
  Mit Zitat antworten Zitat
 


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 23:14 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz