Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Does foxpro has the sql query editor
Message
De
07/09/2004 13:00:53
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
07/09/2004 12:48:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00940021
Message ID:
00940027
Vues:
13
>Does Foxpro has sql query editor, like sql query analyzer in sql server.
>
>Please i have some difficulty, i am working on VB with foxpro database.
>
>I have a simple query:
>Insert into ocrdata(id,tiffile,ocdata,created_dt) Values(4322,'demdemorecv10','
>SIEMENS - Imnsit Team rueno nico',{9/7/2004})
>
>On the visual basic side it is not giving no errors at all but when i open the table it is not inserting the record to table.
>
>I just want to fire the same query on the visual foxpro directly to see if i get any error, But i don't know how i can open the sql query editor in foxpro.
>
>Thank you very much.

Type directly in command window and press [enter].

Your problem might be simply you're sending nulls from VB and there are fields that do not accept null values. You might miss that running from a VFP environment. "Set null off" first in VB.
PS: Also do not pass ambigious date - use {^YYYY/MM/DD} format.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform