Click here to Skip to main content
15,888,095 members
Home / Discussions / Database
   

Database

 
GeneralRe: Better TSQL for searching - looking for suggestions Pin
jkirkerx4-Jun-13 12:58
professionaljkirkerx4-Jun-13 12:58 
QuestionEncode richtextbox1 Pin
cdpsource4-Jun-13 4:11
cdpsource4-Jun-13 4:11 
Questiondebugging a stored procedure Pin
Member 87018133-Jun-13 21:10
Member 87018133-Jun-13 21:10 
AnswerRe: debugging a stored procedure Pin
Eddy Vluggen4-Jun-13 0:31
professionalEddy Vluggen4-Jun-13 0:31 
AnswerRe: debugging a stored procedure Pin
Azarudhin4-Jun-13 3:35
professionalAzarudhin4-Jun-13 3:35 
GeneralRe: debugging a stored procedure Pin
SudhirKankal4-Jun-13 23:52
SudhirKankal4-Jun-13 23:52 
AnswerRe: debugging a stored procedure Pin
coded0075-Jun-13 4:46
professionalcoded0075-Jun-13 4:46 
QuestionConverting over from System.Data.OracleClient to ODP.NETs Oracle.DataAccess.Client Pin
Dale Haessel3-Jun-13 10:35
Dale Haessel3-Jun-13 10:35 
The System.Data.OracleClient in .NET is now obsolete (deprecated).

So I installed the ODP.NET from Oracle (I have both 4.112.3.0 and 2.112.3. versions of Oracle.DataAccess.dll).

When running VS, I see both under the Add References (not really sure of what the difference between version).

I am using .NET Framework 4.0 so I included 4.112.3.0 version in the project.

Problem is that the Microsoft and .NET framework versions yield different results.

For instance the Oracle version won't permit || in the data set (aka SELECT A || B || C || 'x' as Dummy from ...) - have to use Concat(Concat (A, B), C), ... etc to make valid table adapter SQL statement in the ODP.NET version.

Additionally, it appears not to function identically so worried about potential errors being introduced in the datasets.

Is there any clear article identifying the differences between the two libraries (most articles say just to replace but that is the issue, they are not identical).
AnswerRe: Converting over from System.Data.OracleClient to ODP.NETs Oracle.DataAccess.Client Pin
Jörgen Andersson3-Jun-13 10:44
professionalJörgen Andersson3-Jun-13 10:44 
GeneralRe: Converting over from System.Data.OracleClient to ODP.NETs Oracle.DataAccess.Client Pin
Dale Haessel3-Jun-13 11:27
Dale Haessel3-Jun-13 11:27 
GeneralRe: Converting over from System.Data.OracleClient to ODP.NETs Oracle.DataAccess.Client Pin
Jörgen Andersson3-Jun-13 22:43
professionalJörgen Andersson3-Jun-13 22:43 
QuestionSSIS: How to import many tables? Pin
biop.codeproject2-Jun-13 20:46
biop.codeproject2-Jun-13 20:46 
AnswerRe: SSIS: How to import many tables? Pin
Mycroft Holmes3-Jun-13 1:00
professionalMycroft Holmes3-Jun-13 1:00 
GeneralRe: SSIS: How to import many tables? Pin
biop.codeproject18-Jun-13 4:21
biop.codeproject18-Jun-13 4:21 
QuestionData Base administrator vs software developer Pin
saurabhspk2-Jun-13 9:18
saurabhspk2-Jun-13 9:18 
AnswerRe: Data Base administrator vs software developer Pin
PIEBALDconsult2-Jun-13 9:48
mvePIEBALDconsult2-Jun-13 9:48 
AnswerRe: Data Base administrator vs software developer Pin
Mycroft Holmes2-Jun-13 11:16
professionalMycroft Holmes2-Jun-13 11:16 
AnswerRe: Data Base administrator vs software developer Pin
Richard MacCutchan2-Jun-13 20:56
mveRichard MacCutchan2-Jun-13 20:56 
GeneralRe: Data Base administrator vs software developer Pin
saurabhspk4-Jul-13 9:57
saurabhspk4-Jul-13 9:57 
GeneralRe: Data Base administrator vs software developer Pin
Richard MacCutchan4-Jul-13 20:49
mveRichard MacCutchan4-Jul-13 20:49 
AnswerRe: Data Base administrator vs software developer Pin
Bernhard Hiller2-Jun-13 22:47
Bernhard Hiller2-Jun-13 22:47 
AnswerRe: Data Base administrator vs software developer Pin
jschell3-Jun-13 9:07
jschell3-Jun-13 9:07 
GeneralRe: Data Base administrator vs software developer Pin
SudhirKankal4-Jun-13 23:56
SudhirKankal4-Jun-13 23:56 
AnswerRe: Data Base administrator vs software developer Pin
Saranya-from-Tamil-Nadu-India6-Jun-13 23:58
Saranya-from-Tamil-Nadu-India6-Jun-13 23:58 
QuestionInserting Master and DEtail Tables Pin
indian14331-May-13 14:53
indian14331-May-13 14:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.