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 |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-11-15 : 08:43:12
|
Raghvendra writes "I have to wirte a distributed query for Access and SQL database.I am facing problem to write a Cursor for Access datbase." |
|
rrb
SQLTeam Poet Laureate
1479 Posts |
Posted - 2002-11-17 : 17:03:50
|
Cursor for Access? If you're using Access 97, then you can iterate through records in a table using a recordset from VBA. If you're using Access 2000, then you should be able to cut and paste your cursor code from SQL Server.Perhaps you could specify a little more clearly what you are trying to do?And Remember, cursors are fuzzy if you drink your beer warm.--I hope that when I die someone will say of me "That guy sure owed me a lot of money" |
 |
|
|
|
|