Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sql_string
Message
 
 
To
04/08/2000 01:08:29
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Miscellaneous
Thread ID:
00400767
Message ID:
00400912
Views:
47
>Thank you Larry. My problem was with Sql statement. But debbager confused me. I did not know that it’s limited.

Glad to hear you found the problem.

As for the debugger, I didn't mean to imply it is really limited. I meant that the screen realestate is limited and you probably couldn't see your whole string. One of my wishes would be to have a scrolling capability so I could see very long variables.

What I have done in the past is use several watch statements. substr(myvar,1,80), substr(myvar,81,80), ..., substr(myvar,xx,80) so I can see all parts of the string.

Another way to do it is to copy the string into the clipboard (_cliptext = myvar) and paste it into a program. Then you can see your whole string. In this case, it would be easier to spot the problems with the SQL statement that way.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform