Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Weird SQL Update Problem
Message
From
20/02/2001 06:55:28
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Weird SQL Update Problem
Miscellaneous
Thread ID:
00477550
Message ID:
00477550
Views:
51
Dear all,

I have this problem with update statement giving an error. I have a text box in container object and this is referenced (mydate) in the UPDATE statement with error out with "Alias is not Found". Is this a bug??

Table struture

Field1 CHAR(10)
Field2 DATETIME

*******
oCon = CREATEOBJECT("container")
oCon.AddObject("mydate","textbox")

UPDATE tab1 SET mydate = oCon.mydate.value WHERE field1 = 'A'

******


Thanks.

Regards,
Kueh
Next
Reply
Map
View

Click here to load this message in the networking platform