Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create new view with SQL-DMO
Message
From
20/12/2001 09:45:09
 
 
To
19/12/2001 20:14:54
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00596175
Message ID:
00596741
Views:
19
>Thanks, I'm glad to learn about the execute immediate function. However, I added the following line just after the loSqlServer create statement and I still get the same error.
>
>loSQLServer.ExecuteImmediate('SET QUOTED_IDENTIFIER OFF')
>loSQLServer.ExecuteImmediate('SET ANSI_WARNINGS ON')
>loSQLServer.ExecuteImmediate('SET ANSI_NULLS ON')
>
>Any ideas? TIA.

After? These need to be set before the command that creates the view. One other thing you might want to look at is the AnsiNulls property (or something like that) on the SQLServer object.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform