Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
smitha
Posting Yak Master
100 Posts |
Posted - 2010-11-10 : 05:56:27
|
| I am using vba as front end and I am logging the data to sql table periodically. I have written queries in views based on the requirment. I am writing code in vba to view the data. Now my problem is I am not able to view the data even though the data is existing in table.Does the data gets automatically update in the views from table.Please reply.Smitha |
|
|
webfred
Master Smack Fu Yak Hacker
8781 Posts |
|
|
smitha
Posting Yak Master
100 Posts |
|
|
jcelko
Esteemed SQL Purist
547 Posts |
Posted - 2010-11-11 : 13:09:02
|
| The view is a SELECT statement that is executed every time it is invoked. All the data should be current.--CELKO--Books in Celko Series for Morgan-Kaufmann PublishingAnalytics and OLAP in SQLData and Databases: Concepts in Practice Data, Measurements and Standards in SQLSQL for SmartiesSQL Programming Style SQL Puzzles and Answers Thinking in SetsTrees and Hierarchies in SQL |
 |
|
|
|
|
|