ASTA Home

Support:
Mailing List
Knowledge Base
Help File
FAQs
Servers
Tools
Examples
Hosting
User Contrib.
Email Support
Training
Consulting

Manual:
Users Guide
Evaluator's Guide
Installation Guide
SQL-Optional
Conversion Wizard
Threading Models
Tutorial
Quick Start

 

 

 

 

ASTA Developer's Tutorial

This tutorial demonstrates how easy it is to write an Internet-Ready client using ASTA. The directions below will create a client on your machine. It will connect, over the Internet, to an AstaServer running in Camden, Maine.

Download our ASTA evaluation components and follow the ten steps below to get your first Internet-Ready Client/Server application up and running.




1

Drop an AstaClientSocket

2

Drop an AstaClientDataSet

3

Drop a DataSource

4

Drop a DBGrid





5

Set the Address to 63.224.240.86 (not the 216.* address shown in the illustration), Set the ConnectionAction to DesignAddress

6

Set the DBGrid1.DataSource property to DataSource1

7

Set the DataSource1.DataSet property to AstaClientDataSet1

8

Double click to SQL property in order to start the SQL property editor (NOTE: This tutorial can be done without writing any SQL too).



9

Enter your SQL, SELECT * FROM CUSTOMER




10a

Set the AstaClientDataSet1.Active property to True. Wait for half a second.

10b

ASTA will give you design time population, over the Internet. Grin.




All you have to do now is to run the project and you have created your first Internet-ready, thin client, multi-tier ASTA Application. Not bad, you didn't write a single line of code.

Comments?
Copyright @ 2000, ASTA Technology Group. For more information, contact info@astatech.com