Re: table listing
vallinayag@xxxxxxxxxxx said:
Hi
I am using dbaccess from linux to access Informix db.
Is there any sql that will list all the tables in the database i chose.
select tabname
from systables
???
--
Bye now,
Obnoxio
"... no bill is required as no value was provided."
-- Christine Normile
--
This message has been scanned for viruses and
dangerous content by OpenProtect(
http://www.openprotect.com), and is
believed to be clean.
.
Relevant Pages
- table listing
... I am using dbaccess from linux to access Informix db. ... Is there any sql that will list all the tables in the database i chose. ... (comp.databases.informix) - Fixed
... I also found this article that gives the proper way to move system dbs in sql 2008: ... The model exists where the master states it exists. ... This is the error log prior to detaching the model database. ... (microsoft.public.sqlserver.server) - Re: CREATE AGGREGATE failed because type Concatenate does not conform to UDAGG specification due to
... Go to the Database tab and click on the browse button next to the connection string. ... In the New Database Reference dialog, enter the details for the database where you want to deploy the assembly and create the user defined aggregate. ... I'm trying to do some CLR integration with sql server 2005. ... (microsoft.public.sqlserver.programming) - CREATE AGGREGATE failed because type Concatenate does not conform to UDAGG specification due to meth
... Now register the assembly and the aggregate in the SQL Server database you want ... I'm trying to do some CLR integration with sql server 2005. ... (microsoft.public.sqlserver.programming) - Re: dbdebunk Quote of Week comment
... > a lot of really bad SQL programmers. ... But SQL does not have a pointer data type or the ... > being told to design a database. ... But why is little Cindy Lou Who employee ... (comp.databases.theory) |
|