Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug in VFP9 with NODATA in remote views ?
Message
From
10/05/2006 02:05:06
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
MySQL
Miscellaneous
Thread ID:
01120484
Message ID:
01120608
Views:
22
>Dragan, Aleksey:
>Thanks for your help.
>
>I compared both schemas and they are identical.
>One of the columns is INTEGER datatype and also is autoincrement (remember i'm working against mySQL 5).
>VFP takes this column like "I", to avoid varying length, I changed SQL source code for:
>
>DBSetProp(ThisView+".roomtypeid","Field","DataType","N(10)")
>
>But the error message continue.
>
>Is possible that the error be produced when working with mySQL integer column autoincrement ?
>If I remove this column from the mySQL table, all works ok.
>
>Unfortunately I can't change the DB engine, let alone doing permanent changes in the structure.

Capture the ODBC log for this code:
nRT_ID1 = 0
nRT_ID2 = 999
USE RoomType

USE RoomType NODATA
REQUERY()
and post it.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform