Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Working With Remote Views
Message
From
14/11/2002 04:56:12
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
14/11/2002 04:35:06
Mazahir Naya
Kuwait United Co.
Kuwait, Kuwait
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00722565
Message ID:
00722570
Views:
19
>hi to all experts
>i try to use Oracle Database In VFP 6.0
>i making one Odbc Connection & i success to call Oracle Database.
>then I made one remote view.that remot views through can i able to modify & delete record in Oracle Database but i am not able to Add new record inside oracle database.
>any one face this problem befor.
>Thnaks in advance
>
>Mazahir

Mazahir,
Check with aerror(). ie:

if !tableupdate(0,.f.,'myView')
aerror(arrErr)
for ix=1 to 7
? arrErr[ix]
endfor
endif

Probably you're not supplying a field that's required, or breaking constraints.
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
Reply
Map
View

Click here to load this message in the networking platform