Data Explorer / Code Editor no Delphi2005?
Oi Fórum,
Eu estou usando o Delphi 2005 para Win32 somente, e gostaria de saber como eu habilito o DATA EXPLORER e o CODE ERRO INSIGHT na IDE?
Andei lendo sobre o assunto, mas não encontrei instalado em minha IDE do Delphi, o que eu tenho que fazer para poder usar essas novidades da IDE? Eu só encontro essas funcionalidades na versão .NET da IDE?
Para quem ainda não sabe do que estou falando, aqui vai uma ajuda que está no HELP do Delphi 2005:
Data Explorer
View > Data Explorer
The Data Explorer supports data migration from one data provider to another. The context menu for tables includes Migrate Data, Copy Table, and Paste Table commands, which let you copy a table of data from one provider and paste it as a new table into another provider.
Drag-and-drop stored procedures—stored procedures can be dragged from a provider in the Data Explorer onto a form in the Designer. This adds and configures a BdpConnection and a BdpCommand component and automatically populates the acquired stored procedure parameters.
Metadata services—the Data Explorer provides a variety of metadata services that allow you to view and modify your database schema. Using the context menu in the Data Explorer, you can retrieve data from a table for viewing, add a new table, drop an existing table, or alter the data structure of an existing table. You can retrieve data associated with a view. You can also view and modify (input only) the parameters for a stored procedure, and execute the stored procedure.
Code Editor
The new Enable Error Insight option is available on the Tools Options Editor Options Code Insight page. Error Insight automatically highlights invalid code and HTML with a red wavy underline. Passing the mouse over the highlighted text displays a hint window containing the probable cause of the error.
Eu estou usando o Delphi 2005 para Win32 somente, e gostaria de saber como eu habilito o DATA EXPLORER e o CODE ERRO INSIGHT na IDE?
Andei lendo sobre o assunto, mas não encontrei instalado em minha IDE do Delphi, o que eu tenho que fazer para poder usar essas novidades da IDE? Eu só encontro essas funcionalidades na versão .NET da IDE?
Para quem ainda não sabe do que estou falando, aqui vai uma ajuda que está no HELP do Delphi 2005:
Data Explorer
View > Data Explorer
The Data Explorer supports data migration from one data provider to another. The context menu for tables includes Migrate Data, Copy Table, and Paste Table commands, which let you copy a table of data from one provider and paste it as a new table into another provider.
Drag-and-drop stored procedures—stored procedures can be dragged from a provider in the Data Explorer onto a form in the Designer. This adds and configures a BdpConnection and a BdpCommand component and automatically populates the acquired stored procedure parameters.
Metadata services—the Data Explorer provides a variety of metadata services that allow you to view and modify your database schema. Using the context menu in the Data Explorer, you can retrieve data from a table for viewing, add a new table, drop an existing table, or alter the data structure of an existing table. You can retrieve data associated with a view. You can also view and modify (input only) the parameters for a stored procedure, and execute the stored procedure.
Code Editor
The new Enable Error Insight option is available on the Tools Options Editor Options Code Insight page. Error Insight automatically highlights invalid code and HTML with a red wavy underline. Passing the mouse over the highlighted text displays a hint window containing the probable cause of the error.
Edsonlb
Curtidas 0