Visual Extend CursorAdapter

Slides:



Advertisements
Similar presentations
Visual Extend COneToMany-Form with CursorAdapter German FoxPro User Group Venelina Jordanova VFX 20 E.
Advertisements

Migration of a VFP application into a Silverswitch solution
Module 1: Introduction to SQL Server Reporting Services.
ESafe Reporter V3.0 eSafe Learning and Certification Program February 2007.
Uwe Habermann Venelina Jordanova Migrating VFP forms with the free Silverlight Wizard of the dFPUG.
Visual FoxPro 8.0 Name Title Company.
Visual Extend Download, Installation, Registration German FoxPro User Group Venelina Jordanova VFX 01 E.
Toolbox Mirror -Overview Effective Distributed Learning.
1 1 Concepts of Database Management, 4 th Edition, Pratt & Adamski Chapter 1 Introduction to Database Management.
DWH-Ahsan Abdullah 1 Data Warehousing Lab Lect-1 DTS: Introduction Virtual University of Pakistan Ahsan Abdullah Assoc. Prof. & Head Center for Agro-Informatics.
SETUP AND CONFIGURATIONS WEBLOGIC SERVER. 1.Weblogic Installation 2.Creating domain through configuration wizard 3.Creating domain using existing template.
1 Chapter Overview Transferring and Transforming Data Introducing Microsoft Data Transformation Services (DTS) Transferring and Transforming Data with.
Module 9: Transferring Data. Overview Introduction to Transferring Data Tools for Importing and Exporting Data in SQL Server Introduction to DTS Transforming.
Visual Extend 8.0 Rapid Application Development with VFX 8.0 Venelina Jordanova, Uwe Habermann
1 Client/Server Database Tutorial. SQL Server Connection through MS Access FACBUSAD1 SQL server MS Access MGD B106 Computer or your own PC Remote SQL.
SQL Express. Confidential Information What’s New in Version 10  SQL Server 2005 Express Edition will replace the Pervasive Workgroup engine for Maximizer.
SSIS Over DTS Sagayaraj Putti (139460). 5 September What is DTS?  Data Transformation Services (DTS)  DTS is a set of objects and utilities that.
Microsoft Visual SourceSafe Very popular Mainly used by Windows developers Cornerstone of many development teams Provides essential version control functions.
Databases and LINQ Visual Basic 2010 How to Program 1.
ODBC, OLE DB, and ADO Introduction Dr. Ron Eaglin.
Chapter 7 PHP Interacts with Ms. Access (Open DataBase Connectivity (ODBC))
Basics of Web Databases With the advent of Web database technology, Web pages are no longer static, but dynamic with connection to a back-end database.
Information Systems Chapter 5 Building the database Part 1. Unsing Access.
Concepts of Database Management Eighth Edition
1 Overview of Databases. 2 Content Databases Example: Access Structure Query language (SQL)
Chapter 15: Using LINQ to Access Data in C# Programs.
Visual Extend Product Activation German FoxPro User Group Venelina Jordanova VFX 23 E.
Uwe Habermann Venelina Jordanova Usage of VFP code in the back- end of Silverswitch applications.
Module 7: Accessing Data by Using ADO.NET
Damian Tamayo Tutorial DTM Data Generator Fall 2008 CIS 764.
A Brief Documentation.  Provides basic information about connection, server, and client.
Venelina Jordanova Uwe Habermann SEM 20 Visual Extend Power for VFP Developers.
DAY 14: MICROSOFT ACCESS – CHAPTER 1 Madhuri Siddula October 1, 2015.
DATABASE TOOLS CS 260 Database Systems. Overview  Database accounts  Oracle SQL Developer  MySQL Workbench.
PowerBuilder Online Courses - by Prasad Bodepudi Database Painter Primary & Foreign Keys Extended Attributes PowerBuilder System Tables Database Profiles.
Chapter 1 Introduction to Ecommerce What is E-Commerce? Microsoft Technologies for E- Commerce. What is an ASP Page. Objectives :
PHP Programming. Topics Database Handling (MySQL, MSSQL, ODBC)
1 Database Design and Development: A Visual Approach © 2006 Prentice Hall Chapter 12 DATABASE DESIGN AND DEVELOPMENT: A VISUAL APPROACH Chapter 12 Accessing.
In addition to our other quality services, we now offer a Web Accessible Database to view, print, or download your Calibration and Gas Analysis reports.
CodePainter Revolution Trainer Course Max Vizzini RunTime Framework.
Visual Extend CPickField Builder German FoxPro User Group Venelina Jordanova VFX 13 E.
Venelina Jordanova, Uwe Habermann Visual Extend 9.0 Rapid Application Development.
Microsoft Access 2003 Tutorial By: Juan Y7. What is Microsoft Office Access? Microsoft Access, also known as Microsoft Office Access, is a database management.
Visual Extend Generated Application’s Features for End-users German FoxPro User Group Venelina Jordanova VFX 04 E.
Creating SQL Database file And Displaying a Database Table in a DataGridView.
Data Control In this presentation… –databases supported –inserting a data control –data control properties –using the data control.
9 Copyright © 2004, Oracle. All rights reserved. Getting Started with Oracle Migration Workbench.
19 Copyright © 2008, Oracle. All rights reserved. Security.
Fundamental of Databases
How to Start SQL Server and SSDT BI in Local
Unit 3 Virtualization.
Connectivity in DataFlex 19.0
Data Virtualization Demoette… ODBC Clients
Managing, Storing, and Executing DTS Packages
Visual Basic 2010 How to Program
, MS-Access, QBE, Access/Oracle
Upgrading from r4.1.4 to r7: Making a Smooth Transition
W04 Connecting 3rd Party Application to ODBC
Migrating Oracle Forms Using Oracle Application Express
Microsoft Office Illustrated
Lesson #8 MCTS Cert Guide Microsoft Windows 7, Configuring Chapter 8 Configuring Applications and Internet Explorer.
Easy Way to Reset WordPress Admin Password on Localhost? Guided By: WPGLOBALSUPPORTWPGLOBALSUPPORT.
Eric Hill, Software Developer, JMP
Oracle Architecture Overview
Database Applications
February 11-13, 2019 Raleigh, NC.
Visual Extend Developer’s Features
Data Base.
Visual Extend Multi-Client support
Presentation transcript:

Visual Extend CursorAdapter VFX 18 E Visual Extend CursorAdapter German FoxPro User Group Venelina Jordanova

CursorAdapter? Class overview „Normal“ Cursor at run-time Properties Methods Inheritance „Normal“ Cursor at run-time Saving data with Tableupdate()

Advantages of CursorAdapter Chance to change the data source at run-time Data types conversion DBC disadvantages Connection information is accesible from DBC container Can be manipulated

Data access conception CBaseDataAccess class (Vfxctrl.vcx) functionality Connection-Manager Programmatic class cconnectionmgr in Vfxfunc.prg Datasource can be changed at run-time Config.vfx - encrypted!

Planing a new application Use CusorAdapter class only! Based on cBaseDataAccess class Advantages: Only one connection will be used Changeable datasource Easy to upsize from DBC to SQL Customers can decide about using DBC or SQL

MSDE and SQL Server Why to use SQL Server? Scalability Security Maintainability MSDE does not contain administrative tools -> VFP Data Explorer

VFP Data Explorer Review and edit the database content DBC SQL Server/MSDE

VFX – Upsizing Wizard Choose the local database to be upsized to SQL Server Select the destination database server, where to store the upsized database SQL Server (all versions) Oracle Name of remote database Tables selection Options Finish!

VFX - CursorAdapter Wizard Creates a CursorAdapter class for every table in the selected database DBC DSN ConnectionString Select the source database Select base class and classlibrary Generating the CursorAdapter classes

Manage Config.vfx Establish the data access for VFX-Application In the IDE At customer side Edit the encrypted file Password is kept in goProgram.cConfigPassword VFXPath.dbf compatible

Thank you! In next video you will see how to create a form using a CursorAdapter as data source Visit our websites: http://www.visualextend.com http://store.esellerate.net/s.aspx?s=STR5180737559 http://forum.dfpug.de or news://news.dfpug.de http://devcon.dfpug.de, http://sqlnet.dfpug.de http://www.dfpug.com, http://portal.dfpug.de