Peter Gfader 's Blog
Showing posts with label
oracle
.
Show all posts
Showing posts with label
oracle
.
Show all posts
Howto: Affected Rows in Sql-Server and Oracle?
›
How to get the affected rows (processed rows) from an update Query? IMMEDIATLY after statement In Oracle use: SQL%ROWCOUNT In SQL Server...
2 comments:
odp.net 1. Schritte und Fazit
›
#1 mit Enterprise Library 3 funzt odp.net nicht wird nicht unterstützt es fehlt di Oracle.DataAccess.Client.OracleClientFactory ist erst...
Unable to load DLL oramts.dll - Oracle DB with Transcations
›
To use the Oracle Client with Transactions (TransactionScope) you must install: Oracle Services For MTS Client.Net_9207\Disk1 Start SETUP...
Call a Oracle function in .net c# with the Enterprise Library Application Block
›
we got the following function: fnc_get_package_version in the package: PCK_MY_APPLICATION here is the code to call that function from c#...
Info Oracle Euro € Symbol Character Set
›
select * from NLS_DATABASE_PARAMETERS where Parameter = 'NLS_CHARACTERSET' WE8ISO8859P1 (is the Western European 8-bit ISO 885...
1 comment:
Datum in Oracle Date und Timestamp (Zeitstempel)
›
Guter BLOG Eintrag zum Thema. Erklärung von Oracle Timestamp und Date....
Oracle und primary keys die mit Trigger und Sequence gesetzt werden
›
Bessere lösung zu Problem mit PrimaryKey in Oracle werden mit Trigger gsetzt. Selber no net probiert. /* retrieve Oracle sequence value...
Oracle Datenbank mit .net und C#
›
Gutes Tutorial in Italienisch dass den Datenzugriff auf Oracle Datenbanken durchleuchtet. Wobei der Provider von Microsoft und der Provider ...
Client-Server; Master-Detail Tabelle ..... Fill und Update DeadLock
›
Ich habe folgendes Problem: Ich besitze einen Windows-Forms-Client mit meinem DataSet, das ich beim Start der Anwendung mit Daten vom Serv...
Wie übergibt man einen Datum-Parameter an ein Oracle Select Command? UNABHÄNGIG von den Systemeinstellungen
›
//Select Statement string dauerSelectCommand = " SELECT SUM(*) FROM myTable WHERE Datum > :PVon" ; // neuen OracleCommand i...
›
Home
View web version