Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

From time to time one of these files shows up (see snippet below). It contains code I've written, commented out but not by me, and it appears in the folder where all my *.SQL files are and where I launch dbisql from.

I'm guessing it has something to do with dbisql, but what?

And why is named after an HTML special character (non-breaking space)?

--  
-- Executing command:
--   CREATE PROCEDURE rroad_tools_and_options (
--      IN @sf1  LONG VARCHAR DEFAULT NULL,      -- submit form1
--      IN @ep   LONG VARCHAR DEFAULT NULL,      -- enable features password
--      IN @e    LONG VARCHAR DEFAULT NULL,      -- export diagnostics filespec
--      IN @h    LONG VARCHAR DEFAULT NULL,      -- help frameset cols
--      IN @o    LONG VARCHAR DEFAULT NULL,      -- connection timeout msec
--      IN @r    LONG VARCHAR DEFAULT NULL,      -- timeout retry msec
... and so on

asked 12 Nov '09, 19:59

Breck%20Carter's gravatar image

Breck Carter
32.5k5417261050
accept rate: 20%

I am tempted to add "deja-vu" as a tag because I'm sure I've been told what this is, at some point in the past :)

(12 Nov '09, 21:49) Breck Carter
Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×105

question asked: 12 Nov '09, 19:59

question was seen: 1,388 times

last updated: 22 Nov '09, 22:35