Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Line is too long
Message
From
09/02/2010 08:35:38
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2008
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01448316
Message ID:
01448326
Views:
39
Hi Naomi,
I generate local view code and then create local view in the database.. it looks on same way as code generated in foxpro view designer.
The LOCAL view open foxpro table.. there no external data and connection strings,

So.. I currently decrease count of updatable columns - and error gone... but .. for me its a problem because its no more exact "mirroring"
Also.. in foxpro command window I can reproduce application behavior and scatter and gather.. and tableupdate view.. and NO error ..



>>Hi,
>>I have a special database stored procedure which make a mirroring between databases using OnInsert event.
>>The way what I use
>>1) Generate local view for Database1
>>2) Scatter
>>3) Generate local view for Database2
>>4) Gather
>>5) Tableupdate()
>>
>>It seems to work long time, (its 2006 software) and now I have an error - "Line is too long" during TABLEUPDATE,
>>
>>I thinking it depends from "SQL Where clause includes" - but default it was "Key and modified fields" - in this case I'v got an error - Line is too long, if I change it to "key fields only" - then error is "Too much fields in update"
>>
>>For Information .The source table has 207 columns.
>>
>>The error happens in exe.. when I try to reporoduce it in VFP using debugger - it seems to work. No error during tableupdate.
>>
>>Any help
>>Thanks
>>Denis
>
>Have you tried to create an SP and pass 207 parameters to it? Will it work this way?
>
>Also, what is your connection string?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform