In Oracle there is the commmand desc which is used to describe all the colums in a specified database. My question is, is there a similar command in SQL Server
If I define a field as PIC S9(18)COMP and try to include that in my embeded SQL I get the following error from the precompiler.
PCC-S-0026: Invalid host variable "CFP-F3"
My database is defined as:
Name Null? Type
-------- -------- ----------------------------
F1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.