Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
COM object not writing to table
Message
 
To
19/05/2002 13:07:58
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00658684
Message ID:
00658709
Views:
11
Was the Reg file already opened in the data environment you're running this code in? Is the table using row or table buffering? If so, you may just need to add a TABLEUPDATE command after your INSERT INTO command.

>Hi All,
>
>I'm trying to write a COM object that will be able to get input from an ASP page and store it to a table. Simple.... except it seems to be ignoring the lines of code that tell it to write to the table. Am I missing a step or setting somewhere?
>
>
>INSERT INTO Reg VALUES (This.cTemperment, This.cAge, This.cColor)
>
>
>I've stored and checked that data path, the table "Reg.DBF" is in the data path and access is granted as far as I can tell. Is there anything you can suggest that I may be missing?
>
>Thanks in advance.
>
>Aloha,
>
>James
Previous
Reply
Map
View

Click here to load this message in the networking platform