Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6620213
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T21:04:10+00:00 2026-05-25T21:04:10+00:00

I am new to Informix-SQL. I am trying to create form in Informix. I

  • 0

I am new to Informix-SQL. I am trying to create form in Informix. I referred to some resources online

This is how I am accessing my database at the moment dbaccess database_name. I can’t see the ‘form’ menu for me to create the form. I am an absolute beginner. I would appreciate it if someone could guide me to the right direction (correct commands that I should run and documentations that I can refer to). Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T21:04:11+00:00Added an answer on May 25, 2026 at 9:04 pm

    The DB-Access program is not ISQL. Indeed, the main distinguishing feature of DB-Access compared with ISQL is precisely that DB-Access does not support reports or forms.

    To create forms, you need the development version of Informix SQL, and you either run the isql program (choose the Forms option, and then Generate, and follow the prompts), or you run the sformbld program with options to create a default form:

    sformbld -d formname database table1 ...
    

    Either way, you normally end up editing, often extensively, the form source file (.per extension, for the Perform (aka sperform) program which will run it). Use the plain text editor of your choice (vim, emacs, pico, etc – anything that’s OK for C code will work for ISQL too.


    What is the difference between isql and sformbld?

    $ ls -il isql sformbld sperform saceprep sacego
    212302 -rwxr-xr-x 5 informix informix 844005 2010-09-17 11:24 isql
    212302 -rwxr-xr-x 5 informix informix 844005 2010-09-17 11:24 sacego
    212302 -rwxr-xr-x 5 informix informix 844005 2010-09-17 11:24 saceprep
    212302 -rwxr-xr-x 5 informix informix 844005 2010-09-17 11:24 sformbld
    212302 -rwxr-xr-x 5 informix informix 844005 2010-09-17 11:24 sperform
    $
    

    Different names for the same executable. However, the executable behaves differently depending on the name it is invoked by. When invoked as sformbld, it compiles forms; with the -d option, it generates a form and then compiles it. When invoked as sperform, it runs a form. When invoked as saceprep, it compiles an ACE report; when invoked as sacego, it runs a report. (The ‘s‘ prefix indicates the SQL version of ACE and Perform (and FormBuild); when it was first released in 1985, there was also a non-SQL product called Informix 3.30 with these programs as part of the suite.)

    When invoked as isql, the program behaves as an interactive menu IDE for creating and running forms and reports – unless invoked with options to make it run a form or compile a report or whatever.

    isql -fc form    # Compile form
    isql -fr form    # Run form
    isql -rc report  # Compile report
    isql -rr report  # Run report
    
    isql dbase [-|script]   # Runs SQL script, rather like DB-Access does
    

    (Actually, once upon an evening back in the very early 90s – or perhaps very late 80s – DB-Access was created by stripping unneeded code from ISQL. So, DB-Access behaves like ISQL does, rather than vice versa.)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

New to all this so forgive my ignorance. I am trying to figure out
new to JBoss and am configuring some applications. I know how to do this
I have some code that uses an Informix 11.5 database that I want to
We are trying to duplicate one of our informix database on a test server,
I am trying to use Informix database with a Play! Framework application. I am
I'm trying to connect to Informix database using sample code from https://www.ibm.com/developerworks/data/library/techarticle/dm-0510durity/ I'm using
I use SQL Server and when I create a new table I make a
New to linux and trying to escape doing this the hard way. I have
New to javascript, but I'm sure this is easy. Unfortunately, most of the google
INFORMIX-SE: My users periodically run an SQL script [REORG.SQL] which unloads all rows from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.