Click to See Complete Forum and Search --> : sql server and catalog


vin
July 31st, 2000, 03:22 AM
Hi, I have a program that use sql server.
It keeps its tables in catalog.
When I start it for the first time I want to create the catalog where I will keep my tables.
Can anyone tell me how do I create it.

Thanks

sathyanr
July 31st, 2000, 05:58 AM
Use OpenSchema method of connection to get you the catalog information.

Regards
Sathya