Subject | Newbie Questions |
---|---|
Author | donjules2k |
Post date | 2004-04-01T11:10:44Z |
Hi,
I'm a fluent SQL Server user and am investigating Firebird and was
wondering if someone could help me with a couple of issues.
1) I'm trying to create a stored procedure as follows but it always
errors and won't compile. Any idea what is wrong?
create procedure testproc as
begin
select * from testtable;
end
2) In Firebird what is the concept of "Domains"?
3) What does the $ symbol mean in various table names? Is this just a
naming convention or does it have a specific function in firebird?
Many thanks for your help
Jules
I'm a fluent SQL Server user and am investigating Firebird and was
wondering if someone could help me with a couple of issues.
1) I'm trying to create a stored procedure as follows but it always
errors and won't compile. Any idea what is wrong?
create procedure testproc as
begin
select * from testtable;
end
2) In Firebird what is the concept of "Domains"?
3) What does the $ symbol mean in various table names? Is this just a
naming convention or does it have a specific function in firebird?
Many thanks for your help
Jules