Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP + MS SQL ... incredible behavior
Message
From
13/09/2002 12:30:17
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
13/09/2002 12:17:06
Emanuele Bonin
EB Soluzioni Informatiche
Tezze S/B, Italy
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00700225
Message ID:
00700234
Views:
18
>I found an incredible behavior of SQL + VFP.
>follow the steps:
>1) Craete a little on MSSQLServer like this
> create view vdummy as select * FROM sysobjects where 1=0
>2) from vfp use this simple code (i'm usign vfp 7)
>TEXT TO cSample NOSHOW
>--vDummy
>DROP VIEW vDummy
>ENDTEXT
>
>3) create a connection to SQL SERVER from VFP and set nHandle like sql connection handle
>
>4) issue this command on VFP: SQLEXEC(nHandle, cSample)
>
>Now if you see the database you can notice that the view vDummy isn't dropped.
>
>But if you capture the code between TEXT... ENDTEXT and execute the script on SQL analyzer the view will be drop.
>
>PS: For who have no experience on MS SQL SERVER the '--' is the starting command statement.
>
>AnyOne have an idea of this behavior ??
>
>Thanx in adcvance!
>Emanuele

Emanuele,
Worked as it should on my system (dropped) - SQL2000,VFP7.
Might it be you were keeping it open in analyzer.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform