Thanx indeed Job, but I have checked the link already.
Here's what I am trying exactly.
I have an application server running Windows 2003 Server with IIS 6.0 and
have a separate database server running Windows 2003 Server with MS SQL
Server 2000.
I am trying to create database, SQL login, tables from my application server
through ASP onto the database server.
Before creating the objects (database, sqllogin, tables etc.,) I check for
whether these objects exists already or not.
The database is created successfully, but SQLLogin and tables creation was
never successful.
I tried the same through VB it was successful. I tried to create all objects
on my application server itself it was successful.
I am able to connect to the database server through SQL Query Analyzer.
For all database creation and SQL Login creation I am using sa login.
Please advice
Thank you,
Regards,
Raj.
[quoted text, click to view] "Jon Paal [MSMD]" <Jon nospam Paal @ everywhere dot com> wrote in message
news:13829gjbshcribe@corp.supernews.com...
>
http://classicasp.aspfaq.com/general/why-do-i-get-the-error-object-required.html >
>
> "Raj" <raj@track-mate.net> wrote in message
> news:ePO6j8$tHHA.4800@TK2MSFTNGP05.phx.gbl...
>>I have developed a component create database, sql login,pwd, create tables
>>etc.,
>>
>> The component is working fine with VB
>>
>> But the same is not working with ASP as I get this error: Error 800a01a8
>>
>> For creating database, sql login,pwd I am using sa with a valid password.
>>
>> Please advice.
>>
>> Thank you,
>>
>> Regards,
>>
>> Raj.
>>
>
>