Found.
The table is called user.
For some reason, on .net application this name is wrong.
When I run the sql statment on access environment - it is OK.
And , besides, on which newsgroup (for access & .net) - I didn't find any ?
1) When you make assignments to objects, you need to use Set:
.....
That's why I did, and I don't think this has to cause a kind of problem.
At Microsoft Visual studio .NET 2003,
when I put set rs = new ... at my code, the IDE automatically eliminates
the word "set",
so I get automatically code with no "set rs = new ... " , but just "rs = new
...."
....
That's why I did, and I don't think this has to cause a kind of problem.
At Microsoft Visual studio .NET 2003,
when I put set rs = new ... at my code, the IDE automatically eliminates
the word "set",
so I get automatically code with no "set rs = new ... " , but just "rs =
new ..."
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.