Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get printable values from sql system stored procedure
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
How to get printable values from sql system stored procedure
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
00997506
Message ID:
00997506
Views:
53
I found the following stored procedure that really returns a lot of information about the fields in a table (lots more than the VFP SQLCOUMNS() function. One of the fields is the default value. When I run the query in the QA, I can see text values, but when I run in VFP and get the results back, it stores that field in a Memo field and is jibberish. I guessing it needs to be converted or something but I'm not sure how. Any pointers appreciated.
SQLEXEC(gnConnHandle,[exec sp_MShelpcolumns 'coDept'],'xfields')
Thanks
Kirk
Next
Reply
Map
View

Click here to load this message in the networking platform