I am trying to retrieve records from a table that i have created. the record count property shows -1. but if i query a system table for eg sysusers or any other table from northwind or any other database it returns back the records...please help
The user that you are using to query your table is the same that you used to create it? If not, problably it's permissions on that table, try after create your table run the follwing statement
grant all on YourTable to public
BR
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply