MS SQL Server
  Home arrow MS SQL Server arrow Using SQL Anywhere Database with a Web Ser...
ASP Free Forums 
.NET  
ASP  
ASP Code  
ASP.NET  
ASP.NET Code  
BrainDump  
C#  
Code Examples  
Database  
Database Code  
IIS  
Microsoft Access  
MS SQL Server  
Visual Basic.NET  
Windows Scripting  
Windows Security  
XML  
ASP Web Hosting  
ASP.NET Web Hosting 
Dedicated Servers 
Actuate Whitepapers 
VeriSign Whitepapers 
Windows Web Hosting
 
IBM® developerWorks 
Sun Developer Network 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
MS SQL SERVER

Using SQL Anywhere Database with a Web Services Server
By: Jayaram Krishnaswamy
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 11
    2006-02-22

    Table of Contents:
  • Using SQL Anywhere Database with a Web Services Server
  • Creating a web services server to work with the database
  • Verifying Installation
  • Creating a Web Service

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT

    Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here

    Using SQL Anywhere Database with a Web Services Server


    (Page 1 of 4 )

    This article explains how to create a web services server that works with the SQL Anywhere database. The entire process, from creating the database through verifying installation of the web service, will be described.

    Introduction

    In Part 1, installation of SQL Anywhere Studio 9.0 and using the Sybase Central; Interactive SQL; and details about database objects were presented. In Part 2, creating database projects with SQL Anywhere Studio was described in detail, with examples of Excel, VB, and ADO.NET applications. In this tutorial, the creation of a web services server that works with the SQLAnywhere database will be described. A very simple example to verify the web services server will be shown. 

    Creating a SQLAnywhere database

    SQL Anywhere 9.0 is installed at the following location on my computer: C:\Program Files\Sybase\SQL Anywhere 9\win32, which has all the executable files. A database can be created by executing the command -dbinit.exe. The dbinit.exe is executed from the command line (Start -->Run-->change to the above directory) as shown below. Make sure your Asademo 9 server is running before you execute the command.  At the command prompt type dbinit mysorian.db. The name of the database created is mysorian.db. The collation default is set to 1252 Latin collation. During the execution, the system tables are created, and the deployment option for Ultralite is also set.

     

    This creates a new database, mysorian.db. In the following step, a web services server will be installed which works with the Sybase Central User interface.

    More MS SQL Server Articles
    More By Jayaram Krishnaswamy


       · Web services, SOA will be buzzing for years to come. Soon there will come a time...
     

    MS SQL SERVER ARTICLES

    - Completing the Introduction to Transact-SQL
    - A Brief Introduction to Transact-SQL
    - Lookups and Blocking Bad Data
    - Field Validation Rules for Blocking Bad Data
    - Using Masks to Block Bad Data
    - Blocking Bad Data
    - Using @@ROWCOUNT and TABLE Variables for Dat...
    - How to Use Variables, IF and CASE in Databas...
    - Creating Important Aspects of Notification S...
    - Working wth Variables in Database Interactio...
    - Delving Deeper into Notification Services
    - Notification Services
    - Building a Multi-table Report with SQL 2005 ...
    - A Secure Way of Building Connection Strings
    - Transferring a Database Using the SSIS Desig...





    © 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway