Unix Technical Forum

SQL-DMO header file for javascript?

This is a discussion on SQL-DMO header file for javascript? within the SQL Server forums, part of the Microsoft SQL Server category; --> I've been searching (unsuccessfully) for a "header file" for SQL-DMO constants, for use with javascript. E.g., I'd like to ...


Go Back   Unix Technical Forum > Database Server Software > Microsoft SQL Server > SQL Server

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-28-2008, 06:13 PM
L. Bertolini
 
Posts: n/a
Default SQL-DMO header file for javascript?

I've been searching (unsuccessfully) for a "header file" for
SQL-DMO constants, for use with javascript.

E.g., I'd like to specify options for the Script method:

var ScriptOpts = SQLDMOScript_PrimaryObject +
SQLDMOScript_OwnerQualify +
SQLDMOScript_ObjectPermissions +
SQLDMOScript_Indexes +
SQLDMOScript_DRI_AllConstraints;
var TSQL = oTable.Script(ScriptOpts);

but the SQLDMOScript_xxxx variables are undefined.
I'm looking for an "include" file that defines these constants,
similar to the "adojavas.js" file.

Worst case, I can convert the sqldmo.h file, for C, to
javascript; but I'd rather not "re-mutilate" the wheel.

(SQL Server 2000, Win2000 Server).

Thanks,
Larry

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 12:46 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com