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 5929485
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T14:25:39+00:00 2026-05-22T14:25:39+00:00

I was using RazorSQL’s live session window to create and edit several stored procedures.

  • 0

I was using RazorSQL’s live session window to create and edit several stored procedures.

I’ve since disconnected from the database, and reconnected, and now those procedures have disappeared.

Presumably I’m screwing up, here, but I’m using a login which has permission to create these procedures and while I’m still connected the first time I can actually connect in and execute the stored procedures, so I know they’re at least there at that point.

What more do I have to do in RazorSQL than write a working “CREATE FUNCTION” block in order to cause the function to become persistent?

  • 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-22T14:25:40+00:00Added an answer on May 22, 2026 at 2:25 pm

    In Informix, almost all SQL statements, both DDL and DML, are subject to transactions (the exceptions are CREATE DATABASE, DROP DATABASE and RENAME DATABASE).

    There are several types of database in Informix – the key distinction for the current purpose is between ‘MODE ANSI’ and ‘logged’ and ‘unlogged’ databases.

    • A MODE ANSI database always starts a transaction when you execute a statement such as CREATE FUNCTION, and the transaction continues until you COMMIT [WORK], ROLLBACK [WORK] or exit the session (which is equivalent to ROLLBACK).
    • A logged database supports transactions, but each statement is a self-contained transaction unless you explicitly start a transaction with BEGIN [WORK]. Effectively, AutoCommit applies until you execute BEGIN WORK.
    • An unlogged database does not support transactions; each statement is more or less a self-contained transaction, with no mechanism to override this behaviour.

    It seems to me that the most likely explanation of what you saw is:

    • You (or RazorSQL) started a transaction (explicitly with BEGIN WORK, or implicitly in a MODE ANSI database) and exited before committing the transaction, so the effects were rolled back.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I connected to the Informix server using RazorSQL, created a stored procedure and tested
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
Using the following as an example (with $db being a previously created database connection
Using jQuery, how do I get the value from a textbox and then load
Using the following database table structure: Order Table: OrderId OrderName OrderItem Table: OrderId ItemId
Using Entity Framework CodeFirst, how do I create a created datetime column that gets
Using Github's Issue Tracker, how can one create an issue tied to an organization
Using the http://www.ifans.com/forums/showthread.php?t=132024 post from another question i am allowing the user to enter
Using Visual C++ 2008. First time, I'm experimenting in crossing over from C# and
Using JAXB in Java it is easy to generate from a xml schema file

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.