Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Issuing A SQL Statement in a form
Message
From
24/08/2002 17:28:24
Carmen Gassi
Perseus Software Systems
Oakville, Ontario, Canada
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00693320
Message ID:
00693328
Views:
23
Hi Nadya
I have done just that and it has worked fine, thank you. So I guess I don't have to set up a View. Should this code be run before every update to the query cursor, it seems like it should.

Regards,
Carmen
>>When a SQL statement is issued and the results directed into a table, what happens when the statement is run more than once? I have a grid which uses as its source a table generated by a SQL statement. When a record within the grid is selected, another form is launched which works with the data generated by the SQL statement. Upon returning to the initial form, I run the SQL statement again so the grid will reflect the changes made to the data. When I do this however, the grid is blank and nothing is displayed. Have I somehow created a second table when the SQL statement is run again?
>>
>>Thanks in advance,
>>Carmen
>
>In order to avoid this problem you have to do:
>
>this.grid.RecordSource="
>select ... into myTable
>this.grid.RecordSource = 'myTable'
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform