Viewing 9 posts - 1 through 9 (of 9 total)
Ah, my apologies. It's good that you voted in May, though.
November 2, 2010 at 8:46 am
I know, but I have a feeling that most of the readers are here in the United States. 😉
November 2, 2010 at 8:02 am
I find that irresponsible. Here we are on the government created Internet engaging in the free exchange of ideas and you don't want to take part.
I think that's wrong....
November 2, 2010 at 7:51 am
Continuing along this line, you might want to look at Access Data Projects.
This is how you can effectively use OLE DB on a SQL Server Database. This is only...
March 3, 2009 at 3:19 pm
What are the permissions for a user on the database? Do you have an example? What are their permission levels?
Nelson
March 3, 2009 at 2:07 pm
Are you using Windows Authentication or a SQL Server login?
March 3, 2009 at 1:41 pm
This sounds more like a SQL Server permissions issue. Have you done any thing with the server permissions on this?
If you have, you might have given everyone owner permissions....
March 3, 2009 at 11:43 am
You can use a CASE statement.
The code will look something like this:
SELECT fname, lname,
CASE WHEN fname = 'John' THEN '2' ELSE '1' END AS Status
FROM tbl
Hope this...
January 24, 2008 at 10:10 am
I would recommend using the Data Reader Source and then create an Oracle connection using the Native OLE DB\Microsoft OLE DB Provider for Oracle through the Connection Manager at the...
December 18, 2007 at 11:40 am
Viewing 9 posts - 1 through 9 (of 9 total)