Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bug in VFP9 with NODATA in remote views ?
Message
De
10/05/2006 02:05:06
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
MySQL
Divers
Thread ID:
01120484
Message ID:
01120608
Vues:
15
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform