Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Passthrough
Message
From
07/11/2001 08:42:31
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
 
 
To
06/11/2001 21:09:24
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00578326
Message ID:
00578443
Views:
22
hi,

(I think) If you open a table with pass throught, you must be update table with pass throught.

If you want to update file with browse you must be:
create connection myconnection datasource ....
create sql view myview remote connection myconnection as select ......
*-------------------------
...
keyfield, updatable fields, updatenames descriptions
...
*-------------------------
use myview in 0 alias xxx
browse

if you send me a mail for easyless it I can send you to my functions:

.....
osql.createview("myview","sqltable")
osql.updatable("myview")
osql.keyfield("mykeyfield")
browse
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform