Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor adapter
Message
From
10/04/2006 09:23:22
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
10/04/2006 09:07:37
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
01111912
Message ID:
01111917
Views:
14
>TEXT TO .SelectCmd NOSHOW PRETEXT 15 TEXTMERGE
> select cntr_orig, company, contact, cr_by, cr_date, edi, email, fax, ident, langue, mainaddr1, mainaddr2, maincity,maincntry, mainstate, mainzip, note, phone, place_exp, taxid, titre, vendno, vfdcode, webpage from dovendor WHERE DOVENDOR.IDENT = L_IDENT
> ENDTEXT
>
>
>
>the l_ident is a value and not a name field
>
>and i get an error invalid column name l_ident
>
>
>how can i do
>
>thanks ??

What do you mean? You mean it's a variable?
TEXT TO .SelectCmd NOSHOW  PRETEXT 15 TEXTMERGE
        select cntr_orig, company, contact, cr_by, cr_date, edi, email, fax, ident, 
langue, mainaddr1, mainaddr2, maincity,maincntry, 
mainstate, mainzip, note, phone, place_exp, taxid, 
titre, vendno, vfdcode, webpage from dovendor WHERE DOVENDOR.IDENT = ?m.L_IDENT
     ENDTEXT
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform