Viewing 7 posts - 61 through 67 (of 67 total)
The MSSQLSERVICE is NOT running on my local machine; and I can't figure out how to run it. In fact, I don't even see it in the list of local...
August 23, 2006 at 3:07 pm
Thank you for your response.
Bob
July 20, 2006 at 8:54 am
Thanks for your response, Pam. It turns out that I just added an "Sql Task" to my DTS to handle those Null columns; the Sql code inside that sql task...
July 11, 2006 at 9:29 am
I would love to implement it using the OOP method as follows, but I still don't get a message !
oDatabase = osqlserver.Databases("orderfx1202")
pMsg = ""
oQryResults = oDatabase.ExecuteWithResultsAndMessages("restore verifyonly from
...
May 9, 2006 at 12:56 pm
I was wondering if you ever got this resolved. I am writing a small app in Visual foxpro 8.0 to use SqlVerify, but there is no response whatsoever.
Actually, this line...
May 9, 2006 at 11:03 am
I forgot to set the default values on those new columns.
Thanks anyway folks !
March 6, 2006 at 9:46 am
Thank you for your suggestion. The distinct keyword was the key input there.
Here's what finally worked for me (I forgot I needed to first match against the extrn_name column) ;
select...
February 23, 2006 at 8:16 am
Viewing 7 posts - 61 through 67 (of 67 total)