S
shotput87
I can easily write code to attach tables and views to a SQL 2000 server. My
problem is I want to write code that attaches views with no user input. But
if I attach the view without specifying a key, the view is attached with no
primary key (which is no good). If I add a primary key object to my code, I
receive an "Invalid Argument." run time error. Does anyone have sample code
to attach a view that also specifies the primary key?
problem is I want to write code that attaches views with no user input. But
if I attach the view without specifying a key, the view is attached with no
primary key (which is no good). If I add a primary key object to my code, I
receive an "Invalid Argument." run time error. Does anyone have sample code
to attach a view that also specifies the primary key?