Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Database install

Author  Topic 

noamg
Posting Yak Master

215 Posts

Posted - 2001-07-31 : 10:30:06
hi,

we have a sql 2000 in our product, which is "shelf product", I need to install the db auto. by Java.

I also have an index on view, that required:

SET ANSI_PADDING, ANSI_WARNINGS,
CONCAT_NULL_YIELDS_NULL,
ARITHABORT,
QUOTED_IDENTIFIER,
ANSI_NULLS
on

And

SET NUMERIC_ROUNDABORT off

the PerpareCall( ... ) function is fail for those "Set ..." statements.
any idea ?

thanks
Noam




Noam Graizer
   

- Advertisement -