patrickd123
Patrickd123
- Local time
- Today, 18:58
- Joined
- Jan 21, 2007
- Messages
- 29
sqlstr = "SELECT * FROM 06JobSchedule"
rs.Open sqlstr, Cnxn, adOpenStatic, adLockReadOnly, adCmdText
Why these statements gets an error( 06JobSchedule is a quey). And if change 06JobSchedule by Shedule(which is a table), it works! Is it to say that I cannot select on queries and only in tables?
(I use SQl server 2005)
rs.Open sqlstr, Cnxn, adOpenStatic, adLockReadOnly, adCmdText
Why these statements gets an error( 06JobSchedule is a quey). And if change 06JobSchedule by Shedule(which is a table), it works! Is it to say that I cannot select on queries and only in tables?
(I use SQl server 2005)