Board index » delphi » Help creating a MSSQL 7.0 data base using SQLDMO OLE objects

Help creating a MSSQL 7.0 data base using SQLDMO OLE objects

I create the sql server object and connect to it. No problem
I create the database object and set the name. No problem
I create the log file object and set the name and and physical name size and
add it to the database object. No problem.
I create the db file object and set the name and physical name and size but
when I try to add it to the database object I get the error message
EOleSysError with message 'Member not found'.

I have tried convention means of trying to find the answer such as books on
line and the Microsoft Knowledge base. Please Help.

 

Re:Help creating a MSSQL 7.0 data base using SQLDMO OLE objects


Why don't you just create the database in the SQL Server Enterprise manager?

Kees de Kooter
Boplicity Software

Quote
Vince wrote in message <7p23cs$ij...@forums.borland.com>...
>I create the sql server object and connect to it. No problem
>I create the database object and set the name. No problem
>I create the log file object and set the name and and physical name size
and
>add it to the database object. No problem.
>I create the db file object and set the name and physical name and size but
>when I try to add it to the database object I get the error message
>EOleSysError with message 'Member not found'.

>I have tried convention means of trying to find the answer such as books on
>line and the Microsoft Knowledge base. Please Help.

Other Threads